ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes
itk::OctreeNodeBranch Class Reference

#include <itkOctreeNode.h>

+ Collaboration diagram for itk::OctreeNodeBranch:

List of all members.

Public Member Functions

OctreeNodeGetLeaf (enum LeafIdentifier LeafID)
 OctreeNodeBranch (OctreeBase *parent)

Private Attributes

OctreeNode m_Leaves [8]

Detailed Description

Definition at line 121 of file itkOctreeNode.h.


Constructor & Destructor Documentation

itk::OctreeNodeBranch::OctreeNodeBranch ( OctreeBase parent)
inline

Definition at line 124 of file itkOctreeNode.h.

References m_Leaves, and itk::OctreeNode::SetParentOctree().


Member Function Documentation

OctreeNode* itk::OctreeNodeBranch::GetLeaf ( enum LeafIdentifier  LeafID)
inline

Definition at line 132 of file itkOctreeNode.h.

References m_Leaves.


Member Data Documentation

OctreeNode itk::OctreeNodeBranch::m_Leaves[8]
private

Definition at line 138 of file itkOctreeNode.h.

Referenced by GetLeaf(), and OctreeNodeBranch().


The documentation for this class was generated from the following file: