#include <freTranslationTransformController.h>


Public Types | |
| typedef itk::TranslationTransform < ScalarType, VDimension > | ComponentType |
| typedef ITKTransformControllerBase < ComponentType, VDimension > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| DeclareParameterMacro (TranslationInitializationType) | |
Protected Member Functions | |
| TranslationTransformControllerBase () | |
| 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 |
| void | SetMediaCasted (const MediaID &mediaID, GenericMediaType *pMedia, ComponentType *pComponent, SessionComponentCache *pComponentCache, SessionInfo *pSessionInfo) const |
TranslationTransformControllerBase is derived from ITKTransformControllerBase and is the control for translation transforms done by itk::TranslationTransform. the dimension depends on the chosen dimension
Definition at line 46 of file freTranslationTransformController.h.
| typedef itk::TranslationTransform< ScalarType, VDimension > FREE::TranslationTransformControllerBase< VDimension >::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 49 of file freTranslationTransformController.h.
| typedef ITKTransformControllerBase<ComponentType, VDimension> FREE::TranslationTransformControllerBase< VDimension >::Superclass |
Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.
Definition at line 50 of file freTranslationTransformController.h.
| FREE::TranslationTransformControllerBase< VDimension >::TranslationTransformControllerBase | ( | ) | [inline, protected] |
The Constructor of this class is protected, because this class should be used only as ancestor for derived classes
Definition at line 59 of file freTranslationTransformController.h.
| virtual const char* FREE::TranslationTransformControllerBase< VDimension >::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.
Reimplemented in FREE::Translation2DTransformController, and FREE::Translation3DTransformController.
Definition at line 52 of file freTranslationTransformController.h.
| FREE::TranslationTransformControllerBase< VDimension >::DeclareParameterMacro | ( | TranslationInitializationType | ) |
| virtual void FREE::TranslationTransformControllerBase< VDimension >::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::Translation2DTransformController, and FREE::Translation3DTransformController.
Definition at line 66 of file freTranslationTransformController.h.
| virtual bool FREE::TranslationTransformControllerBase< VDimension >::SetInitialTransformValues | ( | ComponentType * | pTransformComponent, | |
| SessionComponentCache * | pComponentCache, | |||
| SessionInfo * | pSessionInfo, | |||
| const int & | iInitializeByITV | |||
| ) | const [inline, protected, virtual] |
Definition at line 89 of file freTranslationTransformController.h.
| void FREE::TranslationTransformControllerBase< VDimension >::SetMediaCasted | ( | const MediaID & | mediaID, | |
| GenericMediaType * | pMedia, | |||
| ComponentType * | pComponent, | |||
| SessionComponentCache * | pComponentCache, | |||
| SessionInfo * | pSessionInfo | |||
| ) | const [inline, protected] |
Definition at line 185 of file freTranslationTransformController.h.
1.5.3 written by Dimitri van Heesch,
© 1997-2000