Go to the documentation of this file.
34 #ifndef vtkParametricMobius_h
35 #define vtkParametricMobius_h
37 #include "vtkCommonComputationalGeometryModule.h"
63 vtkSetMacro(Radius,
double);
64 vtkGetMacro(Radius,
double);
80 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
96 double Duvw[9])
override;
~vtkParametricMobius() override
static vtkParametricMobius * New()
Construct a Mobius strip with the following parameters: MinimumU = 0, MaximumU = 2*Pi,...
abstract interface for parametric functions
a simple class to control print indentation
int GetDimension() override
Return the parametric dimension of the class.
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
The Mobius strip.
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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.