17 #ifndef MITKMIMETYPE_H
18 #define MITKMIMETYPE_H
28 #pragma warning(disable : 4251)
57 bool operator<(
const MimeType &other)
const;
63 std::string GetCategory()
const;
66 std::vector<std::string> GetExtensions()
const;
69 std::string GetComment()
const;
72 std::string GetFilenameWithoutExtension(
const std::string &path)
const;
75 bool AppliesTo(
const std::string &path)
const;
78 bool MatchesExtension(
const std::string &path)
const;
102 #endif // MITKMIMETYPE_H
MITKCORE_EXPORT std::ostream & operator<<(std::ostream &o, DataNode::Pointer &dtn)
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
The CustomMimeType class represents a custom mime-type which may be registered as a service object...
void swap(CustomMimeType &l, CustomMimeType &r)
The MimeType class represens a registered mime-type. It is an immutable wrapper for mitk::CustomMimeT...
static std::string GetName(std::string fileName, std::string suffix)