|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   38 #include "vtkCommonDataModelModule.h"  
   70   vtkSetMacro(Radius, 
double);
 
   71   vtkGetMacro(Radius, 
double);
 
   78   vtkSetVector3Macro(Center, 
double);
 
   79   vtkGetVector3Macro(Center, 
double);
 
   88   void SetAxis(
double ax, 
double ay, 
double az);
 
   89   void SetAxis(
double a[3]);
 
   90   vtkGetVector3Macro(Axis, 
double);
 
  
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.
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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.