|
EvolvingObjects
|
Initializer for fixed length velocities with a single type. More...
#include <eoVelocityInit.h>
Public Types | |
| typedef POT::ParticleVelocityType | VelocityType |
Public Member Functions | |
| eoVelocityInitFixedLength (unsigned _combien, eoRndGenerator< VelocityType > &_generator) | |
| virtual void | operator() (POT &chrom) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| unsigned | combien |
| eoSTLF< VelocityType > | generator |
| generic wrapper for eoFunctor (s), to make them have the function-pointer style copy semantics | |
Initializer for fixed length velocities with a single type.
Definition at line 75 of file eoVelocityInit.h.