All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <StatisticalValue.h>
Public Member Functions | |
ComplexStatisticalValue () | |
ComplexStatisticalValue (const double &mean, double stddev=0.0, double weight=1.0, bool valid=true) | |
virtual const QString & | xml_tagName () const |
Static Public Attributes | |
static const QString | xmlComplexStatisticalValueTag = "ComplexStatisticalValue" |
: StatisticalValue<Complex>() {}
QGpCoreTools::ComplexStatisticalValue::ComplexStatisticalValue | ( | const double & | mean, |
double | stddev = 0.0 , |
||
double | weight = 1.0 , |
||
bool | valid = true |
||
) | [inline] |
virtual const QString& QGpCoreTools::ComplexStatisticalValue::xml_tagName | ( | ) | const [inline, virtual] |
Implements QGpCoreTools::XMLClass.
{return xmlComplexStatisticalValueTag;}
const QString QGpCoreTools::ComplexStatisticalValue::xmlComplexStatisticalValueTag = "ComplexStatisticalValue" [static] |