#include <itkScaleTransform.h>
Inheritance diagram for itk::ScaleTransform< TScalarType, NDimensions >:
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 Member Functions | |
virtual const char * | GetClassName () 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) |
virtual ScaleType | GetScale () const |
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 |
virtual void | SetCenter (InputPointType _arg) |
virtual InputPointType | GetCenter () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
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 >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 48 of file itkScaleTransform.h. |
|
Standard covariant vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 79 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Standard coordinate point type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 89 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetIdentity(), and itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Standard vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 74 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Standard vnl_vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 84 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Jacobian type. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 68 of file itkScaleTransform.h. |
|
Standard covariant vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 80 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Standard coordinate point type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 90 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Standard vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 75 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Standard vnl_vector type for this class. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 85 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Parameters type. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 65 of file itkScaleTransform.h. |
|
Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 47 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Scalar type. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 62 of file itkScaleTransform.h. |
|
Standard vector type for this class. Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 71 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetIdentity(), and itk::ScaleTransform< TScalarType, NDimensions >::SetScale(). |
|
Standard class typedefs. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >. Definition at line 45 of file itkScaleTransform.h. Referenced by itk::ScaleTransform< TScalarType, NDimensions >::SetIdentity(). |
|
Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, 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. |
|
Set/Get the center used as fixed point for the scaling |
|
Run-time type information (and related methods). Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >.
|
|
Get the Jacobian matrix. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >.
|
|
Get the parameters that uniquely define the transform This is typically used by optimizers. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >.
|
|
Get access to scale values |
|
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. Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >.
|
|
Dimension of the domain space. Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >.
|
|
New macro for creation of through a smart pointer. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >.
|
|
Print contents of an ScaleTransform Reimplemented from itk::Object.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >.
|
|
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/Get the center used as fixed point for the scaling |
|
Set the transformation to an Identity This sets all the scales to 1.0 Definition at line 153 of file itkScaleTransform.h. References itk::ScaleTransform< TScalarType, NDimensions >::InputPointType, itk::ScaleTransform< TScalarType, NDimensions >::ScaleType, and itk::ScaleTransform< TScalarType, NDimensions >::Self. |
|
Set parameters. This method sets the parameters for the transform value specified by the user. Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >.
Reimplemented in itk::ScaleLogarithmicTransform< TScalarType, NDimensions >.
|
|
Set the factors of an Scale Transform This method sets the factors 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 110 of file itkScaleTransform.h. References itk::ScaleTransform< TScalarType, NDimensions >::InputCovariantVectorType, itk::ScaleTransform< TScalarType, NDimensions >::InputPointType, itk::ScaleTransform< TScalarType, NDimensions >::InputVectorType, itk::ScaleTransform< TScalarType, NDimensions >::InputVnlVectorType, itk::ScaleTransform< TScalarType, NDimensions >::OutputCovariantVectorType, itk::ScaleTransform< TScalarType, NDimensions >::OutputPointType, itk::ScaleTransform< TScalarType, NDimensions >::OutputVectorType, itk::ScaleTransform< TScalarType, NDimensions >::OutputVnlVectorType, itk::ScaleTransform< TScalarType, NDimensions >::Pointer, and itk::ScaleTransform< TScalarType, NDimensions >::ScaleType. |
|
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 >.
|