Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkContourModelSetSerializer.h
Go to the documentation of this file.
1 #ifndef MITKCONTOURMODELSETSERIALIZER_H
2 #define MITKCONTOURMODELSETSERIALIZER_H
3 
6 
7 namespace mitk
8 {
10  {
11  public:
13  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
14 
15  virtual std::string Serialize() override;
16 
17  protected:
19  virtual ~ContourModelSetSerializer();
20  };
21 }
22 
23 #endif // MITKCONTOURMODELSETSERIALIZER_H
Base class for objects that serialize BaseData types.
#define MITKCONTOURMODEL_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44