#include <freCenteredAffineTransformController.h>


Public Types | |
| typedef itk::CenteredAffineTransform < ScalarType, iDimension > | ComponentType |
| typedef MatrixOffsetTransformControllerBase < ComponentType, iDimension > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
| CenteredAffineTransformControllerBase () | |
| virtual void | GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const |
CenteredAffineTransformControllerBase is derived from MatrixOffsetTransformControllerBase and is the control for a center based affine transformation, which is composed of all elements of an affine transformation (rotation, scaling, shearing and translation) with the exception that the rotation is around a point that can be explicitly specified. The transformation is done by the itk::CenteredAffineTransform.
Definition at line 48 of file freCenteredAffineTransformController.h.
| typedef itk::CenteredAffineTransform<ScalarType,iDimension> FREE::CenteredAffineTransformControllerBase< 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 51 of file freCenteredAffineTransformController.h.
| typedef MatrixOffsetTransformControllerBase<ComponentType, iDimension> FREE::CenteredAffineTransformControllerBase< iDimension >::Superclass |
Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.
Definition at line 52 of file freCenteredAffineTransformController.h.
| FREE::CenteredAffineTransformControllerBase< iDimension >::CenteredAffineTransformControllerBase | ( | ) | [inline, protected] |
Definition at line 57 of file freCenteredAffineTransformController.h.
| virtual const char* FREE::CenteredAffineTransformControllerBase< iDimension >::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.
Reimplemented in FREE::CenteredAffine2DTransformController, and FREE::CenteredAffine3DTransformController.
Definition at line 54 of file freCenteredAffineTransformController.h.
| virtual void FREE::CenteredAffineTransformControllerBase< iDimension >::GenerateProfile | ( | CtrlProfile::ControllerProfile & | profile, | |
| const SessionComponentCache * | pComponentCache, | |||
| bool | bRegardOldSetup | |||
| ) | const [inline, protected, virtual] |
Adjusts the current profile according to the definitions of the controller.
Method should call the superclass variant to regard demands of basic controllers.
| [in,out] | profile | Reference of the current profile. |
| [in] | pComponentCache | Pointer to the cache indicating the location of the component that should be profiled. This pointer can be null. In this case only a default profile that isn't context sensitive is wanted (others aren't possible anyway) |
| [in] | bRegardOldSetup | If true, the setup of pComponentCache is valid and should be regarded when the profile is generated. Otherwise just use defaults if setup information is needed. |
Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.
Reimplemented in FREE::CenteredAffine2DTransformController, and FREE::CenteredAffine3DTransformController.
Definition at line 64 of file freCenteredAffineTransformController.h.
1.5.3 written by Dimitri van Heesch,
© 1997-2000