#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 |
Definition at line 30 of file range.h.
0.9 by
1.5.8