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

#include <itkCommonEnums.h>

Detailed Description

Definition at line 207 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
}
 

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