Element of an octree. More...
#include <OctreeNode.hpp>
Public Member Functions | |
OctreeNode * | getChild (int index) |
bool | isEmpty () |
void | setChild (int index, OctreeNode *childNode) |
void | setEmpty (bool empty) |
string | toString () |
Protected Attributes | |
bool | empty |
OctreeNode * | children [8] |
Element of an octree.