#include <octree.h>
Public Member Functions | |
| OctNode () | |
| ~OctNode () | |
Public Attributes | |
| OctNode * | children [8] |
| vector< NodeData > | data |
Definition at line 33 of file octree.h.
| lux::OctNode< NodeData >::OctNode | ( | ) | [inline] |
| lux::OctNode< NodeData >::~OctNode | ( | ) | [inline] |
| OctNode* lux::OctNode< NodeData >::children[8] |
Definition at line 42 of file octree.h.
Referenced by lux::Octree< NodeData, LookupProc >::addPrivate(), lux::Octree< NodeData, LookupProc >::lookupPrivate(), lux::OctNode< IrradianceSample >::OctNode(), and lux::OctNode< IrradianceSample >::~OctNode().
| vector<NodeData> lux::OctNode< NodeData >::data |
Definition at line 43 of file octree.h.
Referenced by lux::Octree< NodeData, LookupProc >::addPrivate(), and lux::Octree< NodeData, LookupProc >::lookupPrivate().
1.5.9