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