VTK  9.6.20260111
vtkImageInterpolatorInternals.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
7
8#ifndef vtkImageInterpolatorInternals_h
9#define vtkImageInterpolatorInternals_h
10
11// This file is obsolete and will be removed in a future version of VTK.
12// C++ can't [[deprecate]] a file, so we can't use VTK_DEPRECATED_IN_9_6_0
13#if VTK_DEPRECATION_LEVEL >= VTK_VERSION_CHECK(9, 5, 20250513)
14#if defined(__GNUC__) || __cplusplus >= 202302L
15#warning "Please include vtkInterpolationMath.h instead."
16#else // this is a rarely used internal header, it wasn't even exported
17#error "Please include vtkInterpolationMath.h instead."
18#endif
19#endif
20
21// The contents of this header were moved to the following public header:
23
24#endif
25// VTK-HeaderTest-Exclude: vtkImageInterpolatorInternals.h