| _mData | Interpolator::Table2D | [private] |
| _mInterpolator | Interpolator::Table2D | [private] |
| computeValue() | Interpolator::Table2D | [virtual] |
| computeValue(double dXValue, double dYvalue) | Interpolator::Table2D | |
| getDescription() const | Interpolator::Table | |
| getFilePath() const | Interpolator::Table | |
| getInterpolationData() const | Interpolator::Table2D | |
| getInterpolationType() const | Interpolator::Table | |
| getInterpolator() const | Interpolator::Table2D | |
| getName() const | Interpolator::Table | |
| getNbXData() const | Interpolator::Table2D | |
| getNbYData() const | Interpolator::Table2D | |
| getNbZData() const | Interpolator::Table2D | |
| getXValue(int i) const | Interpolator::Table2D | |
| getXValues() const | Interpolator::Table2D | |
| getYValue(int i) const | Interpolator::Table2D | |
| getYValues() const | Interpolator::Table2D | |
| getZValue(int i, int j) const | Interpolator::Table2D | |
| getZValues() const | Interpolator::Table2D | |
| initializeInterpolator() | Interpolator::Table2D | [private] |
| printInfos() | Interpolator::Table2D | [virtual] |
| setValues(long lNbXData, long lNbYData, double *dNewXValues, double *dNewYValues, double *dNewZValues) | Interpolator::Table2D | |
| setXValue(int i, double dNewValue) | Interpolator::Table2D | |
| setYValue(int i, double dNewValue) | Interpolator::Table2D | |
| setZValue(int i, int j, double dNewValue) | Interpolator::Table2D | |
| Table() | Interpolator::Table | |
| Table(std::string sName, std::string sDescription, std::string InterpolationType, std::string sFilePath="") | Interpolator::Table | |
| Table2D(std::string sName, std::string sDescription, std::string sInterpolationType, std::string sFilePath) | Interpolator::Table2D | |
| Table2D(std::string sName, std::string sDescription, std::string sInterpolationType, std::string sXName, std::string sYName, std::string sZName, long lNbDataX, long lNbDataY, double *mXValues, double *mYValues, double *mZValues) | Interpolator::Table2D | |
| ~Table() | Interpolator::Table | [virtual] |
| ~Table2D() | Interpolator::Table2D | [virtual] |