#include <freMultiRigidRegistrationController.h>


Public Types | |
| typedef TControlledMultiRigidProcessor | ComponentType |
| typedef RigidRegistrationControllerBase < ComponentType > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
| MultiRigidRegistrationControllerBase () | |
| virtual void | GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const |
MultiRigidRegistrationControllerBase is derived from RigidRegistrationControllerBase and is the controller for RigidRegistration implemented by MultiRigidRegistrationProcessor.
Definition at line 45 of file freMultiRigidRegistrationController.h.
| typedef TControlledMultiRigidProcessor FREE::MultiRigidRegistrationControllerBase< TControlledMultiRigidProcessor >::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::RigidRegistrationControllerBase< TControlledMultiRigidProcessor >.
Reimplemented in FREE::MultiRigid2DRegistrationController, and FREE::MultiRigid3DRegistrationController.
Definition at line 48 of file freMultiRigidRegistrationController.h.
| typedef RigidRegistrationControllerBase<ComponentType> FREE::MultiRigidRegistrationControllerBase< TControlledMultiRigidProcessor >::Superclass |
Reimplemented from FREE::RigidRegistrationControllerBase< TControlledMultiRigidProcessor >.
Reimplemented in FREE::MultiRigid2DRegistrationController, and FREE::MultiRigid3DRegistrationController.
Definition at line 49 of file freMultiRigidRegistrationController.h.
| FREE::MultiRigidRegistrationControllerBase< TControlledMultiRigidProcessor >::MultiRigidRegistrationControllerBase | ( | ) | [inline, protected] |
Definition at line 54 of file freMultiRigidRegistrationController.h.
| virtual const char* FREE::MultiRigidRegistrationControllerBase< TControlledMultiRigidProcessor >::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from FREE::OptimizerOwnerControllerInterface.
Reimplemented in FREE::MultiRigid2DRegistrationController, and FREE::MultiRigid3DRegistrationController.
Definition at line 51 of file freMultiRigidRegistrationController.h.
| virtual void FREE::MultiRigidRegistrationControllerBase< TControlledMultiRigidProcessor >::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::RigidRegistrationControllerBase< TControlledMultiRigidProcessor >.
Definition at line 61 of file freMultiRigidRegistrationController.h.
1.5.3 written by Dimitri van Heesch,
© 1997-2000