NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Macros
niftkSerializerMacros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NIFTK_REGISTER_SERIALIZER(SERIALIZER_CLASS_NAME)
 

Macro Definition Documentation

#define NIFTK_REGISTER_SERIALIZER (   SERIALIZER_CLASS_NAME)
Value:
namespace mitk\
{\
class SERIALIZER_CLASS_NAME : public niftk::SERIALIZER_CLASS_NAME\
{\
};\
\
MITK_REGISTER_SERIALIZER(SERIALIZER_CLASS_NAME);\
}\
Definition: ReceptorMemberCommandTest.cxx:25