VTK  9.2.6
vtkCellLocatorInterpolatedVelocityField.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCellLocatorInterpolatedVelocityField.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
51 #ifndef vtkCellLocatorInterpolatedVelocityField_h
52 #define vtkCellLocatorInterpolatedVelocityField_h
53 
55 #include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_2_0
56 #include "vtkFiltersFlowPathsModule.h" // For export macro
57 
59 
62  "and set the desired strategy.") VTKFILTERSFLOWPATHS_EXPORT
64 {
65 public:
70 
72 
76  void PrintSelf(ostream& os, vtkIndent indent) override;
78 
79 protected:
82 
83 private:
85  void operator=(const vtkCellLocatorInterpolatedVelocityField&) = delete;
86 };
87 
88 #endif
89 
90 // VTK-HeaderTest-Exclude: vtkCellLocatorInterpolatedVelocityField.h
#define VTK_DEPRECATED_IN_9_2_0(reason)
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
static vtkCompositeInterpolatedVelocityField * New()
Construct a vtkCompositeInterpolatedVelocityField class.
an abstract base class for locators which find cells
An abstract class for obtaining the interpolated velocity values at a point.
a simple class to control print indentation
Definition: vtkIndent.h:39
A concrete class for obtaining the interpolated velocity values at a point.