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 class  LeafIdentifier : uint8_t {
  ZERO = 0 ,
  ONE = 1 ,
  TWO = 2 ,
  THREE = 3 ,
  FOUR = 4 ,
  FIVE = 5 ,
  SIX = 6 ,
  SEVEN = 7
}
 
enum class  Octree : uint8_t {
  UNKNOWN_PLANE ,
  SAGITAL_PLANE ,
  CORONAL_PLANE ,
  TRANSVERSE_PLANE
}
 

Member Enumeration Documentation

◆ LeafIdentifier

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

Definition at line 233 of file itkCommonEnums.h.

◆ Octree

enum class 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 221 of file itkCommonEnums.h.


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