#include <DataPoint.h>
Inheritance diagram for DataPoint:
Public Methods | |
DataPoint (double time=0.0, double datum=0.0, double error=0.0) | |
virtual | ~DataPoint () |
void | RescaleTime (double scaleFac) |
void | RescaleDatum (double scaleFac) |
void | RescaleError (double scaleFac) |
double | GetTime () const |
double | GetDatum () const |
double | GetError () const |
void | SetTime (double time) |
void | SetDatum (double datum) |
void | SetError (double error) |
Private Attributes | |
double | time |
double | datum |
double | error |
|
Definition at line 11 of file DataPoint.cpp. References datum, error, and time. Referenced by ChemicalTimeSeriesData::AttachNewTimeSeries, and ChemicalTimeSeriesData::ChemicalTimeSeriesData. |
|
Definition at line 18 of file DataPoint.cpp. |
|
Definition at line 24 of file DataPoint.h. References datum. |
|
Definition at line 25 of file DataPoint.h. References error. |
|
Definition at line 23 of file DataPoint.h. References time. Referenced by DataPoint::DataPointComparator::operator(). |
|
Definition at line 28 of file DataPoint.cpp. References datum. |
|
Definition at line 33 of file DataPoint.cpp. References error. |
|
Definition at line 23 of file DataPoint.cpp. References time. |
|
Definition at line 27 of file DataPoint.h. References datum. |
|
Definition at line 28 of file DataPoint.h. References error. |
|
Definition at line 26 of file DataPoint.h. References time. |
|
Definition at line 41 of file DataPoint.h. Referenced by DataPoint, GetDatum, RescaleDatum, and SetDatum. |
|
Definition at line 42 of file DataPoint.h. Referenced by DataPoint, GetError, RescaleError, and SetError. |
|
Definition at line 40 of file DataPoint.h. Referenced by DataPoint, GetTime, RescaleTime, and SetTime. |