#include <peoSeqTransform.h>
Inheritance diagram for peoSeqTransform< EOT >:

Public Member Functions | |
| peoSeqTransform (eoTransform< EOT > &__trans) | |
| Constructor function - sets an internal reference towards the specified EO-derived transform object. | |
| void | operator() (eoPop< EOT > &__pop) |
| Operator for applying the specified transform operators on each individual of the given population. | |
| virtual void | packData () |
| Interface function for providing a link with the parallel architecture of the ParadisEO framework. | |
| virtual void | unpackData () |
| Interface function for providing a link with the parallel architecture of the ParadisEO framework. | |
| virtual void | execute () |
| Interface function for providing a link with the parallel architecture of the ParadisEO framework. | |
| virtual void | packResult () |
| Interface function for providing a link with the parallel architecture of the ParadisEO framework. | |
| virtual void | unpackResult () |
| Interface function for providing a link with the parallel architecture of the ParadisEO framework. | |
Private Attributes | |
| eoTransform< EOT > & | trans |
A minimal set of interface functions is also provided for creating the link with the parallel architecture of the ParadisEO framework.
Definition at line 35 of file peoSeqTransform.h.
|
||||||||||
|
Constructor function - sets an internal reference towards the specified EO-derived transform object.
Definition at line 70 of file peoSeqTransform.h. |
|
||||||||||
|
Operator for applying the specified transform operators on each individual of the given population.
Definition at line 75 of file peoSeqTransform.h. References peoSeqTransform< EOT >::trans. |
1.4.6