35 #ifndef vtkParametricConicSpiral_h 36 #define vtkParametricConicSpiral_h 38 #include "vtkCommonComputationalGeometryModule.h" 70 vtkSetMacro(A,
double);
71 vtkGetMacro(A,
double);
80 vtkSetMacro(B,
double);
81 vtkGetMacro(B,
double);
90 vtkSetMacro(C,
double);
91 vtkGetMacro(C,
double);
100 vtkSetMacro(N,
double);
101 vtkGetMacro(N,
double);
112 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
128 double Duvw[9])
override;
Generate conic spiral surfaces that resemble sea-shells.
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.
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
Performs the mapping $f(uvw)->(Pt,Duvw)$f.
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
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...