27 #ifndef vtkPTemporalStreamTracer_h
28 #define vtkPTemporalStreamTracer_h
30 #include "vtkFiltersParallelFlowPathsModule.h"
99 int &LocalAssignedCount);
A helper class for interpolating between times during particle tracing.
abstract class to write particle data to file
abstract class to specify dataset behavior
virtual void AssignSeedsToProcessors(vtkDataSet *source, int sourceID, int ptId, vtkTemporalStreamTracerNamespace::ParticleVector &LocalSeedPoints, int &LocalAssignedCount)
all the injection/seed points according to which processor they belong to.
dynamic, self-adjusting array of float
provides thread-safe access to cells
dynamic, self-adjusting array of double
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * Controller
dynamic, self-adjusting array of char
dynamic, self-adjusting array of int
a simple class to control print indentation
abstract superclass for arrays of numeric data
void AddParticleToMPISendList(vtkTemporalStreamTracerNamespace::ParticleInformation &info)
A Parallel Particle tracer for unsteady vector fields.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
object to represent cell connectivity
Composite dataset that organizes datasets into blocks.
static vtkTemporalStreamTracer * New()
Construct object using 2nd order Runge Kutta.
virtual void AssignUniqueIds(vtkTemporalStreamTracerNamespace::ParticleVector &LocalSeedPoints)
give each one a uniqu ID.
std::vector< ParticleInformation > ParticleVector
represent and manipulate 3D points
virtual void TransmitReceiveParticles(vtkTemporalStreamTracerNamespace::ParticleVector &outofdomain, vtkTemporalStreamTracerNamespace::ParticleVector &received, bool removeself)
this is used during classification of seed points and also between iterations of the main loop as par...
Multiprocessing communication superclass.