26 #ifndef vtkPParticleTracerBase_h 27 #define vtkPParticleTracerBase_h 81 virtual void AssignSeedsToProcessors(
double time,
84 int &localAssignedCount);
90 virtual void AssignUniqueIds(
97 virtual bool SendReceiveParticles(RemoteParticleVector &outofdomain, RemoteParticleVector &received);
99 virtual bool UpdateParticleListFromOtherProcesses();
std::vector< RemoteParticleInfo > RemoteParticleVector
represent and manipulate point attribute data
GLenum GLenum GLenum input
abstract class to specify dataset behavior
#define VTKFILTERSPARALLELFLOWPATHS_EXPORT
vtkParticleTracerBaseNamespace::ParticleInformation Current
void PrintSelf(ostream &os, vtkIndent indent)
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
vtkParticleTracerBaseNamespace::ParticleInformation Previous
vtkSmartPointer< vtkPointData > PreviousPD
a simple class to control print indentation
vtkMultiProcessController * Controller
#define vtkGetObjectMacro(name, type)
RemoteParticleVector Tail
RemoteParticleVector MPISendList
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
std::vector< ParticleInformation > ParticleVector
general representation of visualization data
A particle tracer for vector fields.
Multiprocessing communication superclass.