VTK  9.3.20240419
vtkPStreaklineFilter.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 vtkPStreaklineFilter_h
18 #define vtkPStreaklineFilter_h
19 
20 #include "vtkFiltersParallelFlowPathsModule.h" // For export macro
21 #include "vtkPParticleTracerBase.h"
22 #include "vtkSmartPointer.h" // For protected ivars.
23 #include "vtkStreaklineFilter.h" //for utility
24 
25 VTK_ABI_NAMESPACE_BEGIN
26 class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPStreaklineFilter : public vtkPParticleTracerBase
27 {
28 public:
30  void PrintSelf(ostream& os, vtkIndent indent) override;
31 
33 
34 protected:
36  ~vtkPStreaklineFilter() override = default;
38  void operator=(const vtkPStreaklineFilter&) = delete;
39  int OutputParticles(vtkPolyData* poly) override;
40  void Finalize() override;
41 
43 };
44 
45 VTK_ABI_NAMESPACE_END
46 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
A Parallel Particle tracer for unsteady vector fields.
~vtkPStreaklineFilter() override=default
static vtkPStreaklineFilter * New()
StreaklineFilterInternal It
void operator=(const vtkPStreaklineFilter &)=delete
vtkPStreaklineFilter(const vtkPStreaklineFilter &)=delete
int OutputParticles(vtkPolyData *poly) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Finalize() override
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:181