FREE::ScaleTransformControllerBase< iDimension > Class Template Reference
[Transformation controller]

Controllerclass for a translation transform. More...

#include <freScaleTransformController.h>

Inheritance diagram for FREE::ScaleTransformControllerBase< iDimension >:

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

Collaboration graph
FREE::ITKTransformControllerBase\< itk::ScaleTransform\< double, iDimension \>, iDimension \>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::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


Detailed Description

template<int iDimension>
class FREE::ScaleTransformControllerBase< iDimension >

Controllerclass for a translation transform.

ScaleTransformController is derived from ITKTransformControllerBase and is the control for translation transforms done by itk::TranslationTransform.

Definition at line 45 of file freScaleTransformController.h.


Member Typedef Documentation

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

template<int iDimension>
typedef ITKTransformControllerBase<ComponentType, iDimension> FREE::ScaleTransformControllerBase< iDimension >::Superclass

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

Definition at line 49 of file freScaleTransformController.h.


Constructor & Destructor Documentation

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


Member Function Documentation

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

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

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::Scale2DTransformController, and FREE::Scale3DTransformController.

Definition at line 63 of file freScaleTransformController.h.

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


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