VTK  9.3.0
vtkCellLocatorInterpolatedVelocityField.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
39 #ifndef vtkCellLocatorInterpolatedVelocityField_h
40 #define vtkCellLocatorInterpolatedVelocityField_h
41 
43 #include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_2_0
44 #include "vtkFiltersFlowPathsModule.h" // For export macro
45 
46 VTK_ABI_NAMESPACE_BEGIN
48 
51  "and set the desired strategy.") VTKFILTERSFLOWPATHS_EXPORT
53 {
54 public:
59 
61 
65  void PrintSelf(ostream& os, vtkIndent indent) override;
67 
68 protected:
71 
72 private:
74  void operator=(const vtkCellLocatorInterpolatedVelocityField&) = delete;
75 };
76 
77 VTK_ABI_NAMESPACE_END
78 #endif
79 
80 // VTK-HeaderTest-Exclude: vtkCellLocatorInterpolatedVelocityField.h
an abstract base class for locators which find cells
A concrete class for obtaining the interpolated velocity values at a point.
static vtkCellLocatorInterpolatedVelocityField * New()
Construct a vtkCompositeInterpolatedVelocityField subclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
An abstract class for obtaining the interpolated velocity values at a point.
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTK_DEPRECATED_IN_9_2_0(reason)