List of all members.
Protected Attributes |
std::vector< INode * > | m_kChild |
Geometry * | m_kGeometry |
Constructor & Destructor Documentation
Member Function Documentation
int INode::AttachChild |
( |
INode * |
pkChild | ) |
|
THis method attach a node to the node
- Parameters:
-
int INode::DetachChild |
( |
INode * |
pkChild | ) |
|
THis method detach a node to the node
- Parameters:
-
INode * INode::DetachChildAt |
( |
int |
i | ) |
|
THis method detach a node to the node
- Parameters:
-
node | index of node to detach |
- Returns:
- Node which was detached
INode * INode::GetChild |
( |
int |
i | ) |
|
This method returns the child object selected node
This method returns the attached geometry object
- Returns:
- attached object
int INode::GetUsed |
( |
| ) |
const |
INode * INode::SetChild |
( |
int |
i, |
|
|
INode * |
pkChild |
|
) |
| |
This method sets another child at the specified index
- Parameters:
-
index | index of node to detach |
node | index of new node |
- Returns:
- Node which was detached
void INode::SetGeometry |
( |
Geometry * |
geo | ) |
|
This method attaches a geometry object
- Parameters:
-
The documentation for this class was generated from the following files: