28 #ifndef __vtkFunctionSet_h
29 #define __vtkFunctionSet_h
43 virtual int FunctionValues(
double*
x,
double*
f) = 0;
49 return this->NumFuncs; }
57 return this->NumIndepVars; }
abstract base class for most VTK objects
virtual int GetNumberOfFunctions()
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Abstract interface for sets of functions.
virtual int GetNumberOfIndependentVariables()
#define VTKCOMMONMATH_EXPORT