vtk_scn.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
25 #ifndef vtk_scn_h
26 #define vtk_scn_h
27 
28 /* Use the scn library configured for VTK. */
29 #define VTK_MODULE_USE_EXTERNAL_VTK_scn 0
30 
31 #if VTK_MODULE_USE_EXTERNAL_VTK_scn
32 # define VTK_SCN(header) <header>
33 #else
34 # define VTK_SCN(header) <vtkscn/include/vtk##header>
35 #endif
36 
37 #endif // #ifndef vtk_scn_h