#include <frePointSetToPointSetMetricControllerBase.h>


Public Types | |
| typedef TControlledMetric | ComponentType |
| typedef ComponentType::Pointer | ComponentPointer |
| typedef MultipleValuedMetricControllerBase < TControlledMetric > | Superclass |
Public Member Functions | |
| itkTypeMacro (PointSetToPointSetMetricControllerBase, MultipleValuedMetricControllerBase) | |
| void | GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const |
Protected Member Functions | |
| PointSetToPointSetMetricControllerBase () | |
PointSetToPointSetMetricControllerBase is derived from MultipleValuedMetricControllerBase and the base class for the control of multiple valued metrics (based on itk::PointSetToPointSetMetric). This class should be used as base for new multiple valued metric controllers.
Definition at line 42 of file frePointSetToPointSetMetricControllerBase.h.
| typedef TControlledMetric FREE::PointSetToPointSetMetricControllerBase< TControlledMetric >::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::MetricControllerBase< TControlledMetric >.
Reimplemented in FREE::EuclidianDistancePointMetricControllerBase< VDimension >, FREE::EuclidianDistancePointMetricControllerBase< 2 >, and FREE::EuclidianDistancePointMetricControllerBase< 3 >.
Definition at line 48 of file frePointSetToPointSetMetricControllerBase.h.
| typedef ComponentType::Pointer FREE::PointSetToPointSetMetricControllerBase< TControlledMetric >::ComponentPointer |
SmartPointer of the component class
Reimplemented from FREE::ComponentControllerBase< TControlledMetric >.
Definition at line 49 of file frePointSetToPointSetMetricControllerBase.h.
| typedef MultipleValuedMetricControllerBase<TControlledMetric> FREE::PointSetToPointSetMetricControllerBase< TControlledMetric >::Superclass |
Reimplemented from FREE::MetricControllerBase< TControlledMetric >.
Reimplemented in FREE::EuclidianDistancePointMetricControllerBase< VDimension >, FREE::EuclidianDistancePointMetricControllerBase< 2 >, and FREE::EuclidianDistancePointMetricControllerBase< 3 >.
Definition at line 50 of file frePointSetToPointSetMetricControllerBase.h.
| FREE::PointSetToPointSetMetricControllerBase< TControlledMetric >::PointSetToPointSetMetricControllerBase | ( | ) | [inline, protected] |
Implementation of FREE::PointSetToPointSetMetricControllerBase /////
Definition at line 39 of file frePointSetToPointSetMetricControllerBase.txx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| FREE::PointSetToPointSetMetricControllerBase< TControlledMetric >::itkTypeMacro | ( | PointSetToPointSetMetricControllerBase< TControlledMetric > | , | |
| MultipleValuedMetricControllerBase | ||||
| ) |
| void FREE::PointSetToPointSetMetricControllerBase< TControlledMetric >::GenerateProfile | ( | CtrlProfile::ControllerProfile & | profile, | |
| const SessionComponentCache * | pComponentCache, | |||
| bool | bRegardOldSetup | |||
| ) | const [inline, 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::MetricControllerBase< TControlledMetric >.
Reimplemented in FREE::EuclidianDistancePointMetricControllerBase< VDimension >, FREE::EuclidianDistancePointMetricControllerBase< 2 >, and FREE::EuclidianDistancePointMetricControllerBase< 3 >.
Definition at line 48 of file frePointSetToPointSetMetricControllerBase.txx.
References FREE::DASet, FREE::MetricControllerBase< TControlledMetric >::GenerateProfile(), and FREE::CtrlProfile::ControllerProfileBase::MediaMap().
Referenced by FREE::EuclidianDistancePointMetricControllerBase< 3 >::GenerateProfile().

1.5.3 written by Dimitri van Heesch,
© 1997-2000