![]() |
VR-Link API Documentation for HLA 1.3
|
class DtReflectedPointObject: More...
Inheritance diagram for DtReflectedPointObject:
Collaboration diagram for DtReflectedPointObject:Public Types | |
| typedef DtPointObjectRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create DtPointObjectRepositories. | |
Public Member Functions | |
| DtReflectedPointObject (DtHlaObject *obj, DtExerciseConn *conn) | |
| constructor | |
| virtual | ~DtReflectedPointObject () |
| destructor | |
| virtual DtPointObjectRepository * | pointObjectRep () const |
| Get the point object's state repository. | |
| virtual DtPointObjectRepository * | posr () const |
| Synonym for pointObjectRep(). | |
| virtual DtReflectedPointObject * | next () const |
| Get the next remote point object. | |
| virtual DtReflectedPointObject * | prev () const |
| Get the previous remote point object. | |
| virtual DtReflectedPointObject * | wrapNext () const |
| Get the next remote point object. | |
| virtual DtReflectedPointObject * | wrapPrev () const |
| Get the previous remote point object. | |
| virtual void | addPostUpdateCallback (DtPointObjectCallbackFunction cb, void *userData) |
| Point object state callback registration/deregistration. | |
| virtual void | removePostUpdateCallback (DtPointObjectCallbackFunction cb, void *userData) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
| Give us a function to be used for creating SRs. | |
Protected Member Functions | |
| DtReflectedPointObject (const DtReflectedPointObject &orig) | |
| copy constructor | |
| DtReflectedPointObject & | operator= (const DtReflectedPointObject &orig) |
| assignment operator | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
class DtReflectedPointObject:
Instances of DtReflectedPointObject are used to represent HLA Point Object instances, which were remotely published.
Function prototype for functions that create DtPointObjectRepositories.
| DtReflectedPointObject::DtReflectedPointObject | ( | DtHlaObject * | obj, |
| DtExerciseConn * | conn | ||
| ) |
constructor
| virtual DtReflectedPointObject::~DtReflectedPointObject | ( | ) | [virtual] |
destructor
| DtReflectedPointObject::DtReflectedPointObject | ( | const DtReflectedPointObject & | orig | ) | [protected] |
copy constructor
| virtual void DtReflectedPointObject::addPostUpdateCallback | ( | DtPointObjectCallbackFunction | cb, |
| void * | userData | ||
| ) | [virtual] |
Point object state callback registration/deregistration.
| virtual DtReflectedPointObject* DtReflectedPointObject::next | ( | ) | const [virtual] |
Get the next remote point object.
Reimplemented from DtListedObj.
| DtReflectedPointObject& DtReflectedPointObject::operator= | ( | const DtReflectedPointObject & | orig | ) | [protected] |
assignment operator
| DtPointObjectRepository * DtReflectedPointObject::pointObjectRep | ( | ) | const [inline, virtual] |
Get the point object's state repository.
References DtReflectedObject::myStateRep.
| DtPointObjectRepository * DtReflectedPointObject::posr | ( | ) | const [inline, virtual] |
Synonym for pointObjectRep().
References DtReflectedObject::myStateRep.
| virtual DtReflectedPointObject* DtReflectedPointObject::prev | ( | ) | const [virtual] |
Get the previous remote point object.
Reimplemented from DtListedObj.
| virtual void DtReflectedPointObject::removePostUpdateCallback | ( | DtPointObjectCallbackFunction | cb, |
| void * | userData | ||
| ) | [virtual] |
| static DtStateRepCreator DtReflectedPointObject::setStateRepCreator | ( | DtStateRepCreator | creator | ) | [static] |
Give us a function to be used for creating SRs.
| virtual DtReflectedPointObject* DtReflectedPointObject::wrapNext | ( | ) | const [virtual] |
Get the next remote point object.
Will cycle back to the first remote point object.
Reimplemented from DtListedObj.
| virtual DtReflectedPointObject* DtReflectedPointObject::wrapPrev | ( | ) | const [virtual] |
Get the previous remote point object.
Will cycle back to the last remote point object.
Reimplemented from DtListedObj.
DtStateRepCreator DtReflectedPointObject::theStateRepCreator [static, protected] |