Go to the documentation of this file.
36 #ifndef vtkParametricCrossCap_h
37 #define vtkParametricCrossCap_h
39 #include "vtkCommonComputationalGeometryModule.h"
74 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
90 double Duvw[9])
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.
static vtkParametricCrossCap * New()
Construct a cross-cap with the following parameters: MinimumU = 0, MaximumU = Pi, MinimumV = 0,...
abstract interface for parametric functions
~vtkParametricCrossCap() override
a simple class to control print indentation
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.
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
A cross-cap.