#include <freMeanSquaresMetricController.h>


Public Types | |
| typedef itk::MeanSquaresImageToImageMetric < InternalImage3DType, InternalImage3DType > | ComponentType |
| typedef MeanSquaresMetricControllerBase < ComponentType > | Superclass |
Public Member Functions | |
| itkTypeMacro (MeanSquares3DMetricController, MeanSquaresMetricControllerBase) | |
| MeanSquares3DMetricController () | |
MeanSquares3DMetricController is derived from ImageToImageMetricControllerBase and is the controller for a mean square metric on 3 dimensional images implemented by itk::MeanSquaresImageToImageMetric.
Definition at line 90 of file freMeanSquaresMetricController.h.
| typedef itk::MeanSquaresImageToImageMetric<InternalImage3DType,InternalImage3DType> FREE::MeanSquares3DMetricController::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::MeanSquaresMetricControllerBase< TControlledMetric >.
Definition at line 93 of file freMeanSquaresMetricController.h.
| typedef MeanSquaresMetricControllerBase<ComponentType> FREE::MeanSquares3DMetricController::Superclass |
Reimplemented from FREE::MeanSquaresMetricControllerBase< TControlledMetric >.
Definition at line 94 of file freMeanSquaresMetricController.h.
| FREE::MeanSquares3DMetricController::MeanSquares3DMetricController | ( | ) |
Implementation of FREE::MeanSquares3DMetricController //////////////
Definition at line 48 of file freMeanSquaresMetricController.cxx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| FREE::MeanSquares3DMetricController::itkTypeMacro | ( | MeanSquares3DMetricController | , | |
| MeanSquaresMetricControllerBase | ||||
| ) |
1.5.3 written by Dimitri van Heesch,
© 1997-2000