#include <freBSplineDeformableTransformController.h>


BSplineDeformableTransformController is derived from ITKTransformControllerBase and is the control for a transformation based on a deformation field, represented by BSplines. The transformation is done by the itk::BSplineDeformableTransform.
Definition at line 45 of file freBSplineDeformableTransformController.h.
| typedef itk::BSplineDeformableTransform<ScalarType,VDimension,VSplineOrder> FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::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::ITKTransformControllerBase< TITKTransform, VDimension >.
Definition at line 48 of file freBSplineDeformableTransformController.h.
| typedef ITKTransformControllerBase<ComponentType, VDimension> FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::Superclass |
Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.
Definition at line 49 of file freBSplineDeformableTransformController.h.
| typedef Superclass::ComponentPointer FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::ComponentPointer |
SmartPointer of the component class
Reimplemented from FREE::TransformControllerBase< TITKTransform, VDimension >.
Definition at line 50 of file freBSplineDeformableTransformController.h.
| typedef Superclass::GenericComponentType FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::GenericComponentType |
Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.
Definition at line 51 of file freBSplineDeformableTransformController.h.
| typedef Superclass::GenericComponentPointer FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::GenericComponentPointer |
Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.
Definition at line 52 of file freBSplineDeformableTransformController.h.
| virtual FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::~BSplineDeformableTransformControllerBase | ( | ) | [inline, virtual] |
Definition at line 66 of file freBSplineDeformableTransformController.h.
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::BSplineDeformableTransformControllerBase | ( | ) | [inline, protected] |
Definition at line 69 of file freBSplineDeformableTransformController.h.
| virtual const char* FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from FREE::ITKTransformControllerBase< TITKTransform, VDimension >.
Reimplemented in FREE::BSpline3rdOrder2DTransformController, and FREE::BSpline3rdOrder3DTransformController.
Definition at line 54 of file freBSplineDeformableTransformController.h.
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::DeclareParameterMacro | ( | GridSize | ) |
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::DeclareParameterMacro | ( | GridLowerSupportRegionSize | ) |
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::DeclareParameterMacro | ( | GridUpperSupportRegionSize | ) |
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::DeclareParameterMacro | ( | GridSpacing | ) |
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::DeclareParameterMacro | ( | GridOrigin | ) |
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::DeclareParameterMacro | ( | ComputeSpacing | ) |
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::DeclareParameterMacro | ( | ComputeOrigin | ) |
| FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::DeclareMediaIDMacro | ( | initialImage | ) |
| virtual void FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::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.
| [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::TransformControllerBase< TITKTransform, VDimension >.
Definition at line 76 of file freBSplineDeformableTransformController.h.
| void FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::SetMediaCasted | ( | const MediaID & | mediaID, | |
| GenericMediaType * | pMedia, | |||
| ComponentType * | pComponent, | |||
| SessionComponentCache * | pComponentCache, | |||
| SessionInfo * | pSessionInfo | |||
| ) | const [inline, protected] |
Definition at line 137 of file freBSplineDeformableTransformController.h.
| virtual bool FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::SetInitialTransformValues | ( | ComponentType * | pTransformComponent, | |
| SessionComponentCache * | pComponentCache, | |||
| SessionInfo * | pSessionInfo, | |||
| const int & | iInitializeByITV | |||
| ) | const [inline, protected, virtual] |
Definition at line 147 of file freBSplineDeformableTransformController.h.
| void FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::ResetMainComponent | ( | SessionComponentCache * | pComponentCache, | |
| SessionInfo * | pSessionInfo | |||
| ) | const [inline, protected, virtual] |
This function (called by ResetComponent()) resets the component of the passed cached. The default implementation is an simple recreation of the component and the reseting in the cache. In a derived class this function should be overridden, to provide a specific behavior.
| [in,out] | pComponentCache | Pointer to the component cache, that should be actualized. |
| [in] | pSessionInfo | Pointer to the session info. |
Reimplemented from FREE::ComponentControllerBase< TITKTransform >.
Definition at line 273 of file freBSplineDeformableTransformController.h.
| void FREE::BSplineDeformableTransformControllerBase< VDimension, VSplineOrder >::CopyFixedParameters | ( | ComponentType * | pOrigin, | |
| ComponentType * | pDestination | |||
| ) | const [inline, protected] |
Definition at line 313 of file freBSplineDeformableTransformController.h.
1.5.3 written by Dimitri van Heesch,
© 1997-2000