VTK  9.1.0
vtkCompositePolyDataMapper2Internal.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4 
5  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
6  All rights reserved.
7  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
14 
15 #ifndef vtkCompositePolyDataMapper2Internal_h
16 #define vtkCompositePolyDataMapper2Internal_h
17 
18 #include "vtkDeprecation.h" // for deprecation macros
19 
20 #if VTK_DEPRECATION_LEVEL >= VTK_VERSION_CHECK(9, 1, 0)
21 #ifdef _MSC_VER
22 #pragma message( \
23  "This header has been renamed to `vtkCompositeMapperHelper2.h` to match its provided class name")
24 #else
25 #warning \
26  "This header has been renamed to `vtkCompositeMapperHelper2.h` to match its provided class name"
27 #endif
28 #endif
29 
31 
32 #endif
33 
34 // VTK-HeaderTest-Exclude: vtkCompositePolyDataMapper2Internal.h