![]() |
VR-Forces 4.6.1 Class Documentation
|
File: DtIfCreateSimulationObjectGroup.h. More...

Public Member Functions | |
| DtIfCreateSimulationObjectGroup () | |
| default constructor | |
| DtIfCreateSimulationObjectGroup (const DtIfCreateSimulationObjectGroup &orig) | |
| copy constructor | |
| DtIfCreateSimulationObjectGroup & | operator= (const DtIfCreateSimulationObjectGroup &orig) |
| assignment operator | |
| virtual | ~DtIfCreateSimulationObjectGroup () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual unsigned int | createFlags () const |
| virtual void | setCreateFlags (unsigned int id) |
| virtual void | setStoredInZipFile (bool) |
| If a .sogx file exists for the group use that else see if there is a directory to load. | |
| virtual bool | storedInZipFile () const |
| virtual unsigned int | createForce () const |
| virtual void | setCreateForce (unsigned int id) |
| virtual void | setCreateLocation (const DtVector &) |
| virtual const DtVector & | createLocation () const |
| virtual void | setCreateRotation (double angle) |
| The offset rotation is the amount to rotate the entire simulation object group around the center of mass (including changing headings). | |
| virtual double | createRotation () const |
| virtual void | setCreateSimulationObjectGroup (const DtString &) |
| virtual const DtString & | createSimulationObjectGroup () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtString | myCreateSimulationObjectGroup |
| DtU32 | myCreateFlags |
| DtU32 | myCreateForce |
| DtFloat64 | myCreateRotation |
| DtVector | myCreateLocation |
| bool | myStoredInZipFile |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
File: DtIfCreateSimulationObjectGroup.h.
Class: DtIfCreateSimulationObjectGroupWill create the simulation object group with the specified flags at the given location
| DtIfCreateSimulationObjectGroup::DtIfCreateSimulationObjectGroup | ( | ) |
default constructor
| DtIfCreateSimulationObjectGroup::DtIfCreateSimulationObjectGroup | ( | const DtIfCreateSimulationObjectGroup & | orig | ) |
copy constructor
|
virtual |
| DtIfCreateSimulationObjectGroup& DtIfCreateSimulationObjectGroup::operator= | ( | const DtIfCreateSimulationObjectGroup & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
If a .sogx file exists for the group use that else see if there is a directory to load.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
The offset rotation is the amount to rotate the entire simulation object group around the center of mass (including changing headings).
Angle is in radians
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |