VTK
9.4.20250311
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Common
DataModel
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
13
VTK_ABI_NAMESPACE_BEGIN
14
15
namespace
16
{
17
VTK_DEPRECATED_IN_9_4_0
(
"vtkVectorOperators.h is deprecated use vtkVector.h instead"
)
18
constexpr
int
vtkVectorOperators_h_is_deprecated = 0;
19
constexpr
int
please_dont_use_vtkVectorOperators_h = vtkVectorOperators_h_is_deprecated;
20
};
21
22
VTK_ABI_NAMESPACE_END
23
#endif
24
// VTK-HeaderTest-Exclude: vtkVectorOperators.h
vtkDeprecation.h
VTK_DEPRECATED_IN_9_4_0
#define VTK_DEPRECATED_IN_9_4_0(reason)
Definition
vtkDeprecation.h:108
vtkVector.h
Generated on Tue Mar 11 2025 09:34:18 for VTK by
1.9.7