FREE::MutualInformationHistogramMetricControllerBase< TImageType > Class Template Reference
[Metric controller]

Controllerclass for a mutual information metric using the total histograms of the image intensities. More...

#include <freMutualInformationHistogramMetricController.h>

Inheritance diagram for FREE::MutualInformationHistogramMetricControllerBase< TImageType >:

Inheritance graph
FREE::MutualInformationHistogram2DMetricController\< ImageTypes\< 2 \>::InternalImageType \>FREE::MutualInformationHistogram3DMetricController\< ImageTypes\< 3 \>::InternalImageType \>FREE::HistogramMetricControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::ImageToImageMetricControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::SingleValuedMetricControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::MetricControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::ComponentControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::ComponentControllerInterface
[legend]
Collaboration diagram for FREE::MutualInformationHistogramMetricControllerBase< TImageType >:

Collaboration graph
FREE::HistogramMetricControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::ImageToImageMetricControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::SingleValuedMetricControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::MetricControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::ComponentControllerBase\< itk::MutualInformationHistogramImageToImageMetric\< TImageType, TImageType \> \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObject
[legend]

List of all members.

Public Types

typedef
itk::MutualInformationHistogramImageToImageMetric
< TImageType,
TImageType > 
ComponentType
typedef
HistogramMetricControllerBase
< ComponentType
Superclass

Public Member Functions

 itkTypeMacro (MutualInformationHistogramMetricControllerBase, HistogramMetricControllerBase)

Protected Member Functions

 MutualInformationHistogramMetricControllerBase ()
virtual void GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const


Detailed Description

template<class TImageType>
class FREE::MutualInformationHistogramMetricControllerBase< TImageType >

Controllerclass for a mutual information metric using the total histograms of the image intensities.

MutualInformationHistogramMetricControllerBase is derived from HistogramMetricControllerBase and is the base controller for a mutual information metric implemented by itk::MutualInformationHistogramImageToImageMetric. This metric is based on the mutual information theory and uses the intensity histograms of the images.

Definition at line 44 of file freMutualInformationHistogramMetricController.h.


Member Typedef Documentation

template<class TImageType>
typedef itk::MutualInformationHistogramImageToImageMetric<TImageType,TImageType> FREE::MutualInformationHistogramMetricControllerBase< TImageType >::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::HistogramMetricControllerBase< itk::MutualInformationHistogramImageToImageMetric< TImageType, TImageType > >.

Definition at line 47 of file freMutualInformationHistogramMetricController.h.

template<class TImageType>
typedef HistogramMetricControllerBase<ComponentType> FREE::MutualInformationHistogramMetricControllerBase< TImageType >::Superclass

Reimplemented from FREE::HistogramMetricControllerBase< itk::MutualInformationHistogramImageToImageMetric< TImageType, TImageType > >.

Definition at line 48 of file freMutualInformationHistogramMetricController.h.


Constructor & Destructor Documentation

template<class TImageType>
FREE::MutualInformationHistogramMetricControllerBase< TImageType >::MutualInformationHistogramMetricControllerBase (  )  [inline, protected]

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

Definition at line 55 of file freMutualInformationHistogramMetricController.h.


Member Function Documentation

template<class TImageType>
FREE::MutualInformationHistogramMetricControllerBase< TImageType >::itkTypeMacro ( MutualInformationHistogramMetricControllerBase< TImageType >  ,
HistogramMetricControllerBase   
)

template<class TImageType>
virtual void FREE::MutualInformationHistogramMetricControllerBase< TImageType >::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::HistogramMetricControllerBase< itk::MutualInformationHistogramImageToImageMetric< TImageType, TImageType > >.

Definition at line 62 of file freMutualInformationHistogramMetricController.h.


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