Go to the documentation of this file.
31 #ifndef vtkParametricPseudosphere_h
32 #define vtkParametricPseudosphere_h
34 #include "vtkCommonComputationalGeometryModule.h"
68 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
74 double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]) VTK_OVERRIDE;
static vtkParametricPseudosphere * New()
Construct a pseudosphere surface with the following parameters: (MinimumU, MaximumU) = (-5....
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.
~vtkParametricPseudosphere() override
abstract interface for parametric functions
vtkParametricPseudosphere()
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
Pseudosphere surface.