ANIMA
4.0
|
#include <animaSplitAffine3DTransform.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::MatrixType | MatrixType |
typedef Superclass::OffsetType | OffsetType |
typedef Superclass::ParametersType | ParametersType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::ScalarType | ScalarType |
typedef SplitAffine3DTransform | Self |
typedef itk::MatrixOffsetTransformBase< TScalarType, 3, 3 > | Superclass |
typedef Superclass::TranslationType | TranslationType |
typedef itk::Vector< TScalarType, 3 > | VectorType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const VectorType & | GetFirstAngle () const |
virtual const VectorType & | GetLogScale () const |
virtual const char * | GetNameOfClass () const |
virtual const ParametersType & | GetParameters () const ITK_OVERRIDE |
virtual const VectorType & | GetSecondAngle () const |
void | SetFirstAngle (const VectorType &angle) |
void | SetIdentity () ITK_OVERRIDE |
void | SetLogScale (const VectorType &scale) |
virtual void | SetParameters (const ParametersType ¶meters) ITK_OVERRIDE |
void | SetSecondAngle (const VectorType &angle) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputSpaceDimension = 3 |
static const unsigned int | OutputSpaceDimension = 3 |
static const unsigned int | ParametersDimension = 12 |
Protected Member Functions | |
void | ComputeMatrix () ITK_OVERRIDE |
void | ComputeMatrixParameters () ITK_OVERRIDE |
MatrixType | ComputeRotationMatrix () |
MatrixType | ComputeSkewMatrix () |
void | PrintSelf (std::ostream &os, itk::Indent indent) const ITK_OVERRIDE |
SplitAffine3DTransform () | |
virtual | ~SplitAffine3DTransform () |
Definition at line 10 of file animaSplitAffine3DTransform.h.
typedef itk::SmartPointer<const Self> anima::SplitAffine3DTransform< TScalarType >::ConstPointer |
Definition at line 18 of file animaSplitAffine3DTransform.h.
typedef Superclass::MatrixType anima::SplitAffine3DTransform< TScalarType >::MatrixType |
Definition at line 34 of file animaSplitAffine3DTransform.h.
typedef Superclass::OffsetType anima::SplitAffine3DTransform< TScalarType >::OffsetType |
Definition at line 35 of file animaSplitAffine3DTransform.h.
typedef Superclass::ParametersType anima::SplitAffine3DTransform< TScalarType >::ParametersType |
Parameters Type
Definition at line 32 of file animaSplitAffine3DTransform.h.
typedef itk::SmartPointer<Self> anima::SplitAffine3DTransform< TScalarType >::Pointer |
Definition at line 17 of file animaSplitAffine3DTransform.h.
typedef Superclass::ScalarType anima::SplitAffine3DTransform< TScalarType >::ScalarType |
Definition at line 33 of file animaSplitAffine3DTransform.h.
typedef SplitAffine3DTransform anima::SplitAffine3DTransform< TScalarType >::Self |
Standard class typedefs.
Definition at line 15 of file animaSplitAffine3DTransform.h.
typedef itk::MatrixOffsetTransformBase<TScalarType, 3, 3> anima::SplitAffine3DTransform< TScalarType >::Superclass |
Definition at line 16 of file animaSplitAffine3DTransform.h.
typedef Superclass::TranslationType anima::SplitAffine3DTransform< TScalarType >::TranslationType |
Definition at line 36 of file animaSplitAffine3DTransform.h.
typedef itk::Vector<TScalarType, 3> anima::SplitAffine3DTransform< TScalarType >::VectorType |
Scale & Skew Vector Type.
Definition at line 39 of file animaSplitAffine3DTransform.h.
|
protected |
Definition at line 12 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::SetParameters().
Referenced by anima::SplitAffine3DTransform< TScalarType >::~SplitAffine3DTransform().
|
inlineprotectedvirtual |
Definition at line 65 of file animaSplitAffine3DTransform.h.
References anima::SplitAffine3DTransform< TScalarType >::ComputeMatrix(), anima::SplitAffine3DTransform< TScalarType >::ComputeMatrixParameters(), anima::SplitAffine3DTransform< TScalarType >::ComputeRotationMatrix(), anima::SplitAffine3DTransform< TScalarType >::ComputeSkewMatrix(), anima::SplitAffine3DTransform< TScalarType >::PrintSelf(), and anima::SplitAffine3DTransform< TScalarType >::SplitAffine3DTransform().
|
protected |
Compute the components of the rotation matrix in the superclass.
Definition at line 134 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::ComputeMatrixParameters(), and anima::Get3DRotationExponential().
Referenced by anima::SplitAffine3DTransform< TScalarType >::SetSecondAngle(), and anima::SplitAffine3DTransform< TScalarType >::~SplitAffine3DTransform().
|
protected |
Definition at line 161 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::PrintSelf().
Referenced by anima::SplitAffine3DTransform< TScalarType >::ComputeMatrix(), and anima::SplitAffine3DTransform< TScalarType >::~SplitAffine3DTransform().
|
protected |
|
protected |
virtual::itk::LightObject::Pointer anima::SplitAffine3DTransform< TScalarType >::CreateAnother | ( | void | ) | const |
|
virtual |
|
virtual |
|
virtual |
Run-time type information (and related methods).
|
virtual |
Definition at line 61 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::SetIdentity().
Referenced by anima::SplitAffine3DTransform< TScalarType >::SetParameters().
|
virtual |
|
static |
New macro for creation of through a Smart Pointer.
|
protected |
Definition at line 170 of file animaSplitAffine3DTransform.hxx.
Referenced by anima::SplitAffine3DTransform< TScalarType >::ComputeMatrixParameters(), and anima::SplitAffine3DTransform< TScalarType >::~SplitAffine3DTransform().
void anima::SplitAffine3DTransform< TScalarType >::SetFirstAngle | ( | const VectorType & | angle | ) |
Definition at line 103 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::SetLogScale().
Referenced by anima::SplitAffine3DTransform< TScalarType >::SetIdentity().
void anima::SplitAffine3DTransform< TScalarType >::SetIdentity | ( | ) |
Definition at line 85 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::SetFirstAngle().
Referenced by anima::SplitAffine3DTransform< TScalarType >::GetParameters().
void anima::SplitAffine3DTransform< TScalarType >::SetLogScale | ( | const VectorType & | scale | ) |
Definition at line 113 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::SetSecondAngle().
Referenced by anima::SplitAffine3DTransform< TScalarType >::SetFirstAngle().
|
virtual |
Set the transformation from a container of parameters This is typically used by optimizers. There are 12 parameters: 0-2 euler angles (first matrix) 3-5 translation 6-8 Scale 9-11 euler angles (second matrix)
Definition at line 24 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::GetParameters().
Referenced by anima::SplitAffine3DTransform< TScalarType >::SplitAffine3DTransform().
void anima::SplitAffine3DTransform< TScalarType >::SetSecondAngle | ( | const VectorType & | angle | ) |
Definition at line 123 of file animaSplitAffine3DTransform.hxx.
References anima::SplitAffine3DTransform< TScalarType >::ComputeMatrix().
Referenced by anima::SplitAffine3DTransform< TScalarType >::SetLogScale().
|
static |
Dimension of parameters.
Definition at line 27 of file animaSplitAffine3DTransform.h.
|
static |
Definition at line 28 of file animaSplitAffine3DTransform.h.
|
static |
Definition at line 29 of file animaSplitAffine3DTransform.h.