Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkPropertyPersistenceInfo.h File Reference
#include <functional>
#include <mitkBaseProperty.h>
#include <mitkCommon.h>
#include <MitkCoreExports.h>
#include <itkObjectFactory.h>

Go to the source code of this file.

Classes

class  mitk::PropertyPersistenceInfo
 Property persistence info. This class is used to specify the way the persistance of a property of BaseData derived instances is handled. The info specifies the key for property, as well as the mime type the info is defined for and should be used. Additionally the functions for deserialization and serialization of the property can be defined. As default. More...
 

Namespaces

 mitk
 DataCollection - Class to facilitate loading/accessing structured data.
 
 mitk::PropertyPersistenceSerialization
 
 mitk::PropertyPersistenceDeserialization
 

Functions

MITKCORE_EXPORT std::ostream & mitk::operator<< (std::ostream &os, const PropertyPersistenceInfo &info)
 
MITKCORE_EXPORT::std::string mitk::PropertyPersistenceSerialization::serializeByGetValueAsString (const mitk::BaseProperty *prop)
 
MITKCORE_EXPORT mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeToStringProperty (const std::string &value)