ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::OctreeNodeBranch Class Reference

#include <itkOctreeNode.h>

+ Collaboration diagram for itk::OctreeNodeBranch:

Detailed Description

Definition at line 124 of file itkOctreeNode.h.

Public Member Functions

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

Private Attributes

OctreeNode m_Leaves [8]
 

Constructor & Destructor Documentation

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

Definition at line 127 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 135 of file itkOctreeNode.h.

References m_Leaves.

Member Data Documentation

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

Definition at line 141 of file itkOctreeNode.h.

Referenced by GetLeaf(), and OctreeNodeBranch().


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