FREE::TranslationTransformControllerBase< VDimension > Class Template Reference
[Transformation controller]

Basic controller class for a translation transform. More...

#include <freTranslationTransformController.h>

Inheritance diagram for FREE::TranslationTransformControllerBase< VDimension >:

Inheritance graph
FREE::ITKTransformControllerBase\< itk::TranslationTransform\< double, VDimension \>, VDimension \>FREE::TransformControllerBase\< TITKTransform, VDimension \>FREE::ComponentControllerBase\< TITKTransform \>FREE::ComponentControllerInterfaceFREE::ITKTransformControllerInterface\< TITKTransform::ScalarType, TITKTransform::InputSpaceDimension, TITKTransform::OutputSpaceDimension \>
[legend]
Collaboration diagram for FREE::TranslationTransformControllerBase< VDimension >:

Collaboration graph
FREE::ITKTransformControllerBase\< itk::TranslationTransform\< double, VDimension \>, VDimension \>FREE::TransformControllerBase\< TITKTransform, VDimension \>FREE::ComponentControllerBase\< TITKTransform \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObjectFREE::ITKTransformControllerInterface\< TITKTransform::ScalarType, TITKTransform::InputSpaceDimension, TITKTransform::OutputSpaceDimension \>
[legend]

List of all members.

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


Detailed Description

template<int VDimension>
class FREE::TranslationTransformControllerBase< VDimension >

Basic controller class for a translation transform.

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.


Member Typedef Documentation

template<int VDimension>
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.

template<int VDimension>
typedef ITKTransformControllerBase<ComponentType, VDimension> FREE::TranslationTransformControllerBase< VDimension >::Superclass

Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.

Definition at line 50 of file freTranslationTransformController.h.


Constructor & Destructor Documentation

template<int VDimension>
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.


Member Function Documentation

template<int VDimension>
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.

template<int VDimension>
FREE::TranslationTransformControllerBase< VDimension >::DeclareParameterMacro ( TranslationInitializationType   ) 

template<int VDimension>
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.

Parameters:
[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.

template<int VDimension>
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.

template<int VDimension>
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.


The documentation for this class was generated from the following file:
Generated at Sat Oct 13 18:22:27 2007 for f.r.e.e. - Flexible Registration and Evaluation Engine by doxygen 1.5.3 written by Dimitri van Heesch, © 1997-2000