#include <itkImageTransformHelper.h>
Definition at line 31 of file itkImageTransformHelper.h.
| typedef Point<double, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::DoublePoint |
Definition at line 39 of file itkImageTransformHelper.h.
| typedef Point<float, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::FloatPoint |
Definition at line 40 of file itkImageTransformHelper.h.
| typedef ImageBase<NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::ImageType |
Definition at line 34 of file itkImageTransformHelper.h.
| typedef ImageType::IndexType itk::ImageTransformHelper< NImageDimension, R, C >::IndexType |
Definition at line 35 of file itkImageTransformHelper.h.
| typedef Matrix<double, NImageDimension, NImageDimension> itk::ImageTransformHelper< NImageDimension, R, C >::MatrixType |
Definition at line 37 of file itkImageTransformHelper.h.
| typedef ImageType::PointType itk::ImageTransformHelper< NImageDimension, R, C >::OriginType |
Definition at line 38 of file itkImageTransformHelper.h.
| typedef ImageType::SpacingType itk::ImageTransformHelper< NImageDimension, R, C >::SpacingType |
Definition at line 36 of file itkImageTransformHelper.h.
| typedef Concept::Detail::UniqueType_bool<false> itk::ImageTransformHelper< NImageDimension, R, C >::UniqueTypeBoolFalse |
Definition at line 41 of file itkImageTransformHelper.h.
| typedef Concept::Detail::UniqueType_bool<true> itk::ImageTransformHelper< NImageDimension, R, C >::UniqueTypeBoolTrue |
Definition at line 42 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 46 of file itkImageTransformHelper.h.
| static void itk::ImageTransformHelper< NImageDimension, R, C >::TransformIndexToPhysicalPointCol | ( | const MatrixType & | , | |
| const IndexType & | , | |||
| DoublePoint & | , | |||
| const UniqueTypeBoolTrue & | ||||
| ) | [inline, static] |
Definition at line 103 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 87 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 79 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 57 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 113 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 170 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 154 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 146 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 125 of file itkImageTransformHelper.h.
1.4.7 written by Dimitri van Heesch,
© 1997-2000