#include <hierarchy_tree.h>
Inherited by HierarchyTree< NodeClass >.
Inheritance diagram for HierarchyTreeBase:

Public Types | |
| enum | { D = 2 } |
| dimension of node's bounding box More... | |
Public Member Functions | |
| HierarchyTreeBase () | |
| ~HierarchyTreeBase () | |
| void | setExtent (const int minPoint[D], const int maxPoint[D]) |
| sets the root's min-/max-point | |
Protected Member Functions | |
| void | setNodeBox (Node &node, const int boxMin[D], const int boxMax[D]) |
sets the node-bounding-box of given node | |
| void | setNodeLeaf (Node &node, bool value) |
sets the leaf property of given node | |
Protected Attributes | |
| int | mRootMin [D] |
| bounding box's min point of root-node | |
| int | mRootMax [D] |
| bounding box's max point of root-node | |
Classes | |
| class | Node |
| node of hierarchy tree More... | |
Defines dimension od node-box, Node base-class, extent of node-box of root node.
Definition at line 14 of file hierarchy_tree.h.
|
|
dimension of node's bounding box
Definition at line 21 of file hierarchy_tree.h. |
|
|
Definition at line 76 of file hierarchy_tree.h. References D, and setExtent(). Here is the call graph for this function: ![]() |
|
|
Definition at line 81 of file hierarchy_tree.h. |
|
||||||||||||
|
sets the root's min-/max-point
Definition at line 88 of file hierarchy_tree.h. References assertL, mRootMax, and mRootMin. Referenced by TerrainGeoMipMap::createHierarchyTree(), and HierarchyTreeBase(). |
|
||||||||||||||||
|
sets the node-bounding-box of given
Definition at line 103 of file hierarchy_tree.h. References HierarchyTreeBase::Node::setNodeBox(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
sets the leaf property of given
Definition at line 111 of file hierarchy_tree.h. References HierarchyTreeBase::Node::setLeaf(). Here is the call graph for this function: ![]() |
|
|
bounding box's max point of root-node
Definition at line 115 of file hierarchy_tree.h. Referenced by HierarchyTree< NodeClass >::build(), and setExtent(). |
|
|
bounding box's min point of root-node
Definition at line 115 of file hierarchy_tree.h. Referenced by HierarchyTree< NodeClass >::build(), and setExtent(). |
1.4.5