 |
VTK
9.0.1
|
Go to the documentation of this file.
27 #include "vtkCommonDataModelModule.h"
58 void SetCoefficients(
double a[10]);
59 void SetCoefficients(
double a0,
double a1,
double a2,
double a3,
double a4,
double a5,
double a6,
60 double a7,
double a8,
double a9);
61 vtkGetVectorMacro(Coefficients,
double, 10);
68 double Coefficients[10];
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.
evaluate implicit quadric function
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.