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
46VTK_ABI_NAMESPACE_BEGIN
48
50 "Use vtkCompositeInterpolatedVelocityField instead of vtkCellLocatorInterpolatedVelocityField "
51 "and set the desired strategy.") VTKFILTERSFLOWPATHS_EXPORT
53{
54public:
59
61
65 void PrintSelf(ostream& os, vtkIndent indent) override;
67
68protected:
71
72private:
74 void operator=(const vtkCellLocatorInterpolatedVelocityField&) = delete;
75};
76
77VTK_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:29
#define VTK_DEPRECATED_IN_9_2_0(reason)