FREE::CenteredAffineTransformControllerBase< iDimension > Class Template Reference
[Transformation controller]

Controller class for a center based affine transformation. More...

#include <freCenteredAffineTransformController.h>

Inheritance diagram for FREE::CenteredAffineTransformControllerBase< iDimension >:

Inheritance graph
FREE::MatrixOffsetTransformControllerBase\< itk::CenteredAffineTransform\< double, iDimension \>, iDimension \>FREE::ITKTransformControllerBase\< TMatrixOffsetTransform, VDimension \>FREE::TransformControllerBase\< TMatrixOffsetTransform, VDimension \>FREE::ComponentControllerBase\< TMatrixOffsetTransform \>FREE::ComponentControllerInterfaceFREE::ITKTransformControllerInterface\< TMatrixOffsetTransform::ScalarType, TMatrixOffsetTransform::InputSpaceDimension, TMatrixOffsetTransform::OutputSpaceDimension \>
[legend]
Collaboration diagram for FREE::CenteredAffineTransformControllerBase< iDimension >:

Collaboration graph
FREE::MatrixOffsetTransformControllerBase\< itk::CenteredAffineTransform\< double, iDimension \>, iDimension \>FREE::ITKTransformControllerBase\< TMatrixOffsetTransform, VDimension \>FREE::TransformControllerBase\< TMatrixOffsetTransform, VDimension \>FREE::ComponentControllerBase\< TMatrixOffsetTransform \>FREE::ComponentControllerInterfaceFREE::CtrlProfile::ProfileInheritanceFREE::XMLStringMultiMapFREE::XMLStreamObjectFREE::ITKTransformControllerInterface\< TMatrixOffsetTransform::ScalarType, TMatrixOffsetTransform::InputSpaceDimension, TMatrixOffsetTransform::OutputSpaceDimension \>
[legend]

List of all members.

Public Types

typedef
itk::CenteredAffineTransform
< ScalarType,
iDimension > 
ComponentType
typedef
MatrixOffsetTransformControllerBase
< ComponentType,
iDimension > 
Superclass

Public Member Functions

virtual const char * GetNameOfClass () const

Protected Member Functions

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


Detailed Description

template<int iDimension>
class FREE::CenteredAffineTransformControllerBase< iDimension >

Controller class for a center based affine transformation.

CenteredAffineTransformControllerBase is derived from MatrixOffsetTransformControllerBase and is the control for a center based affine transformation, which is composed of all elements of an affine transformation (rotation, scaling, shearing and translation) with the exception that the rotation is around a point that can be explicitly specified. The transformation is done by the itk::CenteredAffineTransform.

Definition at line 48 of file freCenteredAffineTransformController.h.


Member Typedef Documentation

template<int iDimension>
typedef itk::CenteredAffineTransform<ScalarType,iDimension> FREE::CenteredAffineTransformControllerBase< iDimension >::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::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.

Definition at line 51 of file freCenteredAffineTransformController.h.

template<int iDimension>
typedef MatrixOffsetTransformControllerBase<ComponentType, iDimension> FREE::CenteredAffineTransformControllerBase< iDimension >::Superclass

Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.

Definition at line 52 of file freCenteredAffineTransformController.h.


Constructor & Destructor Documentation

template<int iDimension>
FREE::CenteredAffineTransformControllerBase< iDimension >::CenteredAffineTransformControllerBase (  )  [inline, protected]

Definition at line 57 of file freCenteredAffineTransformController.h.


Member Function Documentation

template<int iDimension>
virtual const char* FREE::CenteredAffineTransformControllerBase< iDimension >::GetNameOfClass (  )  const [inline, virtual]

Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.

Reimplemented in FREE::CenteredAffine2DTransformController, and FREE::CenteredAffine3DTransformController.

Definition at line 54 of file freCenteredAffineTransformController.h.

template<int iDimension>
virtual void FREE::CenteredAffineTransformControllerBase< iDimension >::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::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.

Reimplemented in FREE::CenteredAffine2DTransformController, and FREE::CenteredAffine3DTransformController.

Definition at line 64 of file freCenteredAffineTransformController.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