ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkOctreeNode.h>
Public Member Functions | |
OctreeNode * | GetLeaf (enum LeafIdentifier LeafID) |
OctreeNodeBranch (OctreeBase *parent) | |
Private Attributes | |
OctreeNode | m_Leaves [8] |
Definition at line 121 of file itkOctreeNode.h.
itk::OctreeNodeBranch::OctreeNodeBranch | ( | OctreeBase * | parent | ) | [inline] |
Definition at line 124 of file itkOctreeNode.h.
References m_Leaves, and itk::OctreeNode::SetParentOctree().
OctreeNode* itk::OctreeNodeBranch::GetLeaf | ( | enum LeafIdentifier | LeafID | ) | [inline] |
Definition at line 132 of file itkOctreeNode.h.
References m_Leaves.
OctreeNode itk::OctreeNodeBranch::m_Leaves[8] [private] |
Definition at line 138 of file itkOctreeNode.h.
Referenced by GetLeaf(), and OctreeNodeBranch().