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
mitkVigraRandomForestClassifierSerializer.h
Go to the documentation of this file.
1 #ifndef MITKVIGRARANDOMFORESTCLASSIFIERSERIALIZER_H
2 #define MITKVIGRARANDOMFORESTCLASSIFIERSERIALIZER_H
3 
5 #include <MitkCLVigraRandomForestExports.h>
6 
7 namespace mitk
8 {
9 
10 class MITKCLVIGRARANDOMFOREST_EXPORT VigraRandomForestClassifierSerializer : public BaseDataSerializer
11 {
12 public:
14  itkFactorylessNewMacro(Self)
15  itkCloneMacro(Self)
16 
17  virtual std::string Serialize() override;
18 
19 protected:
20 
23 };
24 
25 }
26 
27 #endif // MITKCONTOURMODELSETSERIALIZER_H
Base class for objects that serialize BaseData types.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44