| _lNbXData | Interpolator::InterpolationData2D | [private] |
| _lNbYData | Interpolator::InterpolationData2D | [private] |
| _lNbZData | Interpolator::InterpolationData2D | [private] |
| _mXValues | Interpolator::InterpolationData2D | [private] |
| _mYValues | Interpolator::InterpolationData2D | [private] |
| _mZValues | Interpolator::InterpolationData2D | [private] |
| _sXName | Interpolator::InterpolationData2D | [private] |
| _sYName | Interpolator::InterpolationData2D | [private] |
| _sZName | Interpolator::InterpolationData2D | [private] |
| getNbXData() const | Interpolator::InterpolationData2D | |
| getNbYData() const | Interpolator::InterpolationData2D | |
| getNbZData() const | Interpolator::InterpolationData2D | |
| getXName() const | Interpolator::InterpolationData2D | |
| getXValue(int i) const | Interpolator::InterpolationData2D | |
| getXValues() const | Interpolator::InterpolationData2D | |
| getYName() const | Interpolator::InterpolationData2D | |
| getYValue(int i) const | Interpolator::InterpolationData2D | |
| getYValues() const | Interpolator::InterpolationData2D | |
| getZName() const | Interpolator::InterpolationData2D | |
| getZValue(int i, int j) const | Interpolator::InterpolationData2D | |
| getZValues() const | Interpolator::InterpolationData2D | |
| InterpolationData2D() | Interpolator::InterpolationData2D | |
| InterpolationData2D(std::string sXName, std::string sYName, std::string sZName, long lNbXData, long lNbYData, double *mXValues, double *mYValues, double *mZValues) | Interpolator::InterpolationData2D | |
| printInfos() | Interpolator::InterpolationData2D | [virtual] |
| setValues(long lNbXData, long lNbYData, double *dNewXValues, double *dNewYValues, double *dNewZValues) | Interpolator::InterpolationData2D | |
| setXValue(int i, double dNewValue) | Interpolator::InterpolationData2D | |
| setXValues(double *dNewValues) | Interpolator::InterpolationData2D | [private] |
| setYValue(int i, double dNewValue) | Interpolator::InterpolationData2D | |
| setYValues(double *dNewValues) | Interpolator::InterpolationData2D | [private] |
| setZValue(int i, int j, double dNewValue) | Interpolator::InterpolationData2D | |
| setZValues(double *dNewValues) | Interpolator::InterpolationData2D | [private] |
| ~InterpolationData2D() | Interpolator::InterpolationData2D | [virtual] |