#include <freAffineTransformController.h>


Public Types | |
| typedef itk::AffineTransform < ScalarType, iDimension > | ComponentType |
| typedef MatrixOffsetTransformControllerBase < ComponentType, iDimension > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
| AffineTransformControllerBase () | |
AffineTransformController is derived from MatrixOffsetTransformControllerBase and is the control for an affine transformation which is composed of a rotation, scaling, shearing and translation. The transformation is done by the itk::AffineTransform.
Definition at line 43 of file freAffineTransformController.h.
| typedef itk::AffineTransform<ScalarType,iDimension> FREE::AffineTransformControllerBase< iDimension >::ComponentType |
The component class managed by the controller. The component class must be a derivation from itk::LightObject to ensure the ability to use the smartpointer concept of itk
Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.
Definition at line 46 of file freAffineTransformController.h.
| typedef MatrixOffsetTransformControllerBase<ComponentType, iDimension> FREE::AffineTransformControllerBase< iDimension >::Superclass |
Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.
Definition at line 47 of file freAffineTransformController.h.
| FREE::AffineTransformControllerBase< iDimension >::AffineTransformControllerBase | ( | ) | [inline, protected] |
The Constructor of this class is protected, because this class should be used only as ancestor for derived classes
Definition at line 55 of file freAffineTransformController.h.
| virtual const char* FREE::AffineTransformControllerBase< iDimension >::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.
Reimplemented in FREE::Affine2DTransformController, and FREE::Affine3DTransformController.
Definition at line 49 of file freAffineTransformController.h.
1.5.3 written by Dimitri van Heesch,
© 1997-2000