15 #include <vlpi/articulatedPartCollection.h>
16 #include <vlpi/attachedPartCollection.h>
17 #include <matrix/vlTaitBryan.h>
18 #include <vlutil/vlString.h>
20 namespace MAKVrExchange
105 DtDEC_ATTRIBUTE(
bool, HasAmmunitionSupplyCap,hasAmmunitionSupplyCap );
156 DtDEC_ATTRIBUTE( DtArticulatedPartCollection, ArticulatedPartList, articulatedPartList );
159 DtDEC_ATTRIBUTE( DtAttachedPartCollection, AttachedPartList, attachedPartList );
190 virtual unsigned int netSize()
const;
191 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
192 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
194 virtual std::ostream& printDataToStream( std::ostream& str )
const;