#include "Base.h"#include "Intp.cpp"#include "Cube.cpp"#include "Nurb.cpp"#include "Poly.cpp"Include dependency graph for Intp.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | calc |
Classes | |
| class | Cube |
| Class template interpolates tabulated data with cubic splines. More... | |
| class | EndCube |
| Class template supports end point derivative identification for cubic splines. More... | |
| class | Intp |
| Abstract class template supports interpolation of tabulated data. More... | |
| class | IntpErr |
| Class provides an exception object for the class calc::Intp. More... | |
| class | Nurb |
| Class template interpolates tabulated data with non-uniform rational Bezier splines (NURBS). More... | |
| class | Poly |
| Class template interpolates tabulated data with polynomials. More... | |
1.4.7