ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageTransformHelper.h>
Fast index/physical index computation.
Definition at line 34 of file itkImageTransformHelper.h.
typedef Point< double, NImageDimension > itk::ImageTransformHelper< NImageDimension, R, C >::DoublePoint |
Definition at line 42 of file itkImageTransformHelper.h.
typedef Point< float, NImageDimension > itk::ImageTransformHelper< NImageDimension, R, C >::FloatPoint |
Definition at line 43 of file itkImageTransformHelper.h.
typedef ImageBase< NImageDimension > itk::ImageTransformHelper< NImageDimension, R, C >::ImageType |
Definition at line 37 of file itkImageTransformHelper.h.
typedef ImageType::IndexType itk::ImageTransformHelper< NImageDimension, R, C >::IndexType |
Definition at line 38 of file itkImageTransformHelper.h.
typedef Matrix< double, NImageDimension, NImageDimension > itk::ImageTransformHelper< NImageDimension, R, C >::MatrixType |
Definition at line 40 of file itkImageTransformHelper.h.
typedef ImageType::PointType itk::ImageTransformHelper< NImageDimension, R, C >::OriginType |
Definition at line 41 of file itkImageTransformHelper.h.
typedef ImageType::SpacingType itk::ImageTransformHelper< NImageDimension, R, C >::SpacingType |
Definition at line 39 of file itkImageTransformHelper.h.
typedef Concept::Detail::UniqueType_bool< false > itk::ImageTransformHelper< NImageDimension, R, C >::UniqueTypeBoolFalse |
Definition at line 44 of file itkImageTransformHelper.h.
typedef Concept::Detail::UniqueType_bool< true > itk::ImageTransformHelper< NImageDimension, R, C >::UniqueTypeBoolTrue |
Definition at line 45 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 54 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 189 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 94 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 109 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 229 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 244 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 65 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 & | , |
const OriginType & | , | ||
const IndexType & | , | ||
DoublePoint & | , | ||
const UniqueTypeBoolTrue & | |||
) | [inline, static] |
Definition at line 86 of file itkImageTransformHelper.h.
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 221 of file itkImageTransformHelper.h.
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 >::TransformPhysicalPointToIndex | ( | const MatrixType & | matrix, |
const OriginType & | origin, | ||
const FloatPoint & | point, | ||
IndexType & | index | ||
) | [inline, static] |
Definition at line 253 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow().
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 159 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 & | , |
const OriginType & | , | ||
const DoublePoint & | , | ||
DoublePoint & | rindex, | ||
IndexType & | index, | ||
const UniqueTypeBoolTrue & | |||
) | [inline, static] |
Definition at line 174 of file itkImageTransformHelper.h.
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 294 of file itkImageTransformHelper.h.
References itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexCol().
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 309 of file itkImageTransformHelper.h.
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 131 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 151 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 & | , |
const OriginType & | , | ||
const FloatPoint & | , | ||
FloatPoint & | , | ||
IndexType & | , | ||
const UniqueTypeBoolTrue & | |||
) | [inline, static] |
Definition at line 286 of file itkImageTransformHelper.h.