56#ifndef vtkParametricFunction_h
57#define vtkParametricFunction_h
59#include "vtkCommonComputationalGeometryModule.h"
90 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]) = 0;
a simple class to control print indentation
virtual int GetDimension()=0
Return the dimension of parametric space.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
Performs the mapping $f(uvw)->(Pt,Duvw)$f.
~vtkParametricFunction() override
vtkTypeBool DerivativesAvailable
vtkTypeBool ClockwiseOrdering
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])=0
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.