19#ifndef vtkParametricPseudosphere_h 
   20#define vtkParametricPseudosphere_h 
   22#include "vtkCommonComputationalGeometryModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
   56  void Evaluate(
double uvw[3], 
double Pt[3], 
double Duvw[9]) 
override;
 
a simple class to control print indentation
 
abstract interface for parametric functions
 
int GetDimension() override
Return the parametric dimension of the class.
 
~vtkParametricPseudosphere() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkParametricPseudosphere()
 
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.
 
static vtkParametricPseudosphere * New()
Construct a pseudosphere surface with the following parameters: (MinimumU, MaximumU) = (-5....