#include <octree.h>
Public Member Functions | |
| OctNode () | |
| ~OctNode () | |
Public Attributes | |
| OctNode * | children [8] |
| vector< NodeData > | data |
Definition at line 36 of file octree.h.
Definition at line 45 of file octree.h.
Referenced by Octree< NodeData >::addPrivate(), Octree< NodeData >::lookupPrivate(), OctNode< SurfacePoint >::OctNode(), and OctNode< SurfacePoint >::~OctNode().
Definition at line 46 of file octree.h.
Referenced by Octree< NodeData >::addPrivate(), and Octree< NodeData >::lookupPrivate().
1.6.3