26 #ifndef vtkParticlePathFilter_h
27 #define vtkParticlePathFilter_h
29 #include "vtkFiltersFlowPathsModule.h"
43 this->ClearCache = clearCache;
47 return this->ClearCache;
56 std::vector<vtkSmartPointer<vtkIdList> > Paths;
64 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
70 ~vtkParticlePathFilter() VTK_OVERRIDE;
71 vtkParticlePathFilter(const vtkParticlePathFilter&) VTK_DELETE_FUNCTION;
72 void operator=(const vtkParticlePathFilter&) VTK_DELETE_FUNCTION;
74 void ResetCache() VTK_OVERRIDE;
75 int OutputParticles(
vtkPolyData* poly) VTK_OVERRIDE;
76 void InitializeExtraPointDataArrays(
vtkPointData* outputPD) VTK_OVERRIDE;
77 void AppendToExtraPointDataArrays(vtkParticleTracerBaseNamespace::ParticleInformation &) VTK_OVERRIDE;
79 void Finalize() VTK_OVERRIDE;
ParticlePathFilterInternal()
represent and manipulate point attribute data
void SetClearCache(bool clearCache)
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
virtual ~ParticlePathFilterInternal()
dynamic, self-adjusting array of int
a simple class to control print indentation
A Parallel Particle tracer for unsteady vector fields.
A particle tracer for vector fields.