EvolvingObjects
|
Initializer for variable length velocitys with a single type. More...
#include <eoVelocityInit.h>
Public Types | |
typedef POT::ParticleVelocityType | VelocityType |
Public Member Functions | |
eoVelocityInitVariableLength (unsigned _minSize, unsigned _maxSize, eoVelocityInit< VelocityType > &_init) | |
Ctor from an eoVelocityInit. | |
virtual void | operator() (POT &_chrom) |
The pure virtual function that needs to be implemented by the subclass. | |
eoInit< VelocityType > & | atomInit () |
Private Attributes | |
unsigned | offset |
unsigned | extent |
eoVelocityInit< VelocityType > & | init |
Initializer for variable length velocitys with a single type.
Definition at line 105 of file eoVelocityInit.h.