All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Static Public Attributes
QGpCoreTools::ComplexStatisticalValue Class Reference

#include <StatisticalValue.h>

Inheritance diagram for QGpCoreTools::ComplexStatisticalValue:
QGpCoreTools::StatisticalValue< Complex > QGpCoreTools::XMLClass

List of all members.

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"

Constructor & Destructor Documentation

: StatisticalValue<Complex>() {}
QGpCoreTools::ComplexStatisticalValue::ComplexStatisticalValue ( const double &  mean,
double  stddev = 0.0,
double  weight = 1.0,
bool  valid = true 
) [inline]
    : StatisticalValue<Complex>(mean, stddev, weight, valid) {}

Member Function Documentation

virtual const QString& QGpCoreTools::ComplexStatisticalValue::xml_tagName ( ) const [inline, virtual]

Member Data Documentation

const QString QGpCoreTools::ComplexStatisticalValue::xmlComplexStatisticalValueTag = "ComplexStatisticalValue" [static]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines