#include <freScaleTransformController.h>


Public Types | |
| typedef itk::ScaleTransform < ScalarType, iDimension > | ComponentType |
| typedef ITKTransformControllerBase < ComponentType, iDimension > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
| ScaleTransformControllerBase () | |
| virtual void | GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const |
| virtual bool | SetInitialTransformValues (ComponentType *pTransformComponent, SessionComponentCache *pComponentCache, SessionInfo *pSessionInfo, const int &iInitializeByITV) const |
ScaleTransformController is derived from ITKTransformControllerBase and is the control for translation transforms done by itk::TranslationTransform.
Definition at line 45 of file freScaleTransformController.h.
| typedef itk::ScaleTransform< ScalarType, iDimension > FREE::ScaleTransformControllerBase< 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::ITKTransformControllerBase< TITKTransform, VDimension >.
Definition at line 48 of file freScaleTransformController.h.
| typedef ITKTransformControllerBase<ComponentType, iDimension> FREE::ScaleTransformControllerBase< iDimension >::Superclass |
Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.
Definition at line 49 of file freScaleTransformController.h.
| FREE::ScaleTransformControllerBase< iDimension >::ScaleTransformControllerBase | ( | ) | [inline, protected] |
The Constructor of this class is protected, because this class should be used only as ancestor for derived classes
Definition at line 56 of file freScaleTransformController.h.
| virtual const char* FREE::ScaleTransformControllerBase< iDimension >::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.
Reimplemented in FREE::Scale2DTransformController, and FREE::Scale3DTransformController.
Definition at line 51 of file freScaleTransformController.h.
| virtual void FREE::ScaleTransformControllerBase< 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::TransformControllerBase< TITKTransform, VDimension >.
Reimplemented in FREE::Scale2DTransformController, and FREE::Scale3DTransformController.
Definition at line 63 of file freScaleTransformController.h.
| virtual bool FREE::ScaleTransformControllerBase< iDimension >::SetInitialTransformValues | ( | ComponentType * | pTransformComponent, | |
| SessionComponentCache * | pComponentCache, | |||
| SessionInfo * | pSessionInfo, | |||
| const int & | iInitializeByITV | |||
| ) | const [inline, protected, virtual] |
Definition at line 73 of file freScaleTransformController.h.
1.5.3 written by Dimitri van Heesch,
© 1997-2000