Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

splineOutput.h File Reference

Diffpack Kernel. More...

Go to the source code of this file.

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)


Detailed Description

Diffpack Kernel.


Function Documentation

void createMathFile ( ParametricTPSurface & spline,
int num1,
int num2,
const String & filename )
 

void createMathFile ( TPSurface & spline,
const VecSimple(real) & x,
const VecSimple(real) & y,
const String & filename )
 

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 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 ( ParametricBSpline & spline,
const VecSimple(real) & t,
const String & filename,
const char * title = "Parametric B-spline" )
 

void createPlotmtvFile ( ParametricBSpline & spline,
int resolution,
const String & filename,
const char * title = "Parametric B-spline" )
 

void createPlotmtvFile ( BSpline & spline,
const VecSimple(real) & x,
const String & filename,
const char * title = "B-spline" )
 


Copyright © 2003 inuTech GmbH. All rights reserved.