Viewshed 6.1.0
A C++ library for calculation of viewshed, inverse viewshed and visibility indices for both of those analyses.
Loading...
Searching...
No Matches
viewshed_export.h
1#if defined( _WIN32 ) || defined( __CYGWIN__ )
2#ifdef VIEWSHED_EXPORTS
3#define DLL_API __declspec( dllexport )
4#else
5#define DLL_API __declspec( dllimport )
6#endif
7#else
8#define DLL_API
9#endif