13 #ifndef MITKIOMIMETYPES_H 14 #define MITKIOMIMETYPES_H 33 bool AppliesTo(
const std::string &path)
const override;
37 static std::vector<CustomMimeType *> Get();
39 static std::string DEFAULT_BASE_NAME();
41 static std::string CATEGORY_IMAGES();
42 static std::string CATEGORY_SURFACES();
56 static std::string STEREOLITHOGRAPHY_NAME();
57 static std::string VTK_IMAGE_NAME();
58 static std::string VTK_IMAGE_LEGACY_NAME();
59 static std::string VTK_PARALLEL_IMAGE_NAME();
60 static std::string VTK_POLYDATA_NAME();
61 static std::string VTK_POLYDATA_LEGACY_NAME();
62 static std::string VTK_PARALLEL_POLYDATA_NAME();
63 static std::string WAVEFRONT_OBJ_NAME();
64 static std::string STANFORD_PLY_NAME();
73 static std::string NRRD_MIMETYPE_NAME();
74 static std::string NIFTI_MIMETYPE_NAME();
75 static std::string RAW_MIMETYPE_NAME();
76 static std::string DICOM_MIMETYPE_NAME();
83 static std::string POINTSET_MIMETYPE_NAME();
92 #endif // MITKIOMIMETYPES_H
DataCollection - Class to facilitate loading/accessing structured data.
The CustomMimeType class represents a custom mime-type which may be registered as a service object...