Go to the documentation of this file.
40 #include "vtkCommonDataModelModule.h"
71 vtkSetClampMacro(Angle,
double,0.0,89.0);
72 vtkGetMacro(Angle,
double);
83 void operator=(
const vtkCone&) =
delete;
static vtkCone * New()
Construct cone with angle of 45 degrees.
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
abstract interface for implicit functions
double EvaluateFunction(double x[3]) override
Evaluate function at position x-y-z and return value.
a simple class to control print indentation
void EvaluateGradient(double x[3], double g[3]) override
Evaluate cone normal.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
implicit function for a cone