59 vtkSetMacro(Radius,
double);
60 vtkGetMacro(Radius,
double);
65 vtkSetVector3Macro(Center,
double);
66 vtkGetVector3Macro(Center,
double);
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
double EvaluateFunction(double x, double y, double z)
virtual void EvaluateGradient(double x[3], double g[3])=0
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
implicit function for a cylinder
#define VTKCOMMONDATAMODEL_EXPORT