VR-Forces Developer's Guide
 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) 2021 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 class DtPatchIdentifier;
18 
19 namespace makVrv
20 {
21 
22  class DtVrlinkEntity;
23  class DtPartCollectionInterceptor;
24 
29  {
30  public:
31 
34 
37 
39  DtVrlinkEntity* vrlinkEntity();
40 
42  DtPartCollectionInterceptor* artPartInterceptor();
43 
46 
47  virtual void setDiGuyTypeNoPropagation( const DtString& newType ) = 0;
48  virtual void setDiGuyTypeNoPropagation( const DtString& newType, const DtString& newAppearance ) = 0;
49 
50  virtual void setDiGuyAppearanceNoPropagation( const DtString& val ) = 0;
51  virtual void setDiGuyHeadAppearanceNoPropagation( const DtString& val ) = 0;
52  virtual void setDiGuyItemAppearanceNoPropagation( const DtString& val ) = 0;
53  virtual void setDiGuyEquipmentNoPropagation( const DtString& val ) = 0;
54 
55  virtual void setDiGuyCharacterScaleNoPropagation( const DtVector& val ) = 0;
56  virtual void setDiGuyBodyWeightNoPropagation( DtFloat64 val ) = 0;
57 
58  virtual void setDiGuyActionNoPropagation( const DtString& val, bool paused,
59  double speed, bool usePositioning, const DtVector& offset, double transitionSpeed ) = 0;
60 
61  virtual void setDiGuyCharacterUnitNoPropagation( const DtPatchIdentifier& val ) = 0;
62  virtual void setDiGuyCharacterPersonalUnitNoPropagation( const DtPatchIdentifier& val ) = 0;
63  virtual void setDiGuyCharacterRankNoPropagation( const DtPatchIdentifier& val ) = 0;
64  virtual void setDiGuyCharacterNameNoPropagation( const DtString& val ) = 0;
65 
67 
68  protected:
69 
71 
72  };
73 
74 }
#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:22
DtPartCollectionInterceptor * myArtPartInterceptor
Definition: DtBaseEntityStateInterceptor.h:70
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:28
voidpf uLong offset
Definition: ioapi.h:42
Contains DLL export macros.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)