VTK  9.0.1
vtkPParticleTracer.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPParticleTracer.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 vtkPParticleTracer_h
27 #define vtkPParticleTracer_h
28 
29 #include "vtkPParticleTracerBase.h"
30 #include "vtkSmartPointer.h" // For protected ivars.
31 
32 #include "vtkFiltersParallelFlowPathsModule.h" // For export macro
33 
34 class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPParticleTracer : public vtkPParticleTracerBase
35 {
36 public:
38  void PrintSelf(ostream& os, vtkIndent indent) override;
39 
40  static vtkPParticleTracer* New();
41 
42 protected:
45  virtual int OutputParticles(vtkPolyData* poly) override;
46 
47 private:
48  vtkPParticleTracer(const vtkPParticleTracer&) = delete;
49  void operator=(const vtkPParticleTracer&) = delete;
50 };
51 
52 #endif
vtkPParticleTracer
A Parallel Particle tracer for unsteady vector fields.
Definition: vtkPParticleTracer.h:34
vtkPParticleTracer::~vtkPParticleTracer
~vtkPParticleTracer()
Definition: vtkPParticleTracer.h:44
vtkPParticleTracerBase
Definition: vtkPParticleTracerBase.h:37
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkSmartPointer.h
vtkParticleTracerBase::OutputParticles
virtual int OutputParticles(vtkPolyData *poly)=0
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkPParticleTracerBase.h
vtkPParticleTracerBase::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataAlgorithm::New
static vtkPolyDataAlgorithm * New()