VTK
ThirdParty
tiff
vtk_tiff.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 vtk_tiff_h
4
#define vtk_tiff_h
5
6
/* Use the tiff library configured for VTK. */
7
#define VTK_MODULE_USE_EXTERNAL_vtktiff 0
8
9
#if VTK_MODULE_USE_EXTERNAL_vtktiff
10
# include <tiffio.h>
11
#else
12
# include <vtktiff/libtiff/tiffio.h>
13
#endif
14
15
#endif
Generated by
1.8.13 on Wed Jan 8 2025