111#ifndef vtkParametricTorus_h
112#define vtkParametricTorus_h
114#include "vtkCommonComputationalGeometryModule.h"
117VTK_ABI_NAMESPACE_BEGIN
142 vtkSetMacro(RingRadius,
double);
143 vtkGetMacro(RingRadius,
double);
150 vtkSetMacro(CrossSectionRadius,
double);
151 vtkGetMacro(CrossSectionRadius,
double);
167 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 vtkParametricTorus * New()
Construct a torus with the following parameters: MinimumU = 0, MaximumU = 2*Pi, MinimumV = 0,...
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.
int GetDimension() override
Return the parametric dimension of the class.
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
A torus.
~vtkParametricTorus() override
double CrossSectionRadius