VTK  9.3.20240423
vtkPParticleTracer.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
17#ifndef vtkPParticleTracer_h
18#define vtkPParticleTracer_h
19
21#include "vtkSmartPointer.h" // For protected ivars.
22
23#include "vtkFiltersParallelFlowPathsModule.h" // For export macro
24
25VTK_ABI_NAMESPACE_BEGIN
26class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPParticleTracer : public vtkPParticleTracerBase
27{
28public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
33
34protected:
36 ~vtkPParticleTracer() override = default;
37 int OutputParticles(vtkPolyData* poly) override;
38
39private:
41 void operator=(const vtkPParticleTracer&) = delete;
42};
43
44VTK_ABI_NAMESPACE_END
45#endif
a simple class to control print indentation
Definition vtkIndent.h:108
A Parallel Particle tracer for unsteady vector fields.
~vtkPParticleTracer() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPParticleTracer * New()
int OutputParticles(vtkPolyData *poly) override
concrete dataset represents vertices, lines, polygons, and triangle strips