osgEarth 2.1.1
|
Public Member Functions | |
qualified_double (double value, const Units &units) | |
qualified_double (const T &rhs) | |
void | set (double value, const Units &units) |
T & | operator= (const T &rhs) |
T | operator+ (const T &rhs) const |
T | operator- (const T &rhs) const |
bool | operator== (const T &rhs) const |
bool | operator!= (const T &rhs) const |
bool | operator< (const T &rhs) const |
bool | operator> (const T &rhs) const |
double | as (const Units &convertTo) const |
const Units & | getUnits () const |
Private Attributes | |
double | _value |
Units | _units |
osgEarth::qualified_double< T >::qualified_double | ( | double | value, |
const Units & | units | ||
) | [inline] |
osgEarth::qualified_double< T >::qualified_double | ( | const T & | rhs | ) | [inline] |
double osgEarth::qualified_double< T >::as | ( | const Units & | convertTo | ) | const [inline] |
const Units& osgEarth::qualified_double< T >::getUnits | ( | ) | const [inline] |
bool osgEarth::qualified_double< T >::operator!= | ( | const T & | rhs | ) | const [inline] |
T osgEarth::qualified_double< T >::operator+ | ( | const T & | rhs | ) | const [inline] |
T osgEarth::qualified_double< T >::operator- | ( | const T & | rhs | ) | const [inline] |
bool osgEarth::qualified_double< T >::operator< | ( | const T & | rhs | ) | const [inline] |
T& osgEarth::qualified_double< T >::operator= | ( | const T & | rhs | ) | [inline] |
bool osgEarth::qualified_double< T >::operator== | ( | const T & | rhs | ) | const [inline] |
bool osgEarth::qualified_double< T >::operator> | ( | const T & | rhs | ) | const [inline] |
void osgEarth::qualified_double< T >::set | ( | double | value, |
const Units & | units | ||
) | [inline] |
Units osgEarth::qualified_double< T >::_units [private] |
double osgEarth::qualified_double< T >::_value [private] |