Computer Assisted Medical Intervention Tool Kit  version 5.2
Macros.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MML_DECL_CLASS(name)   extern "C" { int class_##name = 0; }
 needed in files to register into factories (because of static lib and windows linking problems) More...
 
#define MML_LINK_CLASS(name)   extern "C" { extern int class_##name; int link_##name = class_##name; }
 needed in factory files (because of static lib and windows linking problems) More...
 

Macro Definition Documentation

◆ MML_DECL_CLASS

#define MML_DECL_CLASS (   name)    extern "C" { int class_##name = 0; }

needed in files to register into factories (because of static lib and windows linking problems)

◆ MML_LINK_CLASS

#define MML_LINK_CLASS (   name)    extern "C" { extern int class_##name; int link_##name = class_##name; }

needed in factory files (because of static lib and windows linking problems)