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=========================================================================*/
57
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
66 "Use vtkCompositeInterpolatedVelocityField instead of vtkCellLocatorInterpolatedVelocityField "
67 "and set the desired strategy.") VTKFILTERSFLOWPATHS_EXPORT vtkInterpolatedVelocityField
69{
70public:
75
77
81 void PrintSelf(ostream& os, vtkIndent indent) override;
83
84protected:
86 ~vtkInterpolatedVelocityField() override = default;
87
88private:
90 void operator=(const vtkInterpolatedVelocityField&) = delete;
91};
92
93#endif
94
95// VTK-HeaderTest-Exclude: vtkInterpolatedVelocityField.h
a simple class to control print indentation
Definition vtkIndent.h:40
~vtkInterpolatedVelocityField() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
static vtkInterpolatedVelocityField * New()
Construct a vtkCompositeInterpolatedVelocityField subclass.
#define VTK_DEPRECATED_IN_9_2_0(reason)