Computer Assited Medical Intervention Tool Kit
version 4.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
sdk
actions
image
cropvolume
BoxVOIAPI.h
Go to the documentation of this file.
1
#if defined(_WIN32) // MSVC and mingw
2
#ifdef COMPILE_BOXVOI_API
3
#define BOXVOI_API __declspec(dllexport)
4
#else
5
#define BOXVOI_API __declspec(dllimport)
6
#endif // COMPILE_BOXVOI_API
7
#else // for all other platforms BOXVOI_API is defined to be "nothing"
8
#define BOXVOI_API
9
#endif // MSVC and mingw
Generated by
1.8.11