Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkMimeType_h
14 #define mitkMimeType_h
51 std::string GetName()
const;
54 std::string GetCategory()
const;
57 std::vector<std::string> GetExtensions()
const;
60 std::string GetComment()
const;
63 std::string GetFilenameWithoutExtension(
const std::string &path)
const;
66 bool AppliesTo(
const std::string &path)
const;
69 bool MatchesExtension(
const std::string &path)
const;
void swap(CustomMimeType &l, CustomMimeType &r)
The CustomMimeType class represents a custom mime-type which may be registered as a service object....
bool operator<(const StaticParameterMap::ValueType &a, const StaticParameterMap::ValueType &b)
Compares two var lists and returns true if the first list's first item is lower than the second one's...
MITKCORE_EXPORT std::ostream & operator<<(std::ostream &o, DataNode::Pointer &dtn)
Find image slices visible on a given plane.
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
The MimeType class represents a registered mime-type. It is an immutable wrapper for mitk::CustomMime...