Holds a fractional range along with some methods for manipulation. More...
#include <range.h>

Public Member Functions | |
| void | apply (const Range &rhs) |
| bool | operator== (const Range &rhs) const |
| bool | operator!= (const Range &rhs) const |
| void | invalidate () |
| bool | isValid () const |
| bool | hasData () const |
Constructors | |
| Range () | |
| Range (const float start_, const float end_) | |
Public Attributes | |
| float | start |
| float | end |
Static Public Attributes | |
| static const Range | ALL |
Holds a fractional range along with some methods for manipulation.
Definition at line 30 of file range.h.
0.9.1 by
1.6.1