22 #ifndef vtkCPVector3FieldFunction_h 23 #define vtkCPVector3FieldFunction_h 26 #include "vtkPVCatalystTestDriverModule.h" 32 void PrintSelf(ostream& os, vtkIndent indent);
43 unsigned int component,
double point[3],
unsigned long timeStep,
double time) = 0;
Abstract class for specifying tensor fields at points.
Abstract class for specifying vectors at points.
void PrintSelf(ostream &os, vtkIndent indent)
virtual unsigned int GetNumberOfComponents()
Get the NumberOfComponents.
virtual double ComputeComponenentAtPoint(unsigned int component, double point[3], unsigned long timeStep, double time)=0
Compute the field value at Point.