VTK  9.4.20250311
vtkVectorOperators.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
3
4#ifndef vtkVectorOperators_h
5#define vtkVectorOperators_h
6
7// This file used to set operators that enhance the vtkVector classes.
8// We reimplemented them directly in vtkVector.h, and this file is now only kept
9// for deprecation purpose and should be removed once we hit the deprecation milestone.
10#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_4_0
11#include "vtkVector.h"
12
13VTK_ABI_NAMESPACE_BEGIN
14
15namespace
16{
17VTK_DEPRECATED_IN_9_4_0("vtkVectorOperators.h is deprecated use vtkVector.h instead")
18constexpr int vtkVectorOperators_h_is_deprecated = 0;
19constexpr int please_dont_use_vtkVectorOperators_h = vtkVectorOperators_h_is_deprecated;
20};
21
22VTK_ABI_NAMESPACE_END
23#endif
24// VTK-HeaderTest-Exclude: vtkVectorOperators.h
#define VTK_DEPRECATED_IN_9_4_0(reason)