VTK  9.0.1
vtkPStreaklineFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPStreaklineFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
26 #ifndef vtkPStreaklineFilter_h
27 #define vtkPStreaklineFilter_h
28 
29 #include "vtkFiltersParallelFlowPathsModule.h" // For export macro
30 #include "vtkPParticleTracerBase.h"
31 #include "vtkSmartPointer.h" // For protected ivars.
32 #include "vtkStreaklineFilter.h" //for utility
33 
34 class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPStreaklineFilter : public vtkPParticleTracerBase
35 {
36 public:
38  void PrintSelf(ostream& os, vtkIndent indent) override;
39 
41 
42 protected:
46  void operator=(const vtkPStreaklineFilter&) = delete;
47  virtual int OutputParticles(vtkPolyData* poly) override;
48  virtual void Finalize() override;
49 
51 };
52 
53 #endif
a simple class to control print indentation
Definition: vtkIndent.h:34
A Parallel Particle tracer for unsteady vector fields.
static vtkPStreaklineFilter * New()
StreaklineFilterInternal It
void operator=(const vtkPStreaklineFilter &)=delete
vtkPStreaklineFilter(const vtkPStreaklineFilter &)=delete
virtual void Finalize() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int OutputParticles(vtkPolyData *poly) override
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:85