29 #ifndef vtkParticlePathFilter_h
30 #define vtkParticlePathFilter_h
32 #include "vtkFiltersFlowPathsModule.h"
46 this->ClearCache = clearCache;
50 return this->ClearCache;
59 std::vector<vtkSmartPointer<vtkIdList> > Paths;
67 void PrintSelf(ostream& os,
vtkIndent indent);
73 ~vtkParticlePathFilter();
74 vtkParticlePathFilter(const vtkParticlePathFilter&) VTK_DELETE_FUNCTION;
75 void operator=(const vtkParticlePathFilter&) VTK_DELETE_FUNCTION;
77 virtual
void ResetCache();
79 virtual
void InitializeExtraPointDataArrays(
vtkPointData* outputPD);
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.