#include <option.h>
Public Member Functions | |
Restriction (const Restriction &) | |
int | iMin () |
int | iMax () |
float | fMin () |
float | fMax () |
float | fPrecision () |
void | set (int, int) |
void | set (float, float, float) |
bool | inRange (int) |
bool | inRange (float) |
Restriction & | operator= (const Restriction &rest) |