Functions |
| void | createPlotmtvFile (BSpline &spline, const VecSimple(real) &x, const String &filename, const char *title="B-spline") |
| void | createPlotmtvFile (ParametricBSpline &spline, int resolution, const String &filename, const char *title="Parametric B-spline") |
| void | createPlotmtvFile (ParametricBSpline &spline, const VecSimple(real) &t, const String &filename, const char *title="Parametric B-spline") |
| void | createPlotmtvFile (TPSurface &spline, const VecSimple(real) &x, const VecSimple(real) &y, const String &filename, Format_type format=BINARY, const char *title="Tensor Product Spline Surface", const char *options="") |
| void | createPlotmtvFile (ParametricTPSurface &spline, int num1, int num2, const String &filename, Format_type format=BINARY, const char *title="Parametric Tensor Product Spline Surface", const char *options="") |
| void | createMathFile (TPSurface &spline, const VecSimple(real) &x, const VecSimple(real) &y, const String &filename) |
| void | createMathFile (ParametricTPSurface &spline, int num1, int num2, const String &filename) |