All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
QGpCoreWave::FactoryPoint Class Reference

A factory point is a statistical point with an index reference into a FactoryStorage. More...

#include <FactoryPoint.h>

Inheritance diagram for QGpCoreWave::FactoryPoint:
QGpCoreTools::RealStatisticalPoint QGpCoreTools::StatisticalPoint< double > QGpCoreTools::StatisticalValue< double > QGpCoreTools::XMLClass

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

Description of constructor still missing

{_index=-1;}
QGpCoreWave::FactoryPoint::FactoryPoint ( double  x,
double  y 
) [inline]
    : RealStatisticalPoint(x, y) {_index=-1;}

Member Function Documentation

int QGpCoreWave::FactoryPoint::index ( ) const [inline]
void QGpCoreWave::FactoryPoint::operator= ( const FactoryPoint o) [inline]
{_index=o._index; RealStatisticalPoint::operator=(o);}
void QGpCoreWave::FactoryPoint::operator= ( const StatisticalPoint< double > &  o) [inline]
void QGpCoreWave::FactoryPoint::operator= ( const RealStatisticalValue o) [inline]
void QGpCoreWave::FactoryPoint::setIndex ( int  i) [inline]
{_index=i;}

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