WXP C++ Library Version 6.74.9
|
This struct defines a simple range of values. More...
#include "../include/Range.h"
Public Member Functions | |
Range () | |
Range (float min, float max) | |
int | init () |
int | set (float min, float max) |
float | getMin () |
float | getMax () |
float | getRange () |
int | print () |
Public Attributes | |
float | min |
float | max |
This struct defines a simple range of values.
Range::Range | ( | ) |
Constructor
References init().
Range::Range | ( | float | rmin, |
float | rmax | ||
) |
|
inline |
Returns the maximum
|
inline |
Returns the minimum
Referenced by WXP::ImagePlot::draw(), and WXP::RadPlot::draw().
float Range::getRange | ( | ) |
Gets the range between max and min
References WXP::Const::MISS.
Referenced by WXP::ImagePlot::draw().
int Range::init | ( | ) |
int Range::print | ( | ) |
Prints the object data
int Range::set | ( | float | rmin, |
float | rmax | ||
) |