VR-Forces 4.8 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 setDiGuyAppearanceNoPropagation( const DtString& val ) = 0;
47  virtual void setDiGuyHeadAppearanceNoPropagation( const DtString& val ) = 0;
48  virtual void setDiGuyItemAppearanceNoPropagation( const DtString& val ) = 0;
49  virtual void setDiGuyTypeNoPropagation( const DtString& val ) = 0;
50  virtual void setDiGuyBodyWeightNoPropagation( DtFloat64 val ) = 0;
51  virtual void setDiGuyActionNoPropagation( const DtString& val, bool paused,
52  double speed, bool usePositioning, const DtVector& offset ) = 0;
53 
55 
56  protected:
57 
59 
60  };
61 
62 }
#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:26
DtPartCollectionInterceptor * myArtPartInterceptor
Definition: DtBaseEntityStateInterceptor.h:58
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 Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)