Go to the documentation of this file.
29 #ifndef vtkParametricBour_h
30 #define vtkParametricBour_h
32 #include "vtkCommonComputationalGeometryModule.h"
66 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
72 double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
Bour's minimal surface.
Generate Bour's minimal surface.
int GetDimension() override
Return the parametric dimension of the class.
static vtkParametricBour * New()
Construct Bour's minimal surface with the following parameters: (MinimumU, MaximumU) = (0....
abstract interface for parametric functions
a simple class to control print indentation
~vtkParametricBour() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9]) override
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.