#include <freESParentSelectorControllerBase.h>


Public Types | |
| typedef TSelector | ComponentType |
| typedef ComponentControllerBase < TSelector > | Superclass |
Public Member Functions | |
| itkTypeMacro (ESParentSelectorControllerBase, ComponentControllerBase) | |
| ESParentSelectorControllerBase () | |
ESParentSelectorControllerBase is used in evolutionary strategies (ES) to select parents out of the population for the generation of a new child.
Definition at line 43 of file freESParentSelectorControllerBase.h.
| typedef TSelector FREE::ESParentSelectorControllerBase< TSelector >::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::ComponentControllerBase< TSelector >.
Reimplemented in FREE::ESRandomMultiParentSelectorController.
Definition at line 48 of file freESParentSelectorControllerBase.h.
| typedef ComponentControllerBase<TSelector> FREE::ESParentSelectorControllerBase< TSelector >::Superclass |
Reimplemented in FREE::ESRandomMultiParentSelectorController.
Definition at line 49 of file freESParentSelectorControllerBase.h.
| FREE::ESParentSelectorControllerBase< TSelector >::ESParentSelectorControllerBase | ( | ) | [inline] |
Implementation of FREE::ESParentSelectorControllerBase //
Definition at line 35 of file freESParentSelectorControllerBase.txx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

| FREE::ESParentSelectorControllerBase< TSelector >::itkTypeMacro | ( | ESParentSelectorControllerBase< TSelector > | , | |
| ComponentControllerBase | ||||
| ) |
1.5.3 written by Dimitri van Heesch,
© 1997-2000