#include <freVersorTransformController.h>


Public Types | |
| typedef itk::VersorTransform < ScalarType > | ComponentType |
| typedef MatrixOffsetTransformControllerBase < ComponentType, 3 > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| VersorTransformController () | |
Protected Member Functions | |
| virtual void | GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const |
VersorTransformController is derived from ITKTransformControllerBase and is the control for versor based rotations in 3 dimensional space. The transformation is done by the itk::VersorTransform. Because of the limitation to 3D images, the VersorTransformController will raise an exception, if used in 2D.
Definition at line 43 of file freVersorTransformController.h.
| typedef itk::VersorTransform<ScalarType> FREE::VersorTransformController::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 46 of file freVersorTransformController.h.
| typedef MatrixOffsetTransformControllerBase<ComponentType, 3> FREE::VersorTransformController::Superclass |
Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.
Definition at line 47 of file freVersorTransformController.h.
| FREE::VersorTransformController::VersorTransformController | ( | ) |
Implementation of FREE::VersorTransformController //////////////////
Definition at line 34 of file freVersorTransformController.cxx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| virtual const char* FREE::VersorTransformController::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from FREE::MatrixOffsetTransformControllerBase< TMatrixOffsetTransform, VDimension >.
Definition at line 49 of file freVersorTransformController.h.
| void FREE::VersorTransformController::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.
| [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 42 of file freVersorTransformController.cxx.
References FREE::cComp_MainOptimizer, FREE::CtrlProfile::ProfileOption::CheckForInheritance(), FREE::cParam_CurrentTransformValues, FREE::cParam_InitialisationMethod, FREE::cParam_InitialTransformValues, FREE::cParam_TransformScale, FREE::cParamDsc_InitialisationMethod, FREE::TransformControllerBase< TMatrixOffsetTransform, VDimension >::GenerateProfile(), FREE::CtrlProfile::ControllerProfileBase::Inheritance(), FREE::CtrlProfile::ControllerProfileBase::Parameters(), FREE::Parameter::PVTDouble, FREE::Parameter::PVTInteger, and FREE::CtrlProfile::ControllerProfile::Requirements().

1.5.3 written by Dimitri van Heesch,
© 1997-2000