A factory point is a statistical point with an index reference into a FactoryStorage. More...
#include <FactoryPoint.h>
Public Member Functions | |
| FactoryPoint () | |
| FactoryPoint (double x, double y) | |
| int | index () const |
| void | operator= (const FactoryPoint &o) |
| void | operator= (const StatisticalPoint< double > &o) |
| void | operator= (const RealStatisticalValue &o) |
| void | setIndex (int i) |
A factory point is a statistical point with an index reference into a FactoryStorage.
X sampling of ModalStorage objects is made of the compound of various ModalCurve. Before calculating the misfit, it is necessary to link data and calculated theoretical values. Basically this object stores a point with an index into a ModalStorage.
| QGpCoreWave::FactoryPoint::FactoryPoint | ( | ) | [inline] |
Description of constructor still missing
{_index=-1;}
| QGpCoreWave::FactoryPoint::FactoryPoint | ( | double | x, |
| double | y | ||
| ) | [inline] |
: RealStatisticalPoint(x, y) {_index=-1;}
| int QGpCoreWave::FactoryPoint::index | ( | ) | const [inline] |
Referenced by QGpCoreWave::ModalCurve::indexOf(), QGpCoreWave::RefractionCurve::misfit(), and QGpCoreWave::ModalCurve::misfit().
{return _index;}
| void QGpCoreWave::FactoryPoint::operator= | ( | const FactoryPoint & | o | ) | [inline] |
{_index=o._index; RealStatisticalPoint::operator=(o);}
| void QGpCoreWave::FactoryPoint::operator= | ( | const StatisticalPoint< double > & | o | ) | [inline] |
Reimplemented from QGpCoreTools::StatisticalPoint< double >.
| void QGpCoreWave::FactoryPoint::operator= | ( | const RealStatisticalValue & | o | ) | [inline] |
Reimplemented from QGpCoreTools::RealStatisticalPoint.
| void QGpCoreWave::FactoryPoint::setIndex | ( | int | i | ) | [inline] |
{_index=i;}