35#ifndef vtkParametricSuperToroid_h
36#define vtkParametricSuperToroid_h
38#include "vtkCommonComputationalGeometryModule.h"
41VTK_ABI_NAMESPACE_BEGIN
72 vtkSetMacro(RingRadius,
double);
73 vtkGetMacro(RingRadius,
double);
81 vtkSetMacro(CrossSectionRadius,
double);
82 vtkGetMacro(CrossSectionRadius,
double);
89 vtkSetMacro(XRadius,
double);
90 vtkGetMacro(XRadius,
double);
97 vtkSetMacro(YRadius,
double);
98 vtkGetMacro(YRadius,
double);
105 vtkSetMacro(ZRadius,
double);
106 vtkGetMacro(ZRadius,
double);
113 vtkSetMacro(N1,
double);
114 vtkGetMacro(N1,
double);
121 vtkSetMacro(N2,
double);
122 vtkGetMacro(N2,
double);
133 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
a simple class to control print indentation
abstract interface for parametric functions
static vtkParametricSuperToroid * New()
Construct a supertoroid with the following parameters: MinimumU = 0, MaximumU = 2*Pi,...
~vtkParametricSuperToroid() override
double CrossSectionRadius
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
A supertoroid.
vtkParametricSuperToroid()
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.
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.