FREE::BSplineInterpolateControllerBase< TImageType > Class Template Reference
[Interpolator controller]

Base controller class for a BSpline interpolation. More...

#include <freBSplineInterpolateController.h>

Inheritance diagram for FREE::BSplineInterpolateControllerBase< TImageType >:

Inheritance graph
FREE::BSpline2DInterpolateController\< ImageTypes\< 2 \>::InternalImageType \>FREE::BSpline3DInterpolateController\< ImageTypes\< 3 \>::InternalImageType \>FREE::InterpolatorControllerBase\< itk::BSplineInterpolateImageFunction\< TImageType, double, double \> \>FREE::ComponentControllerBase\< TControlledInterpolator \>FREE::ComponentControllerInterface
[legend]
Collaboration diagram for FREE::BSplineInterpolateControllerBase< TImageType >:

Collaboration graph
FREE::InterpolatorControllerBase\< itk::BSplineInterpolateImageFunction\< TImageType, double, double \> \>FREE::ComponentControllerBase\< TControlledInterpolator \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObject
[legend]

List of all members.

Public Types

typedef
itk::BSplineInterpolateImageFunction
< TImageType,
ScalarType,
ScalarType
ComponentType
typedef
InterpolatorControllerBase
< ComponentType
Superclass

Public Member Functions

 itkTypeMacro (BSplineInterpolateControllerBase, InterpolatorControllerBase)
virtual ~BSplineInterpolateControllerBase ()

Protected Member Functions

 BSplineInterpolateControllerBase ()
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<class TImageType>
class FREE::BSplineInterpolateControllerBase< TImageType >

Base controller class for a BSpline interpolation.

BSplineInterpolateControllerBase is derived from InterpolatorControllerBase and is the control for an interpolation using BSplines with itk::BSplineInterpolateImageFunction.

Definition at line 43 of file freBSplineInterpolateController.h.


Member Typedef Documentation

template<class TImageType>
typedef itk::BSplineInterpolateImageFunction<TImageType,ScalarType,ScalarType> FREE::BSplineInterpolateControllerBase< 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::InterpolatorControllerBase< TControlledInterpolator >.

Definition at line 48 of file freBSplineInterpolateController.h.

template<class TImageType>
typedef InterpolatorControllerBase<ComponentType> FREE::BSplineInterpolateControllerBase< TImageType >::Superclass

Reimplemented from FREE::InterpolatorControllerBase< TControlledInterpolator >.

Definition at line 49 of file freBSplineInterpolateController.h.


Constructor & Destructor Documentation

template<class TImageType>
virtual FREE::BSplineInterpolateControllerBase< TImageType >::~BSplineInterpolateControllerBase (  )  [inline, virtual]

Definition at line 51 of file freBSplineInterpolateController.h.

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

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

Definition at line 58 of file freBSplineInterpolateController.h.


Member Function Documentation

template<class TImageType>
FREE::BSplineInterpolateControllerBase< TImageType >::itkTypeMacro ( BSplineInterpolateControllerBase< TImageType >  ,
InterpolatorControllerBase   
)

template<class TImageType>
virtual void FREE::BSplineInterpolateControllerBase< 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::InterpolatorControllerBase< TControlledInterpolator >.

Definition at line 65 of file freBSplineInterpolateController.h.

template<class TImageType>
virtual void FREE::BSplineInterpolateControllerBase< TImageType >::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 freBSplineInterpolateController.h.


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