 |
VTK
9.1.0
|
Go to the documentation of this file.
28 #ifndef vtkPStreamTracer_h
29 #define vtkPStreamTracer_h
37 class PStreamTracerPoint;
39 class AbstractPStreamTracerUtils;
41 #include "vtkFiltersParallelFlowPathsModule.h"
79 void Trace(
vtkDataSet* input,
int vecType,
const char* vecName, PStreamTracerPoint* pt,
90 friend class AbstractPStreamTracerUtils;
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkPStreamTracer * New()
~vtkPStreamTracer() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetController(vtkMultiProcessController *controller)
Set/Get the controller use in compositing (set to the global controller by default) If not using the ...
Multiprocessing communication superclass.
a simple class to control print indentation
parallel streamline generators
hierarchical dataset of vtkUniformGrids
abstract class to specify dataset behavior
An abstract class for obtaining the interpolated velocity values at a point.
vtkAbstractInterpolatedVelocityField * Interpolator
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkMultiProcessController * Controller
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetInterpolator(vtkAbstractInterpolatedVelocityField *)