#include <freESRandomMultiParentSelectorController.h>


Public Types | |
| typedef ES::RandomMultiParentSelector < ESIndividualType > | ComponentType |
| typedef ESParentSelectorControllerBase < ComponentType > | Superclass |
Public Member Functions | |
| itkTypeMacro (ESRandomMultiParentSelectorController, ESParentSelectorControllerBase) | |
| DeclareParameterMacro (AllowRedraw) | |
| DeclareParameterMacro (NumberOfSelections) | |
| ESRandomMultiParentSelectorController () | |
Protected Member Functions | |
| virtual void | GenerateProfile (CtrlProfile::ControllerProfile &profile, const SessionComponentCache *pComponentCache, bool bRegardOldSetup) const |
| virtual void | ActualizeMainComponent (ComponentType *pMainComponent, SessionComponentCache *pComponentCache, SessionInfo *pSessionInfo, const unsigned int &iActLevel) const |
ESRandomMultiParentSelectorController is used in evolutionary strategies (ES) to recombine parents for a new child.
Definition at line 43 of file freESRandomMultiParentSelectorController.h.
| typedef ES::RandomMultiParentSelector<ESIndividualType> FREE::ESRandomMultiParentSelectorController::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::ESParentSelectorControllerBase< TSelector >.
Definition at line 48 of file freESRandomMultiParentSelectorController.h.
| typedef ESParentSelectorControllerBase<ComponentType> FREE::ESRandomMultiParentSelectorController::Superclass |
Reimplemented from FREE::ESParentSelectorControllerBase< TSelector >.
Definition at line 49 of file freESRandomMultiParentSelectorController.h.
| FREE::ESRandomMultiParentSelectorController::ESRandomMultiParentSelectorController | ( | ) |
Definition at line 37 of file freESRandomMultiParentSelectorController.cxx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| FREE::ESRandomMultiParentSelectorController::itkTypeMacro | ( | ESRandomMultiParentSelectorController | , | |
| ESParentSelectorControllerBase | ||||
| ) |
| FREE::ESRandomMultiParentSelectorController::DeclareParameterMacro | ( | AllowRedraw | ) |
| FREE::ESRandomMultiParentSelectorController::DeclareParameterMacro | ( | NumberOfSelections | ) |
| void FREE::ESRandomMultiParentSelectorController::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::ComponentControllerBase< TSelector >.
Definition at line 46 of file freESRandomMultiParentSelectorController.cxx.
References FREE::ComponentControllerBase< TSelector >::GenerateProfile(), FREE::CtrlProfile::ControllerProfileBase::Parameters(), FREE::Parameter::PVTBool, and FREE::Parameter::PVTULong.

| void FREE::ESRandomMultiParentSelectorController::ActualizeMainComponent | ( | ComponentType * | pMainComponent, | |
| SessionComponentCache * | pComponentCache, | |||
| SessionInfo * | pSessionInfo, | |||
| const unsigned int & | iActLevel | |||
| ) | const [protected, virtual] |
Definition at line 59 of file freESRandomMultiParentSelectorController.cxx.
References FREE::ComponentControllerBase< TSelector >::ActualizeMainComponent(), catchAllNPassMacro, and FREE::SessionAccessor::GetParameterValue().

1.5.3 written by Dimitri van Heesch,
© 1997-2000