Medical Imaging Interaction Toolkit  2023.12.99-101158b3
Medical Imaging Interaction Toolkit
mitkContourModelSetSerializer.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkContourModelSetSerializer_h
14 #define mitkContourModelSetSerializer_h
15 
17 #include <mitkBaseDataSerializer.h>
18 
19 namespace mitk
20 {
22  {
23  public:
25  itkFactorylessNewMacro(Self);
26  itkCloneMacro(Self);
27 
28  std::string Serialize() override;
29 
30  protected:
32  ~ContourModelSetSerializer() override;
33  };
34 }
35 
36 #endif
mitk::ContourModelSetSerializer
Definition: mitkContourModelSetSerializer.h:21
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MitkContourModelExports.h
mitkBaseDataSerializer.h
mitk::BaseDataSerializer
Base class for objects that serialize BaseData types.
Definition: mitkBaseDataSerializer.h:35
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
MITKCONTOURMODEL_EXPORT
#define MITKCONTOURMODEL_EXPORT
Definition: MitkContourModelExports.h:15