VTK  9.4.20241117
vtkParticleTracer.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 vtkParticleTracer_h
18#define vtkParticleTracer_h
19
20#include "vtkFiltersFlowPathsModule.h" // For export macro
22#include "vtkSmartPointer.h" // For protected ivars.
23
24VTK_ABI_NAMESPACE_BEGIN
25class VTKFILTERSFLOWPATHS_EXPORT vtkParticleTracer : public vtkParticleTracerBase
26{
27public:
29
30 void PrintSelf(ostream& os, vtkIndent indent) override;
32
33protected:
35 ~vtkParticleTracer() override = default;
37 void operator=(const vtkParticleTracer&) = delete;
39};
40
41VTK_ABI_NAMESPACE_END
42#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
A particle tracer for vector fields.
A Parallel Particle tracer for unsteady vector fields.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkParticleTracer() override=default
static vtkParticleTracer * New()
void operator=(const vtkParticleTracer &)=delete
int Finalize(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkParticleTracer(const vtkParticleTracer &)=delete