#include <itkScaleTransform.h>
Inheritance diagram for itk::ScaleTransform:
Public Types | |
typedef ScaleTransform | Self |
typedef Transform< TScalarType, NDimensions, NDimensions > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ScalarType | ScalarType |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::JacobianType | JacobianType |
typedef FixedArray< TScalarType, itkGetStaticConstMacro(SpaceDimension) | ScaleType ) |
typedef Vector< TScalarType, itkGetStaticConstMacro(SpaceDimension) | InputVectorType ) |
typedef Vector< TScalarType, itkGetStaticConstMacro(SpaceDimension) | OutputVectorType ) |
typedef CovariantVector< TScalarType, itkGetStaticConstMacro(SpaceDimension) | InputCovariantVectorType ) |
typedef CovariantVector< TScalarType, itkGetStaticConstMacro(SpaceDimension) | OutputCovariantVectorType ) |
typedef vnl_vector_fixed< TScalarType, itkGetStaticConstMacro(SpaceDimension) | InputVnlVectorType ) |
typedef vnl_vector_fixed< TScalarType, itkGetStaticConstMacro(SpaceDimension) | OutputVnlVectorType ) |
typedef Point< TScalarType, itkGetStaticConstMacro(SpaceDimension) | InputPointType ) |
typedef Point< TScalarType, itkGetStaticConstMacro(SpaceDimension) | OutputPointType ) |
Public Methods | |
virtual const char * | GetClassName () const |
const ScaleType & | GetScale (void) const |
void | SetParameters (const ParametersType ¶meters) |
const ParametersType & | GetParameters (void) const |
const JacobianType & | GetJacobian (const InputPointType &point) const |
void | SetScale (const ScaleType &scale) |
void | Compose (const Self *other, bool pre=false) |
void | Scale (const ScaleType &scale, bool pre=false) |
ScaleTransform::Pointer | Inverse (void) const |
void | SetIdentity (void) |
itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) | |
itkStaticConstMacro (ParametersDimension, unsigned int, NDimensions) | |
OutputPointType | TransformPoint (const InputPointType &point) const |
OutputVectorType | TransformVector (const InputVectorType &vector) const |
OutputVnlVectorType | TransformVector (const InputVnlVectorType &vector) const |
OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &vector) const |
InputPointType | BackTransform (const OutputPointType &point) const |
InputVectorType | BackTransform (const OutputVectorType &vector) const |
InputVnlVectorType | BackTransform (const OutputVnlVectorType &vector) const |
InputCovariantVectorType | BackTransform (const OutputCovariantVectorType &vector) const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
ScaleTransform () | |
~ScaleTransform () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
The same functionality could be obtained by using the Affine tranform, but with a large difference in performace
Definition at line 39 of file itkScaleTransform.h.
|
Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 48 of file itkScaleTransform.h. |
|
Standard covariant vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 79 of file itkScaleTransform.h. |
|
Standard coordinate point type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 89 of file itkScaleTransform.h. |
|
Standard vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 74 of file itkScaleTransform.h. |
|
Standard vnl_vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 84 of file itkScaleTransform.h. |
|
Jacobian type. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 68 of file itkScaleTransform.h. |
|
Standard covariant vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 80 of file itkScaleTransform.h. |
|
Standard coordinate point type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 90 of file itkScaleTransform.h. |
|
Standard vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 75 of file itkScaleTransform.h. |
|
Standard vnl_vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 85 of file itkScaleTransform.h. |
|
Parameters type. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 65 of file itkScaleTransform.h. |
|
Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 47 of file itkScaleTransform.h. |
|
Scalar type. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 62 of file itkScaleTransform.h. |
|
Standard vector type for this class. Definition at line 71 of file itkScaleTransform.h. |
|
Standard class typedefs. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 45 of file itkScaleTransform.h. |
|
Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 46 of file itkScaleTransform.h. |
|
Construct an ScaleTransform object. |
|
Destroy an ScaleTransform object. |
|
Back transform by an affine transformation This method finds the point or vector that maps to a given point or vector under the affine transformation defined by self. If no such point exists, an exception is thrown. |
|
Back transform by an affine transformation This method finds the point or vector that maps to a given point or vector under the affine transformation defined by self. If no such point exists, an exception is thrown. |
|
Back transform by an affine transformation This method finds the point or vector that maps to a given point or vector under the affine transformation defined by self. If no such point exists, an exception is thrown. |
|
Back transform by an affine transformation This method finds the point or vector that maps to a given point or vector under the affine transformation defined by self. If no such point exists, an exception is thrown. |
|
Compose with another ScaleTransform. |
|
Run-time type information (and related methods). Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |
|
Get the Jacobian matrix. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |
|
Get the parameters that uniquely define the transform This is typically used by optimizers. There are 4 parameters. The first one represents the rotation, the second one the scale and the last two represent the offset. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |
|
Get scale of an ScaleTransform. This method returns the value of the offset of the ScaleTransform. Definition at line 96 of file itkScaleTransform.h. |
|
Find inverse of an affine transformation This method creates and returns a new ScaleTransform object which is the inverse of self. If self is not invertible, an exception is thrown. |
|
Dimension of the domain space. |
|
Dimension of the domain space. |
|
New macro for creation of through a smart pointer. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |
|
Print contents of an ScaleTransform Reimplemented from itk::Object. |
|
Compose affine transformation with a translation This method modifies self to include a translation of the origin. The translation is precomposed with self if pre is true, and postcomposed otherwise. |
|
Set the transformation to an Identity This sets all the scales to 1.0 Definition at line 162 of file itkScaleTransform.h. |
|
Set parameters. This method sets the parameters for the transform value specified by the user. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |
|
Set offset of an Scale Transform This method sets the offset of an ScaleTransform to a value specified by the user. This method cannot be done with SetMacro because itk::Array has not an operator== defined. Definition at line 119 of file itkScaleTransform.h. |
|
Transform by an affine transformation This method applies the affine transform given by self to a given point or vector, returning the transformed point or vector. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |
|
Transform by an affine transformation This method applies the affine transform given by self to a given point or vector, returning the transformed point or vector. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |
|
Transform by an affine transformation This method applies the affine transform given by self to a given point or vector, returning the transformed point or vector. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |
|
Transform by an affine transformation This method applies the affine transform given by self to a given point or vector, returning the transformed point or vector. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. |