|
ANIMA
4.0
|
#include <animaAxisRotationTransform.h>
Inheritance diagram for anima::AxisRotationTransform< TScalarType >:
Collaboration diagram for anima::AxisRotationTransform< TScalarType >:Public Types | |
| typedef Superclass::ScalarType | AngleType |
| typedef Superclass::CenterType | CenterType |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::Matrix< ScalarType, 4, 4 > | HomogeneousMatrixType |
| 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 Superclass::ParametersValueType | ParametersValueType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef Superclass::ScalarType | ScalarType |
| typedef AxisRotationTransform | Self |
| typedef itk::MatrixOffsetTransformBase< TScalarType, 3 > | Superclass |
| typedef Superclass::TranslationType | TranslationType |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| const ParametersType & | GetParameters () const ITK_OVERRIDE |
| virtual void | SetIdentity () ITK_OVERRIDE |
| void | SetParameters (const ParametersType ¶meters) ITK_OVERRIDE |
| void | SetReferencePlaneNormal (InputVectorType &refPlaneNormal) |
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 = 3 |
| static const unsigned int | SpaceDimension = 3 |
Protected Member Functions | |
| AxisRotationTransform () | |
| AxisRotationTransform (unsigned int outputSpaceDims, unsigned int paramsSpaceDims) | |
| void | ComputeMatrix () ITK_OVERRIDE |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const ITK_OVERRIDE |
| virtual | ~AxisRotationTransform () |
Definition at line 10 of file animaAxisRotationTransform.h.
| typedef Superclass::ScalarType anima::AxisRotationTransform< TScalarType >::AngleType |
Definition at line 51 of file animaAxisRotationTransform.h.
| typedef Superclass::CenterType anima::AxisRotationTransform< TScalarType >::CenterType |
Definition at line 48 of file animaAxisRotationTransform.h.
| typedef itk::SmartPointer<const Self> anima::AxisRotationTransform< TScalarType >::ConstPointer |
Definition at line 18 of file animaAxisRotationTransform.h.
| typedef itk::Matrix<ScalarType,4,4> anima::AxisRotationTransform< TScalarType >::HomogeneousMatrixType |
Definition at line 46 of file animaAxisRotationTransform.h.
| typedef Superclass::InputCovariantVectorType anima::AxisRotationTransform< TScalarType >::InputCovariantVectorType |
Definition at line 39 of file animaAxisRotationTransform.h.
| typedef Superclass::InputPointType anima::AxisRotationTransform< TScalarType >::InputPointType |
Definition at line 43 of file animaAxisRotationTransform.h.
| typedef Superclass::InputVectorType anima::AxisRotationTransform< TScalarType >::InputVectorType |
Definition at line 37 of file animaAxisRotationTransform.h.
| typedef Superclass::InputVnlVectorType anima::AxisRotationTransform< TScalarType >::InputVnlVectorType |
Definition at line 41 of file animaAxisRotationTransform.h.
| typedef Superclass::InverseMatrixType anima::AxisRotationTransform< TScalarType >::InverseMatrixType |
Definition at line 47 of file animaAxisRotationTransform.h.
| typedef Superclass::JacobianType anima::AxisRotationTransform< TScalarType >::JacobianType |
Definition at line 35 of file animaAxisRotationTransform.h.
| typedef Superclass::MatrixType anima::AxisRotationTransform< TScalarType >::MatrixType |
Definition at line 45 of file animaAxisRotationTransform.h.
| typedef Superclass::OffsetType anima::AxisRotationTransform< TScalarType >::OffsetType |
Definition at line 50 of file animaAxisRotationTransform.h.
| typedef Superclass::OutputCovariantVectorType anima::AxisRotationTransform< TScalarType >::OutputCovariantVectorType |
Definition at line 40 of file animaAxisRotationTransform.h.
| typedef Superclass::OutputPointType anima::AxisRotationTransform< TScalarType >::OutputPointType |
Definition at line 44 of file animaAxisRotationTransform.h.
| typedef Superclass::OutputVectorType anima::AxisRotationTransform< TScalarType >::OutputVectorType |
Definition at line 38 of file animaAxisRotationTransform.h.
| typedef Superclass::OutputVnlVectorType anima::AxisRotationTransform< TScalarType >::OutputVnlVectorType |
Definition at line 42 of file animaAxisRotationTransform.h.
| typedef Superclass::ParametersType anima::AxisRotationTransform< TScalarType >::ParametersType |
Definition at line 33 of file animaAxisRotationTransform.h.
| typedef Superclass::ParametersValueType anima::AxisRotationTransform< TScalarType >::ParametersValueType |
Definition at line 34 of file animaAxisRotationTransform.h.
| typedef itk::SmartPointer<Self> anima::AxisRotationTransform< TScalarType >::Pointer |
Definition at line 17 of file animaAxisRotationTransform.h.
| typedef Superclass::ScalarType anima::AxisRotationTransform< TScalarType >::ScalarType |
Definition at line 36 of file animaAxisRotationTransform.h.
| typedef AxisRotationTransform anima::AxisRotationTransform< TScalarType >::Self |
Standard class typedefs.
Definition at line 15 of file animaAxisRotationTransform.h.
| typedef itk::MatrixOffsetTransformBase<TScalarType, 3> anima::AxisRotationTransform< TScalarType >::Superclass |
Definition at line 16 of file animaAxisRotationTransform.h.
| typedef Superclass::TranslationType anima::AxisRotationTransform< TScalarType >::TranslationType |
Definition at line 49 of file animaAxisRotationTransform.h.
|
protected |
Definition at line 11 of file animaAxisRotationTransform.hxx.
Referenced by anima::AxisRotationTransform< TScalarType >::~AxisRotationTransform().
|
protected |
Definition at line 24 of file animaAxisRotationTransform.hxx.
References anima::AxisRotationTransform< TScalarType >::SetParameters().
|
inlineprotectedvirtual |
|
protected |
Definition at line 81 of file animaAxisRotationTransform.hxx.
References anima::AxisRotationTransform< TScalarType >::SetReferencePlaneNormal().
Referenced by anima::AxisRotationTransform< TScalarType >::SetIdentity(), and anima::AxisRotationTransform< TScalarType >::~AxisRotationTransform().
| virtual::itk::LightObject::Pointer anima::AxisRotationTransform< TScalarType >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
| const AxisRotationTransform< TScalarType >::ParametersType & anima::AxisRotationTransform< TScalarType >::GetParameters | ( | ) | const |
Definition at line 56 of file animaAxisRotationTransform.hxx.
References anima::AxisRotationTransform< TScalarType >::SetIdentity().
Referenced by anima::AxisRotationTransform< TScalarType >::SetParameters().
|
static |
New macro for creation of through a Smart Pointer.
|
protected |
Definition at line 141 of file animaAxisRotationTransform.hxx.
Referenced by anima::AxisRotationTransform< TScalarType >::SetReferencePlaneNormal(), and anima::AxisRotationTransform< TScalarType >::~AxisRotationTransform().
|
virtual |
Definition at line 69 of file animaAxisRotationTransform.hxx.
References anima::AxisRotationTransform< TScalarType >::ComputeMatrix().
Referenced by anima::AxisRotationTransform< TScalarType >::GetParameters().
| void anima::AxisRotationTransform< TScalarType >::SetParameters | ( | const ParametersType & | parameters | ) |
Definition at line 39 of file animaAxisRotationTransform.hxx.
References anima::AxisRotationTransform< TScalarType >::GetParameters().
Referenced by anima::AxisRotationTransform< TScalarType >::AxisRotationTransform().
| void anima::AxisRotationTransform< TScalarType >::SetReferencePlaneNormal | ( | InputVectorType & | refPlaneNormal | ) |
Definition at line 122 of file animaAxisRotationTransform.hxx.
References anima::GetRotationMatrixFromVectors(), and anima::AxisRotationTransform< TScalarType >::PrintSelf().
Referenced by anima::AxisRotationTransform< TScalarType >::ComputeMatrix().
|
static |
Definition at line 28 of file animaAxisRotationTransform.h.
|
static |
Definition at line 29 of file animaAxisRotationTransform.h.
|
static |
Definition at line 30 of file animaAxisRotationTransform.h.
|
static |
Dimension of the space.
Definition at line 27 of file animaAxisRotationTransform.h.
1.8.13