![]() |
VR-Link API Documentation for HLA 1.3
|
class DtPointObjectRepository More...
Inheritance diagram for DtPointObjectRepository:
Collaboration diagram for DtPointObjectRepository:Public Member Functions | |
| DtPointObjectRepository () | |
| virtual | ~DtPointObjectRepository () |
| DtPointObjectRepository (const DtPointObjectRepository &orig) | |
| DtPointObjectRepository & | operator= (const DtPointObjectRepository &orig) |
| virtual DtStateRepository * | clone (bool copy) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | setLocation (const DtVector &location) |
| Set/Get Location. | |
| virtual const DtVector & | location () const |
| virtual void | setOrientation (const DtTaitBryan &orientation) |
| Set/Get Orientation. | |
| virtual const DtTaitBryan & | orientation () const |
| virtual void | setPercentComplete (const DtU32 percent) |
| Set/Get Percent Complete. | |
| virtual DtU32 | percentComplete () const |
| virtual void | setDamagedAppearance (const DtDamageState damage) |
| Set/Get Damaged Appearance. | |
| virtual DtDamageState | damagedAppearance () const |
| virtual void | setObjectPreDistributed (bool predistributed) |
| Set/Get Object Predistributed. | |
| virtual bool | objectPreDistributed () const |
| virtual void | setDeactivated (bool onOff) |
| Set/Get Deactivated. | |
| virtual bool | deactivated () const |
| virtual void | setSmoking (bool onOff) |
| Set/Get Smoking. | |
| virtual bool | smoking () const |
| virtual void | setFlaming (bool onOff) |
| Set/Get Flaming. | |
| virtual bool | flaming () const |
| virtual void | setBreachedStatus (const DtBreachedStatus status) |
| Set/Get Breached Status. | |
| virtual DtBreachedStatus | breachedStatus () const |
| virtual void | setPercentOpacity (const DtU32 percent) |
| Set/Get Percent Opacity. | |
| virtual DtU32 | percentOpacity () const |
| virtual void | setCylinderSize (const DtU32 size) |
| Set/Get Cylinder Size. | |
| virtual DtU32 | cylinderSize () const |
| virtual void | setCylinderHeight (const DtU32 height) |
| Set/Get Cylinder Height. | |
| virtual DtU32 | cylinderHeight () const |
| virtual void | setNumberOfBursts (const DtU32 number) |
| Set/Get Number Of Bursts. | |
| virtual DtU32 | numberOfBursts () const |
| virtual void | setChemicalContent (const DtChemicalContent chem) |
| Set/Get Chemical Content. | |
| virtual DtChemicalContent | chemicalContent () const |
| virtual void | setCraterSize (const DtU32 size) |
| Set/Get Crater Size. | |
| virtual DtU32 | craterSize () const |
| virtual void | setNumberOfSegments (const DtU32 number) |
| Set/Get Number Of Segments. | |
| virtual DtU32 | numberOfSegments () const |
| virtual void | printData () const |
| Prints data to DtInfo. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints data to the specified stream. | |
Public Member Functions inherited from DtEnvironmentObjectRepository | |
| DtEnvironmentObjectRepository () | |
| virtual | ~DtEnvironmentObjectRepository () |
| DtEnvironmentObjectRepository (const DtEnvironmentObjectRepository &orig) | |
| DtEnvironmentObjectRepository & | operator= (const DtEnvironmentObjectRepository &orig) |
| virtual void | setObjectId (const DtEntityIdentifier &identifier) |
| Set/Get Environment Object ID. | |
| virtual const DtEntityIdentifier & | objectId () const |
| virtual void | setReferencedObjectId (const DtGlobalObjectDesignator &rtiObject) |
| Set/Get Referenced Object ID. | |
| virtual const DtGlobalObjectDesignator & | referencedObjectId () const |
| virtual void | setForceId (const DtForceType value) |
| Set/Get Force ID. | |
| virtual DtForceType | forceId () const |
| virtual void | setObjectType (const DtSyntheticEnvironmentObjectType &type) |
| Set/Get Object Type. | |
| virtual const DtSyntheticEnvironmentObjectType & | objectType () const |
Public Member Functions inherited from DtStateRepository | |
| virtual | ~DtStateRepository () |
| destructor | |
| DtStateRepository & | operator= (const DtStateRepository &orig) |
| assignment operator | |
| virtual void | setGlobalId (const DtGlobalObjectDesignator &id) |
| Get/Set global identifier, or name. | |
| virtual const DtGlobalObjectDesignator & | globalId () const |
| virtual void | setLocalId (const DtObjectId &id) |
| Get/Set local identifier, or handle. | |
| virtual const DtObjectId & | localId () const |
Static Public Member Functions | |
| static DtPointObjectRepository * | create () |
Protected Attributes | |
| DtVector | myLocation |
| DtTaitBryan | myOrientation |
| DtU32 | myPercentComplete |
| DtDamageState | myDamagedAppearance |
| bool | myObjectPreDistributed |
| bool | myDeactivated |
| bool | mySmoking |
| bool | myFlaming |
| DtBreachedStatus | myBreachedStatus |
| DtU32 | myPercentOpacity |
| DtU32 | myCylinderSize |
| DtU32 | myCylinderHeight |
| DtU32 | myNumberOfBursts |
| DtChemicalContent | myChemicalContent |
| DtU32 | myCraterSize |
| DtU32 | myNumberOfSegments |
Protected Attributes inherited from DtEnvironmentObjectRepository | |
| DtEntityIdentifier | myObjectId |
| DtGlobalObjectDesignator | myReferencedObjId |
| DtForceType | myForceId |
| DtSyntheticEnvironmentObjectType | myObjectType |
Protected Attributes inherited from DtStateRepository | |
| DtGlobalObjectDesignator | myGlobalId |
| DtObjectId | myLocalId |
Additional Inherited Members | |
Protected Member Functions inherited from DtStateRepository | |
| DtStateRepository () | |
| Constructors are protected since this is an abstract base class. | |
| DtStateRepository (const DtStateRepository &orig) | |
| copy constructor | |
class DtPointObjectRepository
Instances of DtPointObjectRepository are used to maintain state information needed by point environment object entities
The type of point object published depends on the object type Object Type: BreachablePointObject – Domain = 1 (land), Kind = 1 (obstacle) or 2 (prepared position), Category = 1 or 2 BurstPointObject – Domain = 0 (other), Kind = 5 (tactical smoke), Category = 1 or 2 CraterObject – Domain = 1 (land), Kind = 1 (obstacle), Category = 3 RibbonBridgeObject – Domain = 1 (land), Kind = 4 (passageway), Category = 3 StructureObject – Domain = 1 (land), Kind = 3 (cult. feature) or 4 (passageway), Category = 1 or 2 Object types not specified will be published as OtherPointObjects
| DtPointObjectRepository::DtPointObjectRepository | ( | ) |
|
virtual |
| DtPointObjectRepository::DtPointObjectRepository | ( | const DtPointObjectRepository & | orig | ) |
|
virtual |
|
virtual |
|
virtual |
Return a copy/empty object of the same type as this.
Reimplemented from DtEnvironmentObjectRepository.
|
virtual |
|
static |
Reimplemented from DtEnvironmentObjectRepository.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| DtPointObjectRepository& DtPointObjectRepository::operator= | ( | const DtPointObjectRepository & | orig | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Prints data to DtInfo.
Reimplemented from DtEnvironmentObjectRepository.
|
virtual |
Prints data to the specified stream.
Reimplemented from DtEnvironmentObjectRepository.
|
virtual |
Set/Get Breached Status.
|
virtual |
Set/Get Chemical Content.
|
virtual |
Set/Get Crater Size.
|
virtual |
Set/Get Cylinder Height.
|
virtual |
Set/Get Cylinder Size.
|
virtual |
Set/Get Damaged Appearance.
|
virtual |
Set/Get Deactivated.
|
virtual |
Set/Get Flaming.
|
virtual |
Set/Get Location.
|
virtual |
Set/Get Number Of Bursts.
|
virtual |
Set/Get Number Of Segments.
|
virtual |
Set/Get Object Predistributed.
|
virtual |
Set/Get Orientation.
|
virtual |
Set/Get Percent Complete.
|
virtual |
Set/Get Percent Opacity.
|
virtual |
Set/Get Smoking.
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |