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