22 #ifndef vtkCPConstantScalarFieldFunction_h 23 #define vtkCPConstantScalarFieldFunction_h 26 #include "vtkPVCatalystTestDriverModule.h" 34 void PrintSelf(ostream& os, vtkIndent indent);
40 unsigned int component,
double* point,
unsigned long timeStep,
double time);
46 vtkSetMacro(Constant,
double);
47 vtkGetMacro(Constant,
double);
Class for specifying constant scalars at points.
void PrintSelf(ostream &os, vtkIndent indent)
Abstract class for specifying scalars at points.
virtual double ComputeComponenentAtPoint(unsigned int component, double point[3], unsigned long timeStep, double time)=0
Compute the field value at Point.