#include <ValueGenome.h>
Inheritance diagram for Teem::ValueGenome:

Public Member Functions | |
| virtual double | getDouble (double min, double max)=0 |
| Read a double value in range [min..max[ from the genome. | |
| virtual float | getFloat (float min, float max)=0 |
| Read a float value in range [min..max[ from the genome. | |
| virtual int | getSignedInt (unsigned precision, int min, int max)=0 |
| Read a signed int value in range [min..max] from the genome using precision bits. | |
| virtual unsigned | getUnsignedInt (unsigned precision, unsigned min, unsigned max)=0 |
| Read an unsigned int value in range [min..max] from the genome using precision bits. | |
| virtual void | resetReading (void)=0 |
| Set reading position to 0. | |
1.4.2