MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkNavigationToolStorageSerializer.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12
13#ifndef mitkNavigationToolStorageSerializer_h
14#define mitkNavigationToolStorageSerializer_h
15
16//itk headers
17#include <itkObjectFactory.h>
18
19//mitk headers
20#include <mitkCommon.h>
22#include <MitkIGTExports.h>
23
24namespace mitk {
31 class MITKIGT_EXPORT NavigationToolStorageSerializer : public itk::Object
32 {
33 public:
37
43 void Serialize(const std::string& filename, mitk::NavigationToolStorage::Pointer storage);
44
45 protected:
48
49 std::string convertIntToString(int i);
50
51 std::string m_tempDirectory;
52
53 };
54} // namespace mitk
55#endif
This class offers methods to save an object of the class NavigationToolStorage to the harddisc.
mitkClassMacroItkParent(NavigationToolStorageSerializer, itk::Object)
IGT Exceptions.