 |
VTK
9.1.0
|
Go to the documentation of this file.
52 #ifndef vtkParametricCrossCap_h
53 #define vtkParametricCrossCap_h
55 #include "vtkCommonComputationalGeometryModule.h"
88 void Evaluate(
double uvw[3],
double Pt[3],
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.