EvolvingObjects
|
Simple initialization for any EOT that derives from std::vector<double> uniformly in some bounds. More...
#include <eoRealInitBounded.h>
Public Member Functions | |
eoRealInitBounded (eoRealVectorBounds &_bounds) | |
Ctor - from eoRealVectorBounds. | |
virtual void | operator() (EOT &_eo) |
simply passes the argument to the uniform method of the bounds | |
virtual eoRealVectorBounds & | theBounds () |
accessor to the bounds | |
virtual unsigned | size () |
Private Attributes | |
eoRealVectorBounds & | bounds |
Simple initialization for any EOT that derives from std::vector<double> uniformly in some bounds.
Definition at line 43 of file eoRealInitBounded.h.