CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
ctkSingleton.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CTK_SINGLETON_DECLARE(NAME)
 Inspired from VTK/Utilities/kwsys/SystemTools class. More...
 
#define CTK_SINGLETON_DECLARE_INITIALIZER(EXPORT_DIRECTIVE, NAME)
 Should be added at the bottom of the header file, after the class declaration. More...
 
#define CTK_SINGLETON_DEFINE(NAME)
 This should be added at the end of the CPP file. More...
 
#define CTK_SINGLETON_DEFINE_INITIALIZER(NAME)
 Implementation of NAME##Initialize class. More...