7 #ifndef DtEnvironmentEntityDecoder_H_
8 #define DtEnvironmentEntityDecoder_H_
26 class DT_DLL_VL DtEnvironmentEntityDecoder :
public DtBaseEntityDecoder
31 DtEnvironmentEntityDecoder(
33 DtObjClassDesc* classDesc);
36 virtual ~DtEnvironmentEntityDecoder();
39 DtEnvironmentEntityDecoder(
const DtEnvironmentEntityDecoder& orig);
42 DtEnvironmentEntityDecoder& operator=(
43 const DtEnvironmentEntityDecoder& orig);
49 static DtHlaStateDecoder* create(
51 DtObjClassDesc* classDesc);
63 DtDECLARE_ENTITY_ATTR_DECODER(Density);
64 DtDECLARE_ENTITY_ATTR_DECODER(OpacityCode);
72 #define DtDEFINE_SIMPLE_ENVENT_ATTR_DECODER_WITH_CAST( \
73 attrName, netType, mutator, castExpr) \
74 DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
75 DtEnvironmentEntityDecoder, DtEntityStateRepository, \
76 attrName, netType, mutator, castExpr)
78 #define DtDEFINE_SIMPLE_ENVENT_ATTR_DECODER( \
79 attrName, netType, inspector) \
80 DtDEFINE_SIMPLE_ENVENT_ATTR_DECODER_WITH_CAST( \
81 attrName, netType, inspector, (netType))
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:36