vtkABINamespace.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 #ifndef vtkABINamespace_h
4 #define vtkABINamespace_h
5 
6 #define VTK_HAS_ABI_NAMESPACE 0
7 
8 #ifndef VTK_NO_ABI_NAMESPACE
9 #define VTK_ABI_NAMESPACE_NAME
10 #if defined(__cplusplus)
11 #define VTK_ABI_NAMESPACE_BEGIN
12 #define VTK_ABI_NAMESPACE_END
13 #else
14 #define VTK_ABI_NAMESPACE_BEGIN
15 #define VTK_ABI_NAMESPACE_END
16 #endif
17 #endif // VTK_NO_ABI_NAMESPACE
18 
19 #endif // vtkABINamespace_h