ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFixedCenterOfRotationAffineTransform.h>
Public Types | |
typedef Superclass::CenterType | CenterType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::InputVnlVectorType | InputVnlVectorType |
typedef Superclass::InverseMatrixType | InverseMatrixType |
typedef Superclass::JacobianType | JacobianType |
typedef Superclass::MatrixType | MatrixType |
typedef Superclass::OffsetType | OffsetType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScalarType | ScalarType |
typedef FixedCenterOfRotationAffineTransform | Self |
typedef ScalableAffineTransform < TScalarType, NDimensions > | Superclass |
typedef Superclass::TranslationType | TranslationType |
Public Types inherited from itk::ScalableAffineTransform< TScalarType, NDimensions > | |
typedef InverseTransformBaseType::Pointer | InverseTransformBasePointer |
typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
typedef Superclass::MatrixValueType | MatrixValueType |
typedef Superclass::ParametersValueType | ParametersValueType |
Public Types inherited from itk::AffineTransform< TScalarType, NDimensions > | |
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 OutputVectorType::ValueType | OutputVectorValueType |
typedef InputPointType::ValueType | InputPointValueType |
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 | InputSpaceDimension = NDimensions |
static const unsigned int | OutputSpaceDimension = NDimensions |
static const unsigned int | SpaceDimension = NDimensions |
static const unsigned int | ParametersDimension = NDimensions * ( NDimensions + 2 ) |
Static Public Attributes inherited from itk::ScalableAffineTransform< TScalarType, NDimensions > | |
Static Public Attributes inherited from itk::AffineTransform< TScalarType, 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 itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::CenterType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::CenterType |
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 75 of file itkFixedCenterOfRotationAffineTransform.h.
typedef SmartPointer< const Self > itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::ConstPointer |
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 45 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::InputCovariantVectorType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::InputCovariantVectorType |
Standard covariant vector type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 67 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::InputPointType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::InputPointType |
Standard coordinate point type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 71 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::InputVectorType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::InputVectorType |
Standard vector type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 65 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::InputVnlVectorType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::InputVnlVectorType |
Standard vnl_vector type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 69 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::InverseMatrixType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::InverseMatrixType |
Standard inverse matrix type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 74 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::JacobianType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::JacobianType |
Jacobian Type
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 63 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::MatrixType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::MatrixType |
Standard matrix type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 73 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::OffsetType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::OffsetType |
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 77 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::OutputCovariantVectorType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::OutputCovariantVectorType |
Standard covariant vector type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 68 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::OutputPointType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::OutputPointType |
Standard coordinate point type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 72 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::OutputVectorType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::OutputVectorType |
Standard vector type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 66 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::OutputVnlVectorType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::OutputVnlVectorType |
Standard vnl_vector type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 70 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::ParametersType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::ParametersType |
Types taken from the Superclass
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 62 of file itkFixedCenterOfRotationAffineTransform.h.
typedef SmartPointer< Self > itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::Pointer |
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 44 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::ScalarType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::ScalarType |
Standard scalar type for this class
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 64 of file itkFixedCenterOfRotationAffineTransform.h.
typedef FixedCenterOfRotationAffineTransform itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::Self |
Standard typedefs
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 42 of file itkFixedCenterOfRotationAffineTransform.h.
typedef ScalableAffineTransform< TScalarType, NDimensions > itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::Superclass |
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 43 of file itkFixedCenterOfRotationAffineTransform.h.
typedef Superclass::TranslationType itk::FixedCenterOfRotationAffineTransform< TScalarType, NDimensions >::TranslationType |
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 76 of file itkFixedCenterOfRotationAffineTransform.h.
|
protected |
Construct an FixedCenterOfRotationAffineTransform object
|
protected |
Construct an FixedCenterOfRotationAffineTransform object
|
protected |
Construct an FixedCenterOfRotationAffineTransform object
|
protectedvirtual |
Destroy an FixedCenterOfRotationAffineTransform object
|
private |
Destroy an FixedCenterOfRotationAffineTransform object
|
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::ScalableAffineTransform< TScalarType, NDimensions >.
|
inline |
Set and Get the center of rotation
Definition at line 82 of file itkFixedCenterOfRotationAffineTransform.h.
|
inline |
Get matrix of the transform
Definition at line 92 of file itkFixedCenterOfRotationAffineTransform.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
|
inline |
Get offset of the transform.
Definition at line 100 of file itkFixedCenterOfRotationAffineTransform.h.
|
static |
New macro for creation of through a Smart Pointer
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
|
private |
Destroy an FixedCenterOfRotationAffineTransform object
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
|
inline |
Set and Get the center of rotation
Definition at line 80 of file itkFixedCenterOfRotationAffineTransform.h.
|
inline |
Set the matrix of the transform. The matrix should not include scale
Definition at line 88 of file itkFixedCenterOfRotationAffineTransform.h.
|
inline |
Set offset (origin) of the Transform.
Definition at line 96 of file itkFixedCenterOfRotationAffineTransform.h.
|
static |
Dimension of the domain space.
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 54 of file itkFixedCenterOfRotationAffineTransform.h.
|
static |
Dimension of the domain space.
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 55 of file itkFixedCenterOfRotationAffineTransform.h.
|
static |
Dimension of the domain space.
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 58 of file itkFixedCenterOfRotationAffineTransform.h.
|
static |
Dimension of the domain space.
Reimplemented from itk::ScalableAffineTransform< TScalarType, NDimensions >.
Definition at line 56 of file itkFixedCenterOfRotationAffineTransform.h.