Fast index/physical index computation. More...
#include <itkImageTransformHelper.h>
Fast index/physical index computation.
Definition at line 32 of file itkImageTransformHelper.h.
typedef Point<double, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::DoublePoint |
Definition at line 41 of file itkImageTransformHelper.h.
typedef Point<float, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::FloatPoint |
Definition at line 42 of file itkImageTransformHelper.h.
typedef ImageBase<NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::ImageType |
Definition at line 35 of file itkImageTransformHelper.h.
typedef ImageType::IndexType itk::ImageTransformHelper< NImageDimension, R, C >::IndexType |
Definition at line 36 of file itkImageTransformHelper.h.
typedef ImageBase<NImageDimension>::IndexValueType itk::ImageTransformHelper< NImageDimension, R, C >::IndexValueType |
Definition at line 37 of file itkImageTransformHelper.h.
typedef Matrix<double, NImageDimension, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::MatrixType |
Definition at line 39 of file itkImageTransformHelper.h.
typedef ImageType::PointType itk::ImageTransformHelper< NImageDimension, R, C >::OriginType |
Definition at line 40 of file itkImageTransformHelper.h.
typedef ImageType::SpacingType itk::ImageTransformHelper< NImageDimension, R, C >::SpacingType |
Definition at line 38 of file itkImageTransformHelper.h.
typedef Concept::Detail::UniqueType_bool<false> itk::ImageTransformHelper< NImageDimension, R, C >::UniqueTypeBoolFalse |
Definition at line 43 of file itkImageTransformHelper.h.
typedef Concept::Detail::UniqueType_bool<true> itk::ImageTransformHelper< NImageDimension, R, C >::UniqueTypeBoolTrue |
Definition at line 44 of file itkImageTransformHelper.h.
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPoint | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const IndexType & | index, | |||
DoublePoint & | point | |||
) | [inline, static] |
Definition at line 53 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPoint | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const IndexType & | index, | |||
FloatPoint & | point | |||
) | [inline, static] |
Definition at line 192 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol | ( | const MatrixType & | matrix, | |
const IndexType & | index, | |||
DoublePoint & | point, | |||
const UniqueTypeBoolFalse & | ||||
) | [inline, static] |
Definition at line 93 of file itkImageTransformHelper.h.
Referenced by itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol(), and itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol | ( | const MatrixType & | , | |
const IndexType & | , | |||
DoublePoint & | , | |||
const UniqueTypeBoolTrue & | ||||
) | [inline, static] |
Definition at line 108 of file itkImageTransformHelper.h.
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol | ( | const MatrixType & | matrix, | |
const IndexType & | index, | |||
FloatPoint & | point, | |||
const UniqueTypeBoolFalse & | ||||
) | [inline, static] |
Definition at line 232 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol | ( | const MatrixType & | , | |
const IndexType & | , | |||
FloatPoint & | , | |||
const UniqueTypeBoolTrue & | ||||
) | [inline, static] |
Definition at line 247 of file itkImageTransformHelper.h.
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const IndexType & | index, | |||
DoublePoint & | point, | |||
const UniqueTypeBoolFalse & | ||||
) | [inline, static] |
Definition at line 64 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol().
Referenced by itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPoint(), and itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const IndexType & | index, | |||
FloatPoint & | point, | |||
const UniqueTypeBoolFalse & | ||||
) | [inline, static] |
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow | ( | const MatrixType & | , | |
const OriginType & | , | |||
const IndexType & | , | |||
FloatPoint & | , | |||
const UniqueTypeBoolTrue & | ||||
) | [inline, static] |
Definition at line 224 of file itkImageTransformHelper.h.
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow | ( | const MatrixType & | , | |
const OriginType & | , | |||
const IndexType & | , | |||
DoublePoint & | , | |||
const UniqueTypeBoolTrue & | ||||
) | [inline, static] |
Definition at line 85 of file itkImageTransformHelper.h.
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndex | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const FloatPoint & | point, | |||
IndexType & | index | |||
) | [inline, static] |
Definition at line 257 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndex | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const DoublePoint & | point, | |||
IndexType & | index | |||
) | [inline, static] |
Definition at line 118 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol | ( | const MatrixType & | , | |
const OriginType & | , | |||
const FloatPoint & | , | |||
FloatPoint & | rindex, | |||
IndexType & | index, | |||
const UniqueTypeBoolTrue & | ||||
) | [inline, static] |
Definition at line 312 of file itkImageTransformHelper.h.
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const DoublePoint & | point, | |||
DoublePoint & | rindex, | |||
IndexType & | index, | |||
const UniqueTypeBoolFalse & | ||||
) | [inline, static] |
Definition at line 158 of file itkImageTransformHelper.h.
Referenced by itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol(), and itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const FloatPoint & | point, | |||
FloatPoint & | rindex, | |||
IndexType & | index, | |||
const UniqueTypeBoolFalse & | ||||
) | [inline, static] |
Definition at line 297 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol | ( | const MatrixType & | , | |
const OriginType & | , | |||
const DoublePoint & | , | |||
DoublePoint & | rindex, | |||
IndexType & | index, | |||
const UniqueTypeBoolTrue & | ||||
) | [inline, static] |
Definition at line 173 of file itkImageTransformHelper.h.
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow | ( | const MatrixType & | , | |
const OriginType & | , | |||
const FloatPoint & | , | |||
FloatPoint & | , | |||
IndexType & | , | |||
const UniqueTypeBoolTrue & | ||||
) | [inline, static] |
Definition at line 289 of file itkImageTransformHelper.h.
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const FloatPoint & | point, | |||
FloatPoint & | rindex, | |||
IndexType & | index, | |||
const UniqueTypeBoolFalse & | ||||
) | [inline, static] |
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow | ( | const MatrixType & | matrix, | |
const OriginType & | origin, | |||
const DoublePoint & | point, | |||
DoublePoint & | rindex, | |||
IndexType & | index, | |||
const UniqueTypeBoolFalse & | ||||
) | [inline, static] |
Definition at line 130 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol().
Referenced by itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndex(), and itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow().
static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow | ( | const MatrixType & | , | |
const OriginType & | , | |||
const DoublePoint & | , | |||
DoublePoint & | , | |||
IndexType & | , | |||
const UniqueTypeBoolTrue & | ||||
) | [inline, static] |
Definition at line 150 of file itkImageTransformHelper.h.