18 #ifndef itkOctreeNode_h
19 #define itkOctreeNode_h
80 long int GetColor()
const;
88 void SetColor(
int NodeColor);
101 bool IsNodeColored()
const;
103 inline void SetParentOctree(
OctreeBase *parent)
115 void RemoveChildren();
130 for (
auto & leaf : m_Leaves)
132 leaf.SetParentOctree(parent);
138 return &m_Leaves[LeafID];
class ITK_FORWARD_EXPORT OctreeNodeBranch
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)