ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | List of all members
itk::OctreeNodeBranch Class Reference

#include <itkOctreeNode.h>

Detailed Description

Definition at line 146 of file itkOctreeNode.h.

+ Collaboration diagram for itk::OctreeNodeBranch:

Public Member Functions

OctreeNodeGetLeaf (OctreeNode::LeafIdentifierEnum LeafID)
 
 OctreeNodeBranch ()=default
 
 OctreeNodeBranch (OctreeBase *parent)
 

Private Attributes

OctreeNode m_Leaves [8]
 

Constructor & Destructor Documentation

◆ OctreeNodeBranch() [1/2]

itk::OctreeNodeBranch::OctreeNodeBranch ( )
default

◆ OctreeNodeBranch() [2/2]

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

Definition at line 150 of file itkOctreeNode.h.

Member Function Documentation

◆ GetLeaf()

OctreeNode* itk::OctreeNodeBranch::GetLeaf ( OctreeNode::LeafIdentifierEnum  LeafID)
inline

Definition at line 159 of file itkOctreeNode.h.

Member Data Documentation

◆ m_Leaves

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

Definition at line 165 of file itkOctreeNode.h.


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