ITK  5.0.0
Insight Segmentation and Registration 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

Definition at line 104 of file itkGTestTypedefsAndConstructors.h.

Definition at line 98 of file itkGTestTypedefsAndConstructors.h.

Definition at line 102 of file itkGTestTypedefsAndConstructors.h.

Definition at line 103 of file itkGTestTypedefsAndConstructors.h.

Definition at line 106 of file itkGTestTypedefsAndConstructors.h.

Definition at line 101 of file itkGTestTypedefsAndConstructors.h.

Definition at line 105 of file itkGTestTypedefsAndConstructors.h.

Function Documentation

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

Definition at line 126 of file itkGTestTypedefsAndConstructors.h.

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

Definition at line 108 of file itkGTestTypedefsAndConstructors.h.

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

Definition at line 134 of file itkGTestTypedefsAndConstructors.h.

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

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

Definition at line 96 of file itkGTestTypedefsAndConstructors.h.