18 #ifndef __itkOctreeNode_h
19 #define __itkOctreeNode_h
26 class OctreeNodeBranch;
80 long int GetColor(
void)
const;
88 void SetColor(
int NodeColor);
101 bool IsNodeColored(
void)
const;
103 inline void SetParentOctree(
OctreeBase *parent)
115 void RemoveChildren(
void);
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)