![]() |
VR-Link API Documentation for HLA 4
|
Inheritance diagram for DtDescriptionNode:
Collaboration diagram for DtDescriptionNode:Public Member Functions | |
| DtDescriptionNode () | |
| Default Constructor. More... | |
| virtual | ~DtDescriptionNode () |
| Destructor. More... | |
| DtDescriptionNode (const DtDescriptionNode &orig) | |
| Copy Constructor. More... | |
| DtDescriptionNode & | operator= (const DtDescriptionNode &rhs) |
| Assignment Operator. More... | |
| virtual void | setDescription (const DtString &) |
| virtual const DtString & | getDescription () const |
| virtual void | setReliable (const DtString &) |
| virtual const DtString & | getReliable () const |
Public Member Functions inherited from DtOMTNode | |
| DtOMTNode () | |
| Default Constructor. More... | |
| virtual | ~DtOMTNode () |
| Destructor. More... | |
| DtOMTNode (const DtOMTNode &orig) | |
| Copy Constructor. More... | |
| DtOMTNode & | operator= (const DtOMTNode &rhs) |
| Assignment Operator. More... | |
| virtual void | setName (const DtString &) |
| virtual const DtString & | getName () const |
| virtual void | setUniqueName (const DtString &) |
| virtual const DtString & | getUniqueName () const |
| virtual void | setNote (const DtString &) |
| virtual const DtString & | getNote () const |
Protected Attributes | |
| DtString | myDescription |
| DtString | myReliable |
Protected Attributes inherited from DtOMTNode | |
| DtString | myName |
| DtString | myNote |
| DtString | myUniqueName |
| DtDescriptionNode::DtDescriptionNode | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtDescriptionNode::DtDescriptionNode | ( | const DtDescriptionNode & | orig | ) |
Copy Constructor.
|
virtual |
|
virtual |
| DtDescriptionNode& DtDescriptionNode::operator= | ( | const DtDescriptionNode & | rhs | ) |
Assignment Operator.
|
virtual |
|
virtual |
|
protected |
|
protected |