FREE::MaskedROICoupleControllerBase< VImageDimension > Class Template Reference

Controllerclass for a couple of masked ROIs. More...

#include <freMaskedROICoupleController.h>

Inheritance diagram for FREE::MaskedROICoupleControllerBase< VImageDimension >:

Inheritance graph
FREE::ROICoupleControllerBase\< FREE::ImageMaskedROICouple\< VImageDimension \> \>FREE::MediaControllerBase\< TCoupleROI \>FREE::ComponentControllerBase\< TCoupleROI \>FREE::ComponentControllerInterfaceFREE::MediaControllerInterface
[legend]
Collaboration diagram for FREE::MaskedROICoupleControllerBase< VImageDimension >:

Collaboration graph
FREE::ROICoupleControllerBase\< FREE::ImageMaskedROICouple\< VImageDimension \> \>FREE::MediaControllerBase\< TCoupleROI \>FREE::ComponentControllerBase\< TCoupleROI \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObjectFREE::MediaControllerInterface
[legend]

List of all members.

Public Types

typedef
ImageMaskedROICouple
< VImageDimension > 
ComponentType
typedef
ROICoupleControllerBase
< ComponentType
Superclass

Public Member Functions

virtual const char * GetNameOfClass () const

Protected Member Functions

 MaskedROICoupleControllerBase ()
virtual void GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const
virtual void ActualizeMainComponent (ComponentType *pMainComponent, SessionComponentCache *pComponentCache, SessionInfo *pSessionInfo, const unsigned int &iActLevel) const


Detailed Description

template<unsigned int VImageDimension>
class FREE::MaskedROICoupleControllerBase< VImageDimension >

Controllerclass for a couple of masked ROIs.

MaskedROICoupleControllerBase is derived from ROICoupleControllerBase and is the controller for FREE::ImageMaskedROICouple or derivates.

Definition at line 43 of file freMaskedROICoupleController.h.


Member Typedef Documentation

template<unsigned int VImageDimension>
typedef ImageMaskedROICouple<VImageDimension> FREE::MaskedROICoupleControllerBase< VImageDimension >::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::ROICoupleControllerBase< TCoupleROI >.

Definition at line 46 of file freMaskedROICoupleController.h.

template<unsigned int VImageDimension>
typedef ROICoupleControllerBase<ComponentType> FREE::MaskedROICoupleControllerBase< VImageDimension >::Superclass

Reimplemented from FREE::ROICoupleControllerBase< TCoupleROI >.

Definition at line 47 of file freMaskedROICoupleController.h.


Constructor & Destructor Documentation

template<unsigned int VImageDimension>
FREE::MaskedROICoupleControllerBase< VImageDimension >::MaskedROICoupleControllerBase (  )  [inline, protected]

The Constructor of this class is protected, because this class should be used only as ancestor for derived classes

Definition at line 54 of file freMaskedROICoupleController.h.


Member Function Documentation

template<unsigned int VImageDimension>
virtual const char* FREE::MaskedROICoupleControllerBase< VImageDimension >::GetNameOfClass (  )  const [inline, virtual]

Reimplemented from FREE::ROICoupleControllerBase< TCoupleROI >.

Reimplemented in FREE::MaskedROICouple2DController, and FREE::MaskedROICouple3DController.

Definition at line 49 of file freMaskedROICoupleController.h.

template<unsigned int VImageDimension>
virtual void FREE::MaskedROICoupleControllerBase< VImageDimension >::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::ROICoupleControllerBase< TCoupleROI >.

Definition at line 60 of file freMaskedROICoupleController.h.

template<unsigned int VImageDimension>
virtual void FREE::MaskedROICoupleControllerBase< VImageDimension >::ActualizeMainComponent ( ComponentType pMainComponent,
SessionComponentCache pComponentCache,
SessionInfo pSessionInfo,
const unsigned int &  iActLevel 
) const [inline, protected, virtual]

This function (called by ActualizeComponent()) actualizes the passed component with the setup information considering the actual resolution level of the ongoing registration. In a derived class this function should be overridden, to provide a specific behavior. For more information see ControllerBase::ActualizeMainComponent.

Definition at line 78 of file freMaskedROICoupleController.h.


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