ITK  5.0.0
Insight Segmentation and Registration Toolkit
Namespaces | Typedefs | Functions | Variables
itkGTestTypedefsAndConstructors.h File Reference
#include "gtest/gtest.h"
#include "itkImageBase.h"
+ Include dependency graph for itkGTestTypedefsAndConstructors.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 itk
 
 itk::GTest
 
 itk::GTest::TypedefsAndConstructors
 
 itk::GTest::TypedefsAndConstructors::Dimension2
 
 itk::GTest::TypedefsAndConstructors::Dimension3
 

Typedefs

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

Functions

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

Variables

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