Go to the documentation of this file.
30 #ifndef vtkParametricKuen_h
31 #define vtkParametricKuen_h
33 #include "vtkCommonComputationalGeometryModule.h"
69 vtkSetMacro(DeltaV0,
double);
70 vtkGetMacro(DeltaV0,
double);
81 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
88 double Duvw[9])
override;
~vtkParametricKuen() override
int GetDimension() override
Return the parametric dimension of the class.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract interface for parametric functions
a simple class to control print indentation
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
Kuen's surface.
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.
static vtkParametricKuen * New()
Construct Kuen's surface with the following parameters: (MinimumU, MaximumU) = (-4....