40 #if defined(_WIN32) // MSVC and mingw 41 #ifdef COMPILE_CAMITK_API 42 #define CAMITK_API __declspec(dllexport) 44 #define CAMITK_API __declspec(dllimport) 51 #endif // MSVC and mingw 64 #if defined(_WIN32) && !defined(__MINGW32__) // MSVC only 65 #pragma warning( disable : 4290 ) 70 #if defined(_WIN32) && !defined(__MINGW32__) &&(_MSC_VER < 1800) 71 extern double rint(
double x);
Definition: Action.cpp:36
QList< Action * > ActionList
A list of Action.
Definition: CamiTKAPI.h:95
A component is something that composed something and could also be a part of something.
Definition: modeling/libraries/pml/Component.h:48
QSet< Action * > ActionSet
A set of Action.
Definition: CamiTKAPI.h:92
QList< Component * > ComponentList
A list of Component.
Definition: CamiTKAPI.h:89