|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <algorithm>#include <utility>#include <mitkExceptionMacro.h>#include <mitkPropertyKeyPath.h>#include <regex>Go to the source code of this file.
Namespaces | |
| mitk | |
| DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
| MITKCORE_EXPORT std::ostream & | mitk::operator<< (std::ostream &os, const PropertyKeyPath &path) |
| MITKCORE_EXPORT std::string | mitk::PropertyKeyPathToPropertyRegEx (const PropertyKeyPath &tagPath) |
| MITKCORE_EXPORT std::string | mitk::PropertyKeyPathToPersistenceKeyRegEx (const PropertyKeyPath &tagPath) |
| MITKCORE_EXPORT std::string | mitk::PropertyKeyPathToPersistenceKeyTemplate (const PropertyKeyPath &tagPath) |
| MITKCORE_EXPORT std::string | mitk::PropertyKeyPathToPersistenceNameTemplate (const PropertyKeyPath &tagPath) |
| MITKCORE_EXPORT PropertyKeyPath | mitk::PropertyNameToPropertyKeyPath (const std::string &propertyName) |
| MITKCORE_EXPORT std::string | mitk::PropertyKeyPathToPropertyName (const PropertyKeyPath &tagPath) |