Go to the documentation of this file. 3 #ifndef vtkABINamespace_h 4 #define vtkABINamespace_h 6 #define VTK_HAS_ABI_NAMESPACE 0 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 14 #define VTK_ABI_NAMESPACE_BEGIN 15 #define VTK_ABI_NAMESPACE_END 17 #endif // VTK_NO_ABI_NAMESPACE 19 #endif // vtkABINamespace_h