This class offers methods to load an object of the class NavigationToolStorage from the harddisc.
More...
#include <mitkNavigationToolStorageDeserializer.h>
This class offers methods to load an object of the class NavigationToolStorage from the harddisc.
Documentation
Definition at line 32 of file mitkNavigationToolStorageDeserializer.h.
◆ NavigationToolStorageDeserializer()
◆ ~NavigationToolStorageDeserializer()
mitk::NavigationToolStorageDeserializer::~NavigationToolStorageDeserializer |
( |
| ) |
|
|
overrideprotected |
◆ convertIntToString()
std::string mitk::NavigationToolStorageDeserializer::convertIntToString |
( |
int |
i | ) |
|
|
protected |
◆ decompressFiles()
void mitk::NavigationToolStorageDeserializer::decompressFiles |
( |
std::string |
file, |
|
|
std::string |
path |
|
) |
| |
|
protected |
- Exceptions
-
Throws | an Exception if particular file cannot be opened for reading |
◆ Deserialize()
mitk::NavigationToolStorage::Pointer mitk::NavigationToolStorageDeserializer::Deserialize |
( |
std::string |
filename | ) |
|
Loads a collection of navigation tools represented by a mitk::NavigationToolStorage from a file.
- Returns
- Returns the storage which was loaded or an empty storage if there was an error in the loading process.
- Exceptions
-
◆ GetErrorMessage()
virtual std::string mitk::NavigationToolStorageDeserializer::GetErrorMessage |
( |
| ) |
|
|
virtual |
◆ mitkClassMacroItkParent()
◆ mitkNewMacro1Param()
◆ m_DataStorage
◆ m_ErrorMessage
std::string mitk::NavigationToolStorageDeserializer::m_ErrorMessage |
|
protected |
◆ m_tempDirectory
std::string mitk::NavigationToolStorageDeserializer::m_tempDirectory |
|
protected |
The documentation for this class was generated from the following file: