VTK  9.2.6
vtkInterpolatedVelocityField.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkInterpolatedVelocityField.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 =========================================================================*/
58 #ifndef vtkInterpolatedVelocityField_h
59 #define vtkInterpolatedVelocityField_h
60 
62 #include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_2_0
63 #include "vtkFiltersFlowPathsModule.h" // For export macro
64 
67  "and set the desired strategy.") VTKFILTERSFLOWPATHS_EXPORT vtkInterpolatedVelocityField
69 {
70 public:
75 
77 
81  void PrintSelf(ostream& os, vtkIndent indent) override;
83 
84 protected:
86  ~vtkInterpolatedVelocityField() override = default;
87 
88 private:
90  void operator=(const vtkInterpolatedVelocityField&) = delete;
91 };
92 
93 #endif
94 
95 // VTK-HeaderTest-Exclude: vtkInterpolatedVelocityField.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 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.
A concrete class for obtaining the interpolated velocity values at a point.