ITK  5.4.0
Insight Toolkit
Public Types | List of all members
itk::OctreeEnums Class Reference

#include <itkCommonEnums.h>

Detailed Description

Definition at line 212 of file itkCommonEnums.h.

Public Types

enum  LeafIdentifier : uint8_t {
  LeafIdentifier::ZERO = 0,
  LeafIdentifier::ONE = 1,
  LeafIdentifier::TWO = 2,
  LeafIdentifier::THREE = 3,
  LeafIdentifier::FOUR = 4,
  LeafIdentifier::FIVE = 5,
  LeafIdentifier::SIX = 6,
  LeafIdentifier::SEVEN = 7
}
 
enum  Octree : uint8_t {
  Octree::UNKNOWN_PLANE,
  Octree::SAGITAL_PLANE,
  Octree::CORONAL_PLANE,
  Octree::TRANSVERSE_PLANE
}
 

Member Enumeration Documentation

◆ LeafIdentifier

enum itk::OctreeEnums::LeafIdentifier : uint8_t
strong
Enumerator
ZERO 
ONE 
TWO 
THREE 
FOUR 
FIVE 
SIX 
SEVEN 

Definition at line 231 of file itkCommonEnums.h.

◆ Octree

enum itk::OctreeEnums::Octree : uint8_t
strong
Enumerator
UNKNOWN_PLANE 

The plane is Unknown.

SAGITAL_PLANE 

The plane is Sagittal.

CORONAL_PLANE 

The plane is Coronal.

TRANSVERSE_PLANE 

The plane is Transverse.

Definition at line 220 of file itkCommonEnums.h.


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