27#ifndef vtkPTemporalStreamTracer_h
28#define vtkPTemporalStreamTracer_h
30#include "vtkFiltersParallelFlowPathsModule.h"
99 int &LocalAssignedCount);
abstract class to write particle data to file
object to represent cell connectivity
dynamic, self-adjusting array of char
abstract superclass for arrays of numeric data
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
dynamic, self-adjusting array of float
provides thread-safe access to cells
a simple class to control print indentation
dynamic, self-adjusting array of int
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.
vtkPTemporalStreamTracer()
vtkMultiProcessController * Controller
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...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void AssignUniqueIds(vtkTemporalStreamTracerNamespace::ParticleVector &LocalSeedPoints)
give each one a uniqu ID.
void AddParticleToMPISendList(vtkTemporalStreamTracerNamespace::ParticleInformation &info)
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.
~vtkPTemporalStreamTracer()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPTemporalStreamTracer * New()
Construct object using 2nd order Runge Kutta.
virtual void SetController(vtkMultiProcessController *controller)
Set/Get the controller used when sending particles between processes The controller must be an instan...
represent and manipulate 3D points
A helper class for interpolating between times during particle tracing.
A Parallel Particle tracer for unsteady vector fields.
std::vector< ParticleInformation > ParticleVector
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)