libgeotiff
geotiffio.h
1 /*
2  * geotiffio.h
3  *
4  * Standard include file for geotiff, including all
5  * key and code definitions.
6  */
7 
8 
9 #ifndef __geotiffio_h
10 #define __geotiffio_h
11 
12 #include "geotiff.h" /* public key interface */
13 #include "geovalues.h" /* key code definitions */
14 
15 #endif /* __geotiffio_h */
16 

Generated for libgeotiff by doxygen 1.8.6