ITK  5.0.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 ()=default
 
 OctreeNodeBranch (OctreeBase *parent)
 

Private Attributes

OctreeNode m_Leaves [8]
 

Constructor & Destructor Documentation

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

Definition at line 128 of file itkOctreeNode.h.

Member Function Documentation

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

Definition at line 136 of file itkOctreeNode.h.

Member Data Documentation

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

Definition at line 142 of file itkOctreeNode.h.


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