#include "gtest/gtest.h"
#include "itkImageBase.h"
Go to the source code of this file.
|
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) |
|