32 #ifndef vtkPTemporalStreamTracer_h 33 #define vtkPTemporalStreamTracer_h 35 #include "vtkConfigure.h" 36 #include "vtkSetGet.h" 37 #ifndef VTK_LEGACY_REMOVE 39 #include "vtkFiltersParallelFlowPathsModule.h" 104 int& LocalAssignedCount)
override;
135 #endif // VTK_LEGACY_REMOVE int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
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
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph *>::edge_descriptor e, vtkGraph *)
dynamic, self-adjusting array of double
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.
object to represent cell connectivity
Composite dataset that organizes datasets into blocks.
static vtkTemporalStreamTracer * New()
Construct object using 2nd order Runge Kutta.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void AssignUniqueIds(vtkTemporalStreamTracerNamespace::ParticleVector &LocalSeedPoints)
give each one a unique 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.