| Interpolator::AkimaInterpolator1D | This class performs an Akima interpolation |
| Interpolator::BilinearInterpolator2D | This class performs a Bilinear interpolation |
| Interpolator::CubicSplineInterpolator1D | This class performs a cubic spline interpolation |
| ICLIB::DataFile | |
| ICLIB::DataFile1D | |
| ICLIB::DataFile2D | |
| Interpolator::FileReader | This class provides basics tools to read files It is mainly used for the correcting and coupling files Thanks to this abstract class, it is possible to define a specific file reader for each scientific group The only things to do is to implement the Parse method |
| Interpolator::FileWriter | This class provides basics tools to write files It is mainly used for the correcting and coupling files Thanks to this abstract class, it is possible to define a specific file writer for each scientific group The only things to do is to implement the Write method |
| Interpolator::FourNearestNeighboursMeanInterpolator2D | This class performs a 4 nearest neighbour mean interpolation |
| Interpolator::GenericFileReader1D | This class is a generic file reader for file with data sorted by columns |
| Interpolator::GenericFileReader2D | This class is a generic 2D file reader (for data sorted like a matrix) |
| Interpolator::InterpolationData1D | This class stores 1D data for a 1D interpolator |
| Interpolator::InterpolationData2D | This class stores 2D data for a 2D interpolator |
| Interpolator::Interpolator | This class provide an interface for an interpolator |
| Interpolator::Interpolator1D | This class provide an interface for a 1D interpolator |
| Interpolator::Interpolator2D | This class provide an interface for a 2D interpolator |
| Interpolator::LinearInterpolator1D | This class performs an Linear interpolation |
| Interpolator::LowEnergyThetaBraggCorrectionReader | This will become useless !!! This class is a file reader for a the low energy theta bragg correction |
| Interpolator::NearestNeighbourInterpolator2D | This class performs a nearest neighbour interpolation |
| Interpolator::PeriodicAkimaInterpolator1D | This class performs a Periodic Akima interpolation |
| Interpolator::PeriodicCubicSplineInterpolator1D | This class performs a periodic cubic spline interpolation |
| Interpolator::PolynomialInterpolator1D | This class performs a polynomial interpolation |
| Interpolator::SambaFileReader | This will become useless !!! This class is a file reader for a the Samba line |
| Interpolator::Table | This class is the main interface for a Table object The values used to interpolate need to be increasingly ordered !!! |
| Interpolator::Table1D | This class is used to manage a 1D table |
| Interpolator::Table2D | This class is used to manage a 2D table |
1.4.5