26 #ifndef __vtkPStreamTracer_h
27 #define __vtkPStreamTracer_h
32 #include <vtkstd/vector>
75 virtual void ParallelIntegrate() = 0;
Abstract superclass for parallel streamline generators.
void PrintSelf(ostream &os, vtkIndent indent)
vtkIntArray * IntegrationDirections
vtkMultiProcessController * Controller
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkstd::vector< vtkSmartPointer< vtkPolyData > > TmpOutputsType
An abstract class for obtaining the interpolated velocity values at a point.
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
dynamic, self-adjusting array of int
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
list of point or cell ids
vtkAbstractInterpolatedVelocityField * Interpolator
abstract superclass for arrays of numeric data
TmpOutputsType TmpOutputs
Multiprocessing communication superclass.