![]() |
VR-Forces 4.8 Class Documentation
|
An experimental subclass of DtDIGuyObjectStateRepository. More...

Public Member Functions | |
| DtExtDiGuyStateRepository () | |
| DtExtDiGuyStateRepository (const DtExtDiGuyStateRepository &orig) | |
| DtExtDiGuyStateRepository (const DtDIGuyObjectStateRepository &orig) | |
| virtual | ~DtExtDiGuyStateRepository () |
| DtExtDiGuyStateRepository & | operator= (const DtExtDiGuyStateRepository &orig) |
| Assignment Operator. More... | |
| virtual DtStateRepository * | clone (bool copy) const |
| Return a copy/empty object of the same type as this. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print data to the specified stream. More... | |
Static Public Member Functions | |
| static DtDIGuyObjectStateRepository * | create () |
| This will replace the version used in the base class. More... | |
| static void | registerExtensions (DtExerciseConn *exConn) |
An experimental subclass of DtDIGuyObjectStateRepository.
| DtExtDiGuyStateRepository::DtExtDiGuyStateRepository | ( | ) |
| DtExtDiGuyStateRepository::DtExtDiGuyStateRepository | ( | const DtExtDiGuyStateRepository & | orig | ) |
| DtExtDiGuyStateRepository::DtExtDiGuyStateRepository | ( | const DtDIGuyObjectStateRepository & | orig | ) |
|
inlinevirtual |
| DtExtDiGuyStateRepository& DtExtDiGuyStateRepository::operator= | ( | const DtExtDiGuyStateRepository & | orig | ) |
Assignment Operator.
|
virtual |
Return a copy/empty object of the same type as this.
|
virtual |
Print data to the specified stream.
|
static |
This will replace the version used in the base class.
It's installed as the factory function by a call to DtDIGuyObjectPublisher::setStateRepCreator()
|
static |