All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <Value.h>
Public Member Functions | |
void | abs () |
void | exp10 () |
void | log10 () |
RealValue () | |
RealValue (const double &val) | |
RealValue (const RealValue &o) |
QGpCoreTools::RealValue::RealValue | ( | ) | [inline] |
: Value<double>() {}
QGpCoreTools::RealValue::RealValue | ( | const double & | val | ) | [inline] |
: Value<double>(val) {}
QGpCoreTools::RealValue::RealValue | ( | const RealValue & | o | ) | [inline] |
: Value<double>(o) {}
void QGpCoreTools::RealValue::abs | ( | ) | [inline] |
References QGpCoreTools::Value< double >::setValue(), and QGpCoreTools::Value< double >::value().
Referenced by QGpCoreWave::ModalStorage::abs().
void QGpCoreTools::RealValue::exp10 | ( | ) | [inline] |
void QGpCoreTools::RealValue::log10 | ( | ) | [inline] |