10 #ifndef vtkCPTensorFieldFunction_h 11 #define vtkCPTensorFieldFunction_h 26 virtual unsigned int GetNumberOfComponents() = 0;
31 virtual double ComputeComponenentAtPoint(
32 unsigned int component,
double point[3],
unsigned long timeStep,
double time) = 0;
Abstract class for specifying tensor fields at points.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVCATALYSTTESTDRIVER_EXPORT
void operator=(const vtkObjectBase &)