|
Public Types |
typedef ImageBase< NImageDimension > | ImageType |
typedef ImageType::IndexType | IndexType |
typedef ImageType::SpacingType | SpacingType |
typedef Matrix< double, NImageDimension,
NImageDimension > | MatrixType |
typedef ImageType::PointType | OriginType |
typedef Point< double, NImageDimension > | DoublePoint |
typedef Point< float, NImageDimension > | FloatPoint |
typedef Concept::Detail::UniqueType_bool<
false > | UniqueTypeBoolFalse |
typedef Concept::Detail::UniqueType_bool<
true > | UniqueTypeBoolTrue |
Static Public Member Functions |
void | TransformIndexToPhysicalPoint (const MatrixType &matrix, const OriginType &origin, const IndexType &index, DoublePoint &point) |
void | TransformIndexToPhysicalPointRow (const MatrixType &matrix, const OriginType &origin, const IndexType &index, DoublePoint &point, const UniqueTypeBoolFalse &) |
void | TransformIndexToPhysicalPointRow (const MatrixType &, const OriginType &, const IndexType &, DoublePoint &, const UniqueTypeBoolTrue &) |
void | TransformIndexToPhysicalPointCol (const MatrixType &matrix, const IndexType &index, DoublePoint &point, const UniqueTypeBoolFalse &) |
void | TransformIndexToPhysicalPointCol (const MatrixType &, const IndexType &, DoublePoint &, const UniqueTypeBoolTrue &) |
void | TransformPhysicalPointToIndex (const MatrixType &matrix, const OriginType &origin, const DoublePoint &point, IndexType &index) |
void | TransformPhysicalPointToIndexRow (const MatrixType &matrix, const OriginType &origin, const DoublePoint &point, DoublePoint &rindex, IndexType &index, const UniqueTypeBoolFalse &) |
void | TransformPhysicalPointToIndexRow (const MatrixType &, const OriginType &, const DoublePoint &, DoublePoint &, IndexType &, const UniqueTypeBoolTrue &) |
void | TransformPhysicalPointToIndexCol (const MatrixType &matrix, const OriginType &origin, const DoublePoint &point, DoublePoint &rindex, IndexType &index, const UniqueTypeBoolFalse &) |
void | TransformPhysicalPointToIndexCol (const MatrixType &, const OriginType &, const DoublePoint &, DoublePoint &rindex, IndexType &index, const UniqueTypeBoolTrue &) |