Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <usCoreExport.h>
Go to the source code of this file.
Namespaces | |
us | |
Macros | |
#define | US_ENABLE_AUTOLOADING_SUPPORT |
#define | US_CORE_MAJOR_VERSION |
#define | US_CORE_MINOR_VERSION |
#define | US_CORE_PATCH_VERSION |
#define | US_CORE_VERSION |
#define | US_CORE_VERSION_STR |
#define | US_CORE_SOURCE_DIR |
Typedefs | |
typedef void(* | us::MsgHandler) (MsgType, const char *) |
Enumerations | |
enum | us::MsgType { us::DebugMsg, us::InfoMsg, us::WarningMsg, us::ErrorMsg } |
Functions | |
US_Core_EXPORT MsgHandler | us::installMsgHandler (MsgHandler) |
#define US_CORE_MAJOR_VERSION |
Definition at line 17 of file usCoreConfig.h.
#define US_CORE_MINOR_VERSION |
Definition at line 18 of file usCoreConfig.h.
#define US_CORE_PATCH_VERSION |
Definition at line 19 of file usCoreConfig.h.
#define US_CORE_SOURCE_DIR |
Definition at line 41 of file usCoreConfig.h.
#define US_CORE_VERSION |
Definition at line 20 of file usCoreConfig.h.
#define US_CORE_VERSION_STR |
Definition at line 21 of file usCoreConfig.h.
#define US_ENABLE_AUTOLOADING_SUPPORT |
Definition at line 11 of file usCoreConfig.h.