❩
❩
❩
CamiTK
About
Community
Support
News & Releases
Download
Documentation
API doc
Computer Assited Medical Intervention Tool Kit
version 5.0
ArbitrarySliceAPI.h
Go to the documentation of this file.
1
#if defined(_WIN32) // MSVC and mingw
2
#ifdef COMPILE_ARBITRARY_SLICE_API
3
#define ARBITRARY_SLICE_API __declspec(dllexport)
4
#else
5
#define ARBITRARY_SLICE_API __declspec(dllimport)
6
#endif // COMPILE_ARBITRARY_SLICE_API
7
#else // for all other platforms ARBITRARY_SLICE_API is defined to be "nothing"
8
#define ARBITRARY_SLICE_API
9
#endif // MSVC and mingw
home
promayon
Dev
CamiTK
src
camitk
sdk
actions
image
arbitraryslice
ArbitrarySliceAPI.h
Generated by
1.8.17