|
typedef GridTransform | Self |
|
typedef SmartPointer< Self > | Pointer |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef Transform< double, 2, 2 > | Superclass |
|
typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
|
typedef InverseTransformBaseType::Pointer | InverseTransformBasePointer |
|
typedef double | ScalarType |
|
typedef Superclass::ParametersType | ParametersType |
|
typedef Superclass::JacobianType | JacobianType |
|
typedef Superclass::InputPointType | InputPointType |
|
typedef Superclass::OutputPointType | OutputPointType |
|
|
| itkTypeMacro (GridTransform, Transform) |
|
| itkNewMacro (Self) |
|
| itkStaticConstMacro (InputSpaceDimension, unsigned int, 2) |
|
| itkStaticConstMacro (OutputSpaceDimension, unsigned int, 2) |
|
virtual OutputPointType | TransformPoint (const InputPointType &x) const |
|
InputPointType | BackTransformPoint (const OutputPointType &y) const |
|
virtual void | SetFixedParameters (const ParametersType ¶ms) |
|
virtual const ParametersType & | GetFixedParameters () const |
|
virtual void | SetParameters (const ParametersType ¶ms) |
|
virtual const ParametersType & | GetParameters () const |
|
virtual NumberOfParametersType | GetNumberOfParameters (void) const |
|
virtual InverseTransformBasePointer | GetInverseTransform () const |
|
void | setup (const the_grid_transform_t &transform, const bool &is_inverse=false) |
|
bool | is_inverse () const |
|
virtual void | ComputeJacobianWithRespectToParameters (const InputPointType &point, JacobianType &jacobian) const |
|
Base inverse transform type. This type should not be changed to the concrete inverse transform type or inheritance would be lost.
Standard scalar type for this class.
itk::GridTransform::itkStaticConstMacro |
( |
InputSpaceDimension |
, |
|
|
unsigned |
int, |
|
|
2 |
|
|
) |
| |
Dimension of the domain space.
The documentation for this class was generated from the following file: