ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkCenteredAffineTransform.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputPointValueType | InputPointValueType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::InputVnlVectorType | InputVnlVectorType |
typedef InverseTransformBaseType::Pointer | InverseTransformBasePointer |
typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
typedef Superclass::JacobianType | JacobianType |
typedef Superclass::MatrixType | MatrixType |
typedef Superclass::MatrixValueType | MatrixValueType |
typedef Superclass::OffsetType | OffsetType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef Superclass::OutputVectorValueType | OutputVectorValueType |
typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::ParametersValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScalarType | ScalarType |
typedef CenteredAffineTransform | Self |
typedef AffineTransform < TScalarType, NDimensions > | Superclass |
Public Types inherited from itk::AffineTransform< TScalarType, NDimensions > | |
typedef Superclass::CenterType | CenterType |
typedef Superclass::InverseMatrixType | InverseMatrixType |
typedef Superclass::TranslationType | TranslationType |
Public Types inherited from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions > | |
typedef Superclass::InputDiffusionTensor3DType | InputDiffusionTensor3DType |
typedef Superclass::InputSymmetricSecondRankTensorType | InputSymmetricSecondRankTensorType |
typedef CovariantVector < TScalarType, InputDiffusionTensor3DType::Dimension > | InputTensorEigenVectorType |
typedef Superclass::InputVectorPixelType | InputVectorPixelType |
typedef OffsetType::ValueType | OffsetValueType |
typedef Superclass::OutputDiffusionTensor3DType | OutputDiffusionTensor3DType |
typedef Superclass::OutputSymmetricSecondRankTensorType | OutputSymmetricSecondRankTensorType |
typedef Superclass::OutputVectorPixelType | OutputVectorPixelType |
typedef TranslationType::ValueType | TranslationValueType |
typedef OutputPointType::ValueType | OutputPointValueType |
Public Types inherited from itk::Transform< TScalarType, NInputDimensions, NOutputDimensions > | |
typedef Array < ParametersValueType > | DerivativeType |
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | DirectionChangeMatrix |
typedef Matrix< double, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | InputDirectionMatrix |
typedef Superclass::NumberOfParametersType | NumberOfParametersType |
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension)> | OutputDirectionMatrix |
Public Types inherited from itk::TransformBase | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | SpaceDimension = NDimensions |
static const unsigned int | ParametersDimension = NDimensions * ( NDimensions + 2 ) |
Static Public Attributes inherited from itk::AffineTransform< TScalarType, NDimensions > | |
static const unsigned int | InputSpaceDimension = NDimensions |
static const unsigned int | OutputSpaceDimension = NDimensions |
Static Public Attributes inherited from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions > | |
Static Public Attributes inherited from itk::Transform< TScalarType, NInputDimensions, NOutputDimensions > |
Additional Inherited Members |
Affine transformation with a specified center of rotation.
This class implements an Affine transform in which the rotation center can be explicitly selected.
Definition at line 37 of file itkCenteredAffineTransform.h.
typedef SmartPointer<const Self> itk::CenteredAffineTransform< TScalarType, NDimensions >::ConstPointer |
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 45 of file itkCenteredAffineTransform.h.
typedef Superclass::InputCovariantVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputCovariantVectorType |
Standard covariant vector type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 67 of file itkCenteredAffineTransform.h.
typedef Superclass::InputPointType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputPointType |
Standard coordinate point type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 73 of file itkCenteredAffineTransform.h.
typedef Superclass::InputPointValueType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputPointValueType |
Standard coordinate point type for this class
Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
Definition at line 74 of file itkCenteredAffineTransform.h.
typedef Superclass::InputVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputVectorType |
Standard vector type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 64 of file itkCenteredAffineTransform.h.
typedef Superclass::InputVnlVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::InputVnlVectorType |
Standard vnl_vector type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 71 of file itkCenteredAffineTransform.h.
typedef InverseTransformBaseType::Pointer itk::CenteredAffineTransform< TScalarType, NDimensions >::InverseTransformBasePointer |
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 84 of file itkCenteredAffineTransform.h.
typedef Superclass::InverseTransformBaseType itk::CenteredAffineTransform< TScalarType, NDimensions >::InverseTransformBaseType |
Base inverse transform type. This type should not be changed to the concrete inverse transform type or inheritance would be lost.
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 83 of file itkCenteredAffineTransform.h.
typedef Superclass::JacobianType itk::CenteredAffineTransform< TScalarType, NDimensions >::JacobianType |
Jacobian Type
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 62 of file itkCenteredAffineTransform.h.
typedef Superclass::MatrixType itk::CenteredAffineTransform< TScalarType, NDimensions >::MatrixType |
Standard matrix type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 77 of file itkCenteredAffineTransform.h.
typedef Superclass::MatrixValueType itk::CenteredAffineTransform< TScalarType, NDimensions >::MatrixValueType |
Standard matrix type for this class
Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
Definition at line 78 of file itkCenteredAffineTransform.h.
typedef Superclass::OffsetType itk::CenteredAffineTransform< TScalarType, NDimensions >::OffsetType |
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 79 of file itkCenteredAffineTransform.h.
typedef Superclass::OutputCovariantVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputCovariantVectorType |
Standard covariant vector type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 69 of file itkCenteredAffineTransform.h.
typedef Superclass::OutputPointType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputPointType |
Standard coordinate point type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 76 of file itkCenteredAffineTransform.h.
typedef Superclass::OutputVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputVectorType |
Standard vector type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 65 of file itkCenteredAffineTransform.h.
typedef Superclass::OutputVectorValueType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputVectorValueType |
Standard vector type for this class
Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
Definition at line 75 of file itkCenteredAffineTransform.h.
typedef Superclass::OutputVnlVectorType itk::CenteredAffineTransform< TScalarType, NDimensions >::OutputVnlVectorType |
Standard vnl_vector type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 72 of file itkCenteredAffineTransform.h.
typedef Superclass::ParametersType itk::CenteredAffineTransform< TScalarType, NDimensions >::ParametersType |
Types taken from the Superclass
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 60 of file itkCenteredAffineTransform.h.
typedef Superclass::ParametersValueType itk::CenteredAffineTransform< TScalarType, NDimensions >::ParametersValueType |
Type of the input parameters.
Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
Definition at line 61 of file itkCenteredAffineTransform.h.
typedef SmartPointer<Self> itk::CenteredAffineTransform< TScalarType, NDimensions >::Pointer |
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 44 of file itkCenteredAffineTransform.h.
typedef Superclass::ScalarType itk::CenteredAffineTransform< TScalarType, NDimensions >::ScalarType |
Standard scalar type for this class
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 63 of file itkCenteredAffineTransform.h.
typedef CenteredAffineTransform itk::CenteredAffineTransform< TScalarType, NDimensions >::Self |
Standard typedefs
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 42 of file itkCenteredAffineTransform.h.
typedef AffineTransform<TScalarType, NDimensions> itk::CenteredAffineTransform< TScalarType, NDimensions >::Superclass |
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 43 of file itkCenteredAffineTransform.h.
|
protected |
Construct an CenteredAffineTransform object
|
protectedvirtual |
Destroy an CenteredAffineTransform object
|
private |
Destroy an CenteredAffineTransform object
|
virtual |
Compute the Jacobian of the transformation
This method computes the Jacobian matrix of the transformation. given point or vector, returning the transformed point or vector. The rank of the Jacobian will also indicate if the transform is invertible at this point.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
bool itk::CenteredAffineTransform< TScalarType, NDimensions >::GetInverse | ( | Self * | inverse | ) | const |
Get an inverse of this transform.
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
|
virtual |
Return an inverse of this transform.
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
|
virtual |
Get the Transformation Parameters.
Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
|
static |
New macro for creation of through a Smart Pointer
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
|
private |
Destroy an CenteredAffineTransform object
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
|
virtual |
Set/Get the transformation from a container of parameters. The first (NDimension x NDimension) parameters define the matrix, the next N parameters define the center of rotation and the last N parameters define the translation to be applied after the coordinate system has been restored to the rotation center. Note that the Offset of the superclass is no longer in the parameters array since it is fully dependent on the rotation center and the translation parameters.
Reimplemented from itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >.
|
static |
Dimension of the domain space.
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 56 of file itkCenteredAffineTransform.h.
|
static |
Dimension of the domain space.
Reimplemented from itk::AffineTransform< TScalarType, NDimensions >.
Definition at line 54 of file itkCenteredAffineTransform.h.