VTK  9.3.20240422
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
22#include "vtkSmartPointer.h" // For protected ivars.
23#include "vtkStreaklineFilter.h" //for utility
24
25VTK_ABI_NAMESPACE_BEGIN
26class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPStreaklineFilter : public vtkPParticleTracerBase
27{
28public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
33
34protected:
36 ~vtkPStreaklineFilter() override = default;
38 void operator=(const vtkPStreaklineFilter&) = delete;
39 int OutputParticles(vtkPolyData* poly) override;
40 void Finalize() override;
41
43};
44
45VTK_ABI_NAMESPACE_END
46#endif
a simple class to control print indentation
Definition vtkIndent.h:108
A Parallel Particle tracer for unsteady vector fields.
static vtkPStreaklineFilter * New()
~vtkPStreaklineFilter() override=default
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