ITK  5.2.0
Insight Toolkit
Typedefs | Functions | Variables
itk::GTest::TypedefsAndConstructors::Dimension3 Namespace Reference

Typedefs

using DirectionType = ImageBaseType::DirectionType
 
using ImageBaseType = itk::ImageBase< Dimension >
 
using IndexType = ImageBaseType::IndexType
 
using PointType = ImageBaseType::PointType
 
using RegionType = ImageBaseType::RegionType
 
using SizeType = ImageBaseType::SizeType
 
using VectorType = ImageBaseType::SpacingType
 

Functions

static IndexType MakeIndex (IndexType::IndexValueType i1, IndexType::IndexValueType i2, IndexType::IndexValueType i3)
 
static PointType MakePoint (PointType::ValueType p1, PointType::ValueType p2, PointType::ValueType p3)
 
static SizeType MakeSize (SizeType::SizeValueType s1, SizeType::SizeValueType s2, SizeType::SizeValueType s3)
 
static VectorType MakeVector (VectorType::ValueType v1, VectorType::ValueType v2, VectorType::ValueType v3)
 

Variables

constexpr unsigned int Dimension = 3
 

Detailed Description

Contains commonly used type alias for working with 3-D Images, and utility functions to construct commonly used objects.

Typedef Documentation

◆ DirectionType

Definition at line 104 of file itkGTestTypedefsAndConstructors.h.

◆ ImageBaseType

Definition at line 98 of file itkGTestTypedefsAndConstructors.h.

◆ IndexType

Definition at line 102 of file itkGTestTypedefsAndConstructors.h.

◆ PointType

Definition at line 103 of file itkGTestTypedefsAndConstructors.h.

◆ RegionType

Definition at line 106 of file itkGTestTypedefsAndConstructors.h.

◆ SizeType

Definition at line 101 of file itkGTestTypedefsAndConstructors.h.

◆ VectorType

Definition at line 105 of file itkGTestTypedefsAndConstructors.h.

Function Documentation

◆ MakeIndex()

static IndexType itk::GTest::TypedefsAndConstructors::Dimension3::MakeIndex ( IndexType::IndexValueType  i1,
IndexType::IndexValueType  i2,
IndexType::IndexValueType  i3 
)
inlinestatic

Definition at line 125 of file itkGTestTypedefsAndConstructors.h.

◆ MakePoint()

static PointType itk::GTest::TypedefsAndConstructors::Dimension3::MakePoint ( PointType::ValueType  p1,
PointType::ValueType  p2,
PointType::ValueType  p3 
)
inlinestatic

Definition at line 109 of file itkGTestTypedefsAndConstructors.h.

◆ MakeSize()

static SizeType itk::GTest::TypedefsAndConstructors::Dimension3::MakeSize ( SizeType::SizeValueType  s1,
SizeType::SizeValueType  s2,
SizeType::SizeValueType  s3 
)
inlinestatic

Definition at line 132 of file itkGTestTypedefsAndConstructors.h.

◆ MakeVector()

static VectorType itk::GTest::TypedefsAndConstructors::Dimension3::MakeVector ( VectorType::ValueType  v1,
VectorType::ValueType  v2,
VectorType::ValueType  v3 
)
inlinestatic

Definition at line 117 of file itkGTestTypedefsAndConstructors.h.

Variable Documentation

◆ Dimension

constexpr unsigned int itk::GTest::TypedefsAndConstructors::Dimension3::Dimension = 3
constexpr

Definition at line 96 of file itkGTestTypedefsAndConstructors.h.