All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <CompatFunction.h>
Public Member Functions | |
CompatFunctionPoint (double x, double y, double yErr, double weight) | |
bool | operator< (const CompatFunctionPoint &o) const |
bool | operator== (const CompatFunctionPoint &o) const |
double & | x () |
const double & | x () const |
QGpCompatibility::CompatFunctionPoint::CompatFunctionPoint | ( | double | x, |
double | y, | ||
double | yErr, | ||
double | weight | ||
) | [inline] |
: CompatDataPoint(y, yErr, weight), _x(x) {}
bool QGpCompatibility::CompatFunctionPoint::operator< | ( | const CompatFunctionPoint & | o | ) | const [inline] |
{return _x<o._x;}
bool QGpCompatibility::CompatFunctionPoint::operator== | ( | const CompatFunctionPoint & | o | ) | const [inline] |
{return _x==o._x;}
double& QGpCompatibility::CompatFunctionPoint::x | ( | ) | [inline] |
Referenced by QGpCompatibility::CompatFunction::sort().
{return _x;}
const double& QGpCompatibility::CompatFunctionPoint::x | ( | ) | const [inline] |
{return _x;}