#include <itkImageTransformHelper.h>
Definition at line 32 of file itkImageTransformHelper.h.
| typedef Point<double, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::DoublePoint |
Definition at line 40 of file itkImageTransformHelper.h.
| typedef Point<float, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::FloatPoint |
Definition at line 41 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 Matrix<double, NImageDimension, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::MatrixType |
Definition at line 38 of file itkImageTransformHelper.h.
| typedef ImageType::PointType itk::ImageTransformHelper< NImageDimension, R, C >::OriginType |
Definition at line 39 of file itkImageTransformHelper.h.
| typedef ImageType::SpacingType itk::ImageTransformHelper< NImageDimension, R, C >::SpacingType |
Definition at line 37 of file itkImageTransformHelper.h.
| typedef Concept::Detail::UniqueType_bool<false> itk::ImageTransformHelper< NImageDimension, R, C >::UniqueTypeBoolFalse |
Definition at line 42 of file itkImageTransformHelper.h.
| typedef Concept::Detail::UniqueType_bool<true> itk::ImageTransformHelper< NImageDimension, R, C >::UniqueTypeBoolTrue |
Definition at line 43 of file itkImageTransformHelper.h.
| static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPoint | ( | const MatrixType & | matrix, | |
| const OriginType & | origin, | |||
| const IndexType & | index, | |||
| FloatPoint & | point | |||
| ) | [inline, static] |
Definition at line 191 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 52 of file itkImageTransformHelper.h.
| static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol | ( | const MatrixType & | , | |
| const IndexType & | , | |||
| FloatPoint & | , | |||
| const UniqueTypeBoolTrue & | ||||
| ) | [inline, static] |
Definition at line 246 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 231 of file itkImageTransformHelper.h.
| static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol | ( | const MatrixType & | , | |
| const IndexType & | , | |||
| DoublePoint & | , | |||
| const UniqueTypeBoolTrue & | ||||
| ) | [inline, static] |
Definition at line 107 of file itkImageTransformHelper.h.
| static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol | ( | const MatrixType & | matrix, | |
| const IndexType & | index, | |||
| DoublePoint & | point, | |||
| const UniqueTypeBoolFalse & | ||||
| ) | [inline, static] |
Definition at line 92 of file itkImageTransformHelper.h.
| static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointRow | ( | const MatrixType & | , | |
| const OriginType & | , | |||
| const IndexType & | , | |||
| FloatPoint & | , | |||
| const UniqueTypeBoolTrue & | ||||
| ) | [inline, static] |
Definition at line 223 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] |
Definition at line 202 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 84 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 63 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 256 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 117 of file itkImageTransformHelper.h.
| 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 311 of file itkImageTransformHelper.h.
References itk::Math::RoundHalfIntegerUp().
| 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 296 of file itkImageTransformHelper.h.
| 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 172 of file itkImageTransformHelper.h.
References itk::Math::RoundHalfIntegerUp().
| 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 157 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 288 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] |
Definition at line 268 of file itkImageTransformHelper.h.
| static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformPhysicalPointToIndexRow | ( | const MatrixType & | , | |
| const OriginType & | , | |||
| const DoublePoint & | , | |||
| DoublePoint & | , | |||
| IndexType & | , | |||
| const UniqueTypeBoolTrue & | ||||
| ) | [inline, static] |
Definition at line 149 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 129 of file itkImageTransformHelper.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000