VTK  9.3.0
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
18#include "vtkParticlePathFilter.h" //for utility
19
20#include "vtkFiltersParallelFlowPathsModule.h" // For export macro
21VTK_ABI_NAMESPACE_BEGIN
22class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPParticlePathFilter : public vtkPParticleTracerBase
23{
24public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
29
30protected:
33
34 void ResetCache() override;
35 int OutputParticles(vtkPolyData* poly) 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
52private:
54 void operator=(const vtkPParticlePathFilter&) = delete;
55};
56VTK_ABI_NAMESPACE_END
57#endif
dynamic, self-adjusting array of double
a simple class to control print indentation
Definition vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of int
Definition vtkIntArray.h:35
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPParticlePathFilter * New()
represent and manipulate point attribute data
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition vtkPolyData.h:80
int vtkIdType
Definition vtkType.h:315