VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtBaseEntityStateInterceptor.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2019 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrl/vrvVrl.h>
13 #include <vlutil/vlNetTypes.h>
14 #include <matrix/vlVector.h>
15 
16 class DtString;
17 
18 namespace makVrv
19 {
20 
21  class DtVrlinkEntity;
22  class DtPartCollectionInterceptor;
23 
28  {
29  public:
30 
33 
36 
38  DtVrlinkEntity* vrlinkEntity();
39 
41  DtPartCollectionInterceptor* artPartInterceptor();
42 
45 
46  virtual void setDiGuyTypeNoPropagation( const DtString& newType ) = 0;
47  virtual void setDiGuyTypeNoPropagation( const DtString& newType, const DtString& newAppearance ) = 0;
48 
49  virtual void setDiGuyAppearanceNoPropagation( const DtString& val ) = 0;
50  virtual void setDiGuyHeadAppearanceNoPropagation( const DtString& val ) = 0;
51  virtual void setDiGuyItemAppearanceNoPropagation( const DtString& val ) = 0;
52  virtual void setDiGuyEquipmentNoPropagation( const DtString& val ) = 0;
53 
54  virtual void setDiGuyCharacterScaleNoPropagation( const DtVector& val ) = 0;
55  virtual void setDiGuyBodyWeightNoPropagation( DtFloat64 val ) = 0;
56 
57  virtual void setDiGuyActionNoPropagation( const DtString& val, bool paused,
58  double speed, bool usePositioning, const DtVector& offset, double transitionSpeed ) = 0;
59 
60  virtual void setDiGuyCharacterNameNoPropagation( const DtString& val ) = 0;
61  virtual void setDiGuyCharacterUnitNoPropagation( unsigned int val ) = 0;
62  virtual void setDiGuyCharacterPersonalUnitNoPropagation( unsigned int val ) = 0;
63  virtual void setDiGuyCharacterRankNoPropagation( unsigned int val ) = 0;
64 
66 
67  protected:
68 
70 
71  };
72 
73 }
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
An interceptor which allows for calls to parts in a collection to be intercepted. ...
Definition: DtPartCollectionInterceptor.h:23
DtPartCollectionInterceptor * myArtPartInterceptor
Definition: DtBaseEntityStateInterceptor.h:69
double DtFloat64
Definition: vrvControlStructTypes.h:36
Base class for EntityState Interceptors, this allows all entity ESI&#39;s to have an HLA13 entity...
Definition: DtBaseEntityStateInterceptor.h:27
voidpf uLong offset
Definition: ioapi.h:42
Contains DLL export macros.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)