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);
94 vtkGetVector3Macro(Axis,
double);
107 void operator=(
const vtkCylinder&) VTK_DELETE_FUNCTION;
void EvaluateGradient(double x[3], double g[3]) override
Evaluate cylinder function gradient.
void SetAxis(double a[3])
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
double EvaluateFunction(double x[3]) override
Evaluate cylinder equation F(r) = r^2 - Radius^2.
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
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.
static vtkCylinder * New()
Construct cylinder radius of 0.5; centered at origin with axis along y coordinate axis.
void SetAxis(double ax, double ay, double az)
Set/Get the axis of the cylinder.