vtkLegacyStreaklineFilter.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 vtkLegacyStreaklineFilter_h
15 #define vtkLegacyStreaklineFilter_h
16 
17 #include "vtkPVVTKExtensionsFiltersFlowPathsModule.h" // For export macro
18 #include "vtkStreaklineFilter.h"
19 
21 
22 class vtkExtractTimeSteps;
24 
26  : public vtkStreaklineFilter
27 {
28 public:
30 
32 
37  vtkGetMacro(TerminationTime, double);
38  vtkSetMacro(TerminationTime, double);
39 
40 protected:
41  vtkLegacyStreaklineFilter() = default;
42  ~vtkLegacyStreaklineFilter() override = default;
43 
45 
46  double TerminationTime = 0;
47 
48 private:
50  void operator=(const vtkLegacyStreaklineFilter&) = delete;
51 };
52 
54 
55 #endif
void operator=(const vtkStreaklineFilter &) VTK_DELETE_FUNCTION
A Parallel Particle tracer for unsteady vector fields.
static vtkStreaklineFilter * New()
#define VTK_ABI_NAMESPACE_BEGIN
#define VTKPVVTKEXTENSIONSFILTERSFLOWPATHS_EXPORT
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)