#include <GLInterfaceMoveGene.h>
Public Member Functions | |
virtual void | moveGene (int old_position, int new_position)=0 |
Definition at line 8 of file GLInterfaceMoveGene.h.
virtual void GLInterfaceMoveGene::moveGene | ( | int | old_position, | |
int | new_position | |||
) | [pure virtual] |
Moves the genes from one position to another.
old_position | where the gene is moving from. | |
new_position | where the gene is moving to. |
Implemented in GLOrganismVector< T >.