VTK  9.3.20240327
vtkPParticlePathFilter.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
14 #ifndef vtkPParticlePathFilter_h
15 #define vtkPParticlePathFilter_h
16 
17 #include "vtkPParticleTracerBase.h"
18 #include "vtkParticlePathFilter.h" //for utility
19 
20 #include "vtkFiltersParallelFlowPathsModule.h" // For export macro
21 VTK_ABI_NAMESPACE_BEGIN
22 class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPParticlePathFilter : public vtkPParticleTracerBase
23 {
24 public:
26  void PrintSelf(ostream& os, vtkIndent indent) override;
27 
29 
30 protected:
33 
34  void ResetCache() override;
35  int OutputParticles(vtkPolyData* poly) override;
36  void InitializeExtraPointDataArrays(vtkPointData* outputPD) override;
39  void Finalize() override;
40 
41  //
42  // Store any information we need in the output and fetch what we can
43  // from the input
44  //
46  vtkInformationVector* outputVector) override;
47 
51 
52 private:
54  void operator=(const vtkPParticlePathFilter&) = delete;
55 };
56 VTK_ABI_NAMESPACE_END
57 #endif
dynamic, self-adjusting array of double
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:144
A Parallel Particle tracer for unsteady vector fields.
~vtkPParticlePathFilter() override
void InitializeExtraPointDataArrays(vtkPointData *outputPD) override
void ResetCache() override
void Finalize() override
int OutputParticles(vtkPolyData *poly) override
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
ParticlePathFilterInternal It
void SetToExtraPointDataArrays(vtkIdType particleId, vtkParticleTracerBaseNamespace::ParticleInformation &) override
static vtkPParticlePathFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate point attribute data
Definition: vtkPointData.h:139
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:180
int vtkIdType
Definition: vtkType.h:315