List of all members.
Classes |
struct | Impl |
Public Member Functions |
| DefinitionSpaceRange (double minValue, double maxValue, double stepsize) |
| DefinitionSpaceRange (double minValue, double maxValue, unsigned numSteps) |
double | getMinValue () const |
void | setMinValue (double minValue) |
double | getMaxValue () const |
void | setMaxValue (double maxValue) |
double | getStepsize () const |
void | setStepsize (double stepsize) |
unsigned | getNumSteps () const |
void | setNumSteps (unsigned numSteps) |
std::string | toString () const |
Public Attributes |
static double | defaultMax = 1. |
| Default value for upper grid boundary.
|
static double | defaultStep = 1. |
| Default value for step size.
|
Static Public Attributes |
static double | defaultMin = -1. |
| Default value for lower grid boundary.
|
Private Attributes |
Impl * | pImpl_ |
The documentation for this class was generated from the following files:
- HyperspaceExplorer/src/Displayable/DefinitionSpaceRange.h
- HyperspaceExplorer/src/Displayable/DefinitionSpaceRange.cpp