#include <plSpaceTree.h>
Member Enumeration Documentation
- Enumerator:
| kNone |
|
| kIsLeaf |
|
| kDirty |
|
| kDisabled |
|
| kEmpty |
|
| kEnabledTemp |
|
Constructor & Destructor Documentation
| plSpaceTreeNode::plSpaceTreeNode |
( |
| ) |
|
Member Function Documentation
| unsigned short plSpaceTreeNode::getFlags |
( |
| ) |
const |
| short plSpaceTreeNode::getLChild |
( |
| ) |
const |
| short plSpaceTreeNode::getLeafIndex |
( |
| ) |
const |
| short plSpaceTreeNode::getParent |
( |
| ) |
const |
| short plSpaceTreeNode::getRChild |
( |
| ) |
const |
| void plSpaceTreeNode::prcParse |
( |
const pfPrcTag * |
tag | ) |
|
| void plSpaceTreeNode::read |
( |
hsStream * |
S | ) |
|
| void plSpaceTreeNode::setBounds |
( |
const hsBounds3Ext & |
bounds | ) |
|
| void plSpaceTreeNode::setChildren |
( |
short |
left, |
|
|
short |
right |
|
) |
| |
| void plSpaceTreeNode::setFlags |
( |
unsigned short |
flags | ) |
|
| void plSpaceTreeNode::setLeafIndex |
( |
short |
idx | ) |
|
| void plSpaceTreeNode::setParent |
( |
short |
parent | ) |
|
| void plSpaceTreeNode::write |
( |
hsStream * |
S | ) |
|
Member Data Documentation
| short plSpaceTreeNode::fChildren[2] |
| unsigned short plSpaceTreeNode::fFlags |
|
protected |
| short plSpaceTreeNode::fLeafIndex |
| short plSpaceTreeNode::fParent |
|
protected |
The documentation for this class was generated from the following file: