#include <freAffineTransformController.h>


Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| Affine3DTransformController () | |
Protected Member Functions | |
| virtual void | GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const |
Affine3DTransformController is derived from AffineTransformControllerBase 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 97 of file freAffineTransformController.h.
| FREE::Affine3DTransformController::Affine3DTransformController | ( | ) |
Implementation of FREE::Affine3DTransformController ////////////////
Definition at line 61 of file freAffineTransformController.cxx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| virtual const char* FREE::Affine3DTransformController::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from FREE::AffineTransformControllerBase< 3 >.
Definition at line 100 of file freAffineTransformController.h.
| void FREE::Affine3DTransformController::GenerateProfile | ( | CtrlProfile::ControllerProfile & | profile, | |
| const SessionComponentCache * | pComponentCache, | |||
| bool | bRegardOldSetup | |||
| ) | const [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 >.
Definition at line 69 of file freAffineTransformController.cxx.
References FREE::cParam_CurrentTransformValues, FREE::cParam_InitialisationMethod, FREE::cParam_InitialTransformValues, FREE::cParam_TransformScale, FREE::cParamDsc_InitialisationMethod, FREE::TransformControllerBase< TMatrixOffsetTransform, VDimension >::GenerateProfile(), FREE::CtrlProfile::ControllerProfileBase::Parameters(), FREE::Parameter::PVTDouble, and FREE::Parameter::PVTInteger.

1.5.3 written by Dimitri van Heesch,
© 1997-2000