FREE::Euler3DTransformController Class Reference
[Transformation controller]

Controller class for an euler transform in 3 dimensions. More...

#include <freEuler3DTransformController.h>

Inheritance diagram for FREE::Euler3DTransformController:

Inheritance graph
FREE::MatrixOffsetTransformControllerBase\< itk::Euler3DTransform\< double \>, 3 \>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::Euler3DTransformController:

Collaboration graph
FREE::MatrixOffsetTransformControllerBase\< itk::Euler3DTransform\< double \>, 3 \>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::Euler3DTransform
< ScalarType
ComponentType
typedef
MatrixOffsetTransformControllerBase
< ComponentType, 3 > 
Superclass

Public Member Functions

virtual const char * GetNameOfClass () const
 Euler3DTransformController ()

Protected Member Functions

virtual bool SetInitialTransformValues (ComponentType *pTransformComponent, SessionComponentCache *pComponentCache, SessionInfo *pSessionInfo, const int &iInitializeByITV) const
virtual void GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const


Detailed Description

Controller class for an euler transform in 3 dimensions.

Euler3DTransformController is derived from MatrixOffsetTransformControllerBase and is the control for transforms, which represents rotations combined with a translation. The rotations is given by 3 euler angels and the translation by a 3 element vector. The transformation is done by the itk::Euler3DTransform.

Definition at line 45 of file freEuler3DTransformController.h.


Member Typedef Documentation

typedef itk::Euler3DTransform<ScalarType> FREE::Euler3DTransformController::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 48 of file freEuler3DTransformController.h.

typedef MatrixOffsetTransformControllerBase<ComponentType, 3> FREE::Euler3DTransformController::Superclass

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

Definition at line 49 of file freEuler3DTransformController.h.


Constructor & Destructor Documentation

FREE::Euler3DTransformController::Euler3DTransformController (  ) 

Implementation of FREE::Euler3DTransformController /////////////////

Definition at line 35 of file freEuler3DTransformController.cxx.

References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

Here is the call graph for this function:

FREE::ComponentControllerInterface::UpdateControllerIDFREE::CtrlProfile::ProfileInheritance::AddAncestorFREE::XMLStringMultiMap::AddElementFREE::CtrlProfile::ProfileInheritance::IndexOfAncestorFREE::XMLStringMultiMap::SetElementDataFREE::XMLStringMultiMap::GetElementDataFREE::XMLStringMultiMap::Size


Member Function Documentation

virtual const char* FREE::Euler3DTransformController::GetNameOfClass (  )  const [inline, virtual]

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

Definition at line 51 of file freEuler3DTransformController.h.

bool FREE::Euler3DTransformController::SetInitialTransformValues ( ComponentType pTransformComponent,
SessionComponentCache pComponentCache,
SessionInfo pSessionInfo,
const int &  iInitializeByITV 
) const [protected, virtual]

Definition at line 62 of file freEuler3DTransformController.cxx.

References FREE::cParam_CurrentTransformValues, FREE::TransformSetupAdaptor::GetInitialTransformParameters(), FREE::ParameterCollection::GetParameterValue(), FREE::ComponentSetup::Parameters(), FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >::SetInitialTransformValues(), FREE::ParameterCollection::SetParameterValue(), FREE::SessionComponentCache::Setup(), FREE::SessionComponentCache::SetupIsAssigned(), throwCtrlExceptionMacro, and throwExceptionMacro.

Here is the call graph for this function:

FREE::TransformSetupAdaptor::GetInitialTransformParametersFREE::ParameterCollection::GetParameterValueFREE::ComponentSetup::ParametersFREE::MatrixOffsetTransformControllerBase::SetInitialTransformValuesFREE::SessionComponentCache::SetupFREE::SessionComponentCache::SetupIsAssignedFREE::ParameterCollection::SetParameterValueFREE::ParameterCollection::GetParameterIndexFREE::ReferencePointsAccessor::FixedPointsExistFREE::ReferencePointsAccessor::GetFixedPointFREE::ReferencePointsAccessor::GetFixedPointsCountFREE::SessionAccessor::GetLinkedMediaFREE::ReferencePointsAccessor::GetMovingPointFREE::ReferencePointsAccessor::MovingPointsExistFREE::ReferencePointsAccessor::GetMovingPointsCountFREE::SessionAccessor::GetParameterValueFREE::KeyedCollectionBase::GetElementFREE::SessionComponentCache::GetIDPathFREE::SessionAccessor::GetMediaFREE::IDPath::ToStrFREE::ComponentSetup::MediaLinksFREE::KeyedCollectionBase::GetElementIndexFREE::ComponentSetup::GetIDPathFREE::ComponentSetup::HasParentComponentFREE::SessionComponentCache::ControllerFREE::SessionInfo::GetCacheByIDPathFREE::ComponentControllerInterface::GetMediaFREE::IDPath::GetMediaIDFREE::IDPath::GetParentComponentIDPathFREE::IDPath::IsMediaSelectionFREE::SessionComponentCache::IsActiveFREE::IDPath::GetParentIDPathFREE::IDPath::IsComponentSelectionFREE::IDPath::IsEmptyFREE::IDPath::AssembleIDPathFREE::IDPath::SizeFREE::IDPath::SetAbsoluteFREE::IDPath::AddComponentFREE::IDPath::GetComponentFREE::IDPath::IsParameterSelectionFREE::SessionAccessor::GetParameterFREE::SessionComponentCache::ControllerIsAssignedFREE::ComponentControllerInterface::GetParameter

void FREE::Euler3DTransformController::GenerateProfile ( CtrlProfile::ControllerProfile profile,
const SessionComponentCache pComponentCache,
bool  bRegardOldSetup 
) const [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 >.

Definition at line 43 of file freEuler3DTransformController.cxx.

References FREE::cParam_CurrentTransformValues, FREE::cParam_InitialTransformValues, FREE::cParam_TransformScale, FREE::DASet, FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >::GenerateProfile(), FREE::CtrlProfile::ControllerProfileBase::MediaMap(), FREE::CtrlProfile::ControllerProfileBase::Parameters(), FREE::Parameter::PVTDouble, and FREE::Parameter::PVTInteger.

Here is the call graph for this function:

FREE::MatrixOffsetTransformControllerBase::GenerateProfileFREE::CtrlProfile::ControllerProfileBase::MediaMapFREE::CtrlProfile::ControllerProfileBase::ParametersFREE::TransformControllerBase\< TMatrixOffsetTransform, VDimension \>::GenerateProfile


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