![]() |
VR-Forces 4.7 Class Documentation
|
Read Group Base Base class for all group nodes {group:Demonstration Scene Graph}. More...

Public Member Functions | |
| virtual | ~trpgReadGroupBase (void) |
| void | AddChild (trpgReadNode *) |
| bool | isGroupType (void) |
| int | GetNumChildren (void) |
| trpgReadNode * | GetChild (int i) |
| trpgMBR | GetMBR (void) const |
| void | unRefChild (int i) |
| void | unRefChildren (void) |
Public Member Functions inherited from trpgReadNode | |
| virtual | ~trpgReadNode (void) |
| virtual int | GetType (void) |
Protected Member Functions | |
| void | DeleteChildren (void) |
Protected Attributes | |
| trpgMBR | mbr |
| std::vector< trpgReadNode * > | children |
Protected Attributes inherited from trpgReadNode | |
| int | type |
|
virtual |
| void trpgReadGroupBase::AddChild | ( | trpgReadNode * | ) |
|
inlinevirtual |
Implements trpgReadNode.
Reimplemented in trpgReadChildRef.
|
inline |
|
virtual |
Reimplemented from trpgReadNode.
| void trpgReadGroupBase::unRefChild | ( | int | i | ) |
| void trpgReadGroupBase::unRefChildren | ( | void | ) |
|
protected |
|
protected |
|
protected |