![]() |
VR-Link API Documentation for DIS
|
represents a node in an OMT tree. More...
Inheritance diagram for DtOMTNode:
Collaboration diagram for DtOMTNode:Public Member Functions | |
| DtOMTNode () | |
| Default Constructor. | |
| virtual | ~DtOMTNode () |
| Destructor. | |
| DtOMTNode (const DtOMTNode &orig) | |
| Copy Constructor. | |
| DtOMTNode & | operator= (const DtOMTNode &rhs) |
| Assignment Operator. | |
| virtual void | setName (const DtString &) |
| virtual const DtString & | getName () const |
Protected Attributes | |
| DtString | myName |
represents a node in an OMT tree.
This could any number of things: datatype time values, dimensions, descriptions, etc.
| DtOMTNode::DtOMTNode | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtOMTNode::DtOMTNode | ( | const DtOMTNode & | orig | ) |
Copy Constructor.
|
virtual |
|
virtual |
|
protected |