#include <freESRecombinatorControllerBase.h>


Public Types | |
| typedef TRecombinator | ComponentType |
| typedef ComponentControllerBase < TRecombinator > | Superclass |
Public Member Functions | |
| itkTypeMacro (ESRecombinatorControllerBase, ComponentControllerBase) | |
| ESRecombinatorControllerBase () | |
ESRecombinatorControllerBase is used in evolutionary strategies (ES) to recombine parents for a new child.
Definition at line 43 of file freESRecombinatorControllerBase.h.
| typedef TRecombinator FREE::ESRecombinatorControllerBase< TRecombinator >::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< TRecombinator >.
Reimplemented in FREE::ESDiscriminativeRecombinatorController, FREE::ESDominantRecombinatorController, FREE::ESIntermediateRecombinatorController, and FREE::ESRankRecombinatorController.
Definition at line 48 of file freESRecombinatorControllerBase.h.
| typedef ComponentControllerBase<TRecombinator> FREE::ESRecombinatorControllerBase< TRecombinator >::Superclass |
Reimplemented in FREE::ESDiscriminativeRecombinatorController, FREE::ESDominantRecombinatorController, FREE::ESIntermediateRecombinatorController, and FREE::ESRankRecombinatorController.
Definition at line 49 of file freESRecombinatorControllerBase.h.
| FREE::ESRecombinatorControllerBase< TRecombinator >::ESRecombinatorControllerBase | ( | ) | [inline] |
Implementation of FREE::ESRecombinatorControllerBase //
Definition at line 35 of file freESRecombinatorControllerBase.txx.
References FREE::ComponentControllerInterface::m_Description, and FREE::ComponentControllerInterface::UpdateControllerID().

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