17 #ifndef MITKIOMIMETYPES_H
18 #define MITKIOMIMETYPES_H
37 virtual bool AppliesTo(
const std::string &path)
const override;
41 static std::vector<CustomMimeType *> Get();
43 static std::string DEFAULT_BASE_NAME();
45 static std::string CATEGORY_IMAGES();
46 static std::string CATEGORY_SURFACES();
60 static std::string STEREOLITHOGRAPHY_NAME();
61 static std::string VTK_IMAGE_NAME();
62 static std::string VTK_IMAGE_LEGACY_NAME();
63 static std::string VTK_PARALLEL_IMAGE_NAME();
64 static std::string VTK_POLYDATA_NAME();
65 static std::string VTK_POLYDATA_LEGACY_NAME();
66 static std::string VTK_PARALLEL_POLYDATA_NAME();
67 static std::string WAVEFRONT_OBJ_NAME();
68 static std::string STANFORD_PLY_NAME();
77 static std::string NRRD_MIMETYPE_NAME();
78 static std::string NIFTI_MIMETYPE_NAME();
79 static std::string RAW_MIMETYPE_NAME();
80 static std::string DICOM_MIMETYPE_NAME();
87 static std::string POINTSET_MIMETYPE_NAME();
96 #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...