#include <freESSelectionControllerBase.h>


Public Types | |
| typedef TSelection | ComponentType |
| typedef ComponentControllerBase < TSelection > | Superclass |
Public Member Functions | |
| itkTypeMacro (ESSelectionControllerBase, ComponentControllerBase) | |
| ESSelectionControllerBase () | |
ESSelectionControllerBase is used in evolutionary strategies (ES) to select the individuals for the next generation.
Definition at line 43 of file freESSelectionControllerBase.h.
| typedef TSelection FREE::ESSelectionControllerBase< TSelection >::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< TSelection >.
Reimplemented in FREE::ESCommaSelectionController, and FREE::ESPlusSelectionController.
Definition at line 48 of file freESSelectionControllerBase.h.
| typedef ComponentControllerBase<TSelection> FREE::ESSelectionControllerBase< TSelection >::Superclass |
Reimplemented in FREE::ESCommaSelectionController, and FREE::ESPlusSelectionController.
Definition at line 49 of file freESSelectionControllerBase.h.
| FREE::ESSelectionControllerBase< TSelection >::ESSelectionControllerBase | ( | ) | [inline] |
Implementation of FREE::ESSelectionControllerBase //
Definition at line 35 of file freESSelectionControllerBase.txx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

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