FREE::EuclidianDistancePointMetricControllerBase< VDimension > Class Template Reference
[Basic controllersMetric controller]

Derived class of a controller objects for metrics. More...

#include <freEuclidianDistancePointMetricController.h>

Inheritance diagram for FREE::EuclidianDistancePointMetricControllerBase< VDimension >:

Inheritance graph
FREE::PointSetToPointSetMetricControllerBase\< itk::EuclideanDistancePointMetric\< FREE::ImageTypes\< VDimension \>::ImageTypes\< VDimension \>::PointSetType, FREE::ImageTypes\< VDimension \>::ImageTypes\< VDimension \>::PointSetType, FREE::ImageTypes\< VDimension \>::InternalImageType \> \>FREE::MultipleValuedMetricControllerBase\< TControlledMetric \>FREE::MetricControllerBase\< TControlledMetric \>FREE::ComponentControllerBase\< TControlledMetric \>FREE::ComponentControllerInterface
[legend]
Collaboration diagram for FREE::EuclidianDistancePointMetricControllerBase< VDimension >:

Collaboration graph
FREE::PointSetToPointSetMetricControllerBase\< itk::EuclideanDistancePointMetric\< FREE::ImageTypes\< VDimension \>::ImageTypes\< VDimension \>::PointSetType, FREE::ImageTypes\< VDimension \>::ImageTypes\< VDimension \>::PointSetType, FREE::ImageTypes\< VDimension \>::InternalImageType \> \>FREE::MultipleValuedMetricControllerBase\< TControlledMetric \>FREE::MetricControllerBase\< TControlledMetric \>FREE::ComponentControllerBase\< TControlledMetric \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObject
[legend]

List of all members.

Public Types

typedef ImageTypes
< VDimension >
::PointSetType 
PointSetType
typedef ImageTypes
< VDimension >
::InternalImageType 
DistanceMapType
typedef
itk::EuclideanDistancePointMetric
< PointSetType,
PointSetType,
DistanceMapType
ComponentType
typedef
PointSetToPointSetMetricControllerBase
< ComponentType
Superclass

Public Member Functions

 itkTypeMacro (EuclidianDistancePointMetricControllerBase, PointSetToPointSetMetricControllerBase)

Protected Member Functions

 EuclidianDistancePointMetricControllerBase ()
void GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const
virtual void SetMediaCasted (const MediaID &mediaID, GenericMediaType *pMedia, ComponentType *pComponent, SessionComponentCache *pComponentCache, SessionInfo *pSessionInfo) const


Detailed Description

template<unsigned int VDimension>
class FREE::EuclidianDistancePointMetricControllerBase< VDimension >

Derived class of a controller objects for metrics.

EuclidianDistancePointMetricControllerBase is derived from PointSetToPointSetMetricControllerBase and the base class for the control of euclidian distance metrics (based on itk::EuclideanDistancePointMetric). This class should be used as base for new multiple valued metric controllers.

Definition at line 45 of file freEuclidianDistancePointMetricController.h.


Member Typedef Documentation

template<unsigned int VDimension>
typedef ImageTypes<VDimension>::PointSetType FREE::EuclidianDistancePointMetricControllerBase< VDimension >::PointSetType

Definition at line 48 of file freEuclidianDistancePointMetricController.h.

template<unsigned int VDimension>
typedef ImageTypes<VDimension>::InternalImageType FREE::EuclidianDistancePointMetricControllerBase< VDimension >::DistanceMapType

Definition at line 49 of file freEuclidianDistancePointMetricController.h.

template<unsigned int VDimension>
typedef itk::EuclideanDistancePointMetric<PointSetType,PointSetType,DistanceMapType> FREE::EuclidianDistancePointMetricControllerBase< 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::PointSetToPointSetMetricControllerBase< TControlledMetric >.

Definition at line 51 of file freEuclidianDistancePointMetricController.h.

template<unsigned int VDimension>
typedef PointSetToPointSetMetricControllerBase<ComponentType> FREE::EuclidianDistancePointMetricControllerBase< VDimension >::Superclass

Reimplemented from FREE::PointSetToPointSetMetricControllerBase< TControlledMetric >.

Definition at line 52 of file freEuclidianDistancePointMetricController.h.


Constructor & Destructor Documentation

template<unsigned int VDimension>
FREE::EuclidianDistancePointMetricControllerBase< VDimension >::EuclidianDistancePointMetricControllerBase (  )  [inline, protected]

Definition at line 58 of file freEuclidianDistancePointMetricController.h.


Member Function Documentation

template<unsigned int VDimension>
FREE::EuclidianDistancePointMetricControllerBase< VDimension >::itkTypeMacro ( EuclidianDistancePointMetricControllerBase< VDimension >  ,
PointSetToPointSetMetricControllerBase   
)

template<unsigned int VDimension>
void FREE::EuclidianDistancePointMetricControllerBase< 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::PointSetToPointSetMetricControllerBase< TControlledMetric >.

Definition at line 65 of file freEuclidianDistancePointMetricController.h.

template<unsigned int VDimension>
virtual void FREE::EuclidianDistancePointMetricControllerBase< VDimension >::SetMediaCasted ( const MediaID mediaID,
GenericMediaType pMedia,
ComponentType pComponent,
SessionComponentCache pComponentCache,
SessionInfo pSessionInfo 
) const [inline, protected, virtual]

Definition at line 82 of file freEuclidianDistancePointMetricController.h.


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