18 #ifndef itkOctreeNode_h
19 #define itkOctreeNode_h
26 class OctreeNodeBranch;
80 long int GetColor()
const;
88 void SetColor(
int NodeColor);
101 bool IsNodeColored()
const;
103 inline void SetParentOctree(
OctreeBase *parent)
115 void RemoveChildren();
129 for (
int i = 0; i < 8; i++ )
Provides non-templated access to templated instances of Octree.
OctreeNodeBranch(OctreeBase *parent)
A data structure representing a node in an Octree.
OctreeNode * GetLeaf(enum LeafIdentifier LeafID)
void SetParentOctree(OctreeBase *parent)