23 class DT_DLL_VL DtDIGuyObjectDecoder :
public DtHlaStateDecoder
29 DtObjClassDesc* classDesc);
32 virtual ~DtDIGuyObjectDecoder();
35 DtDIGuyObjectDecoder(
const DtDIGuyObjectDecoder& orig);
38 DtDIGuyObjectDecoder& operator=(
const DtDIGuyObjectDecoder& orig);
42 static DtHlaStateDecoder* create(
44 DtObjClassDesc* classDesc);
49 static void decodeEntityIdentifier(
51 const RTI::AttributeHandleValuePairSet& attrs,
55 static void decodeObjectIdentifier(
57 const RTI::AttributeHandleValuePairSet& attrs,
61 static void decodeDIGuyType(
63 const RTI::AttributeHandleValuePairSet& attrs,
67 static void decodeDIGuyAppearance(
69 const RTI::AttributeHandleValuePairSet& attrs,
73 static void decodeDIGuyAction(
75 const RTI::AttributeHandleValuePairSet& attrs,
79 static void decodeDIGuyVisible(
81 const RTI::AttributeHandleValuePairSet& attrs,
85 static void decodeDIGuyShapeVariation(
87 const RTI::AttributeHandleValuePairSet& attrs,
91 static void decodeDIGuyCharacterScale(
93 const RTI::AttributeHandleValuePairSet& attrs,
97 static void decodeDIGuyBodyWeight(
99 const RTI::AttributeHandleValuePairSet& attrs,
103 static void decodeDIGuyPatches(
105 const RTI::AttributeHandleValuePairSet& attrs,
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtDIGuyObjectStateRepository are used to store state data for DIGuyObject objects...
Definition: diGuyObjectStateRepository.h:31
This file contains the declaration of DtHlaStateDecoder.