Go to the documentation of this file.
41 #include "vtkCommonDataModelModule.h"
75 vtkGetMacro(Radius,
double);
82 vtkSetVector3Macro(Center,
double);
83 vtkGetVector3Macro(Center,
double);
92 void SetAxis(
double ax,
double ay,
double az);
93 void SetAxis(
double a[3]);
94 vtkGetVector3Macro(Axis,
double);
107 void operator=(
const vtkCylinder&) VTK_DELETE_FUNCTION;
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
double EvaluateFunction(double x, double y, double z)
implicit function for a cylinder
abstract interface for implicit functions
a simple class to control print indentation
virtual void EvaluateGradient(double x[3], double g[3])=0
Evaluate function gradient at position x-y-z and pass back vector.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.