19 #include <itksys/SystemTools.hxx>
20 #include <itkNrrdImageIO.h>
21 #include <itkMetaDataDictionary.h>
22 #include <itkMetaDataObject.h>
30 std::vector<CustomMimeType*> mimeTypes;
48 std::string category =
"Planar Figure Composite";
49 mimeType.
SetComment(
"Planar Figure Composite");
58 std::string category =
"VTK Fibers";
69 std::string category =
"TrackVis Fibers";
79 std::string category =
"Connectomics Networks";
80 mimeType.
SetComment(
"Connectomics Networks Files");
89 std::string category =
"Connectomics Networks export";
90 mimeType.
SetComment(
"Connectomics Matrix Files");
99 std::string category =
"Connectomics Networks export";
100 mimeType.
SetComment(
"Connectomics Connection Lists");
146 static std::string description =
"Fiberbundles";
152 static std::string description =
"Connectomics Networks";
158 static std::string description =
"Planar Figure Composite";
static std::string CONNECTOMICS_MATRIX_MIMETYPE_NAME()
static CustomMimeType FIBERBUNDLE_TRK_MIMETYPE()
static std::string PLANARFIGURECOMPOSITE_MIMETYPE_NAME()
static std::string CONNECTOMICS_LIST_MIMETYPE_NAME()
static std::string CONNECTOMICS_MIMETYPE_DESCRIPTION()
static std::string FIBERBUNDLE_MIMETYPE_DESCRIPTION()
static CustomMimeType CONNECTOMICS_MIMETYPE()
DataCollection - Class to facilitate loading/accessing structured data.
static std::string FIBERBUNDLE_VTK_MIMETYPE_NAME()
void SetComment(const std::string &comment)
static std::string CONNECTOMICS_MIMETYPE_NAME()
static CustomMimeType CONNECTOMICS_LIST_MIMETYPE()
The CustomMimeType class represents a custom mime-type which may be registered as a service object...
static std::vector< CustomMimeType * > Get()
static std::string DEFAULT_BASE_NAME()
static std::string FIBERBUNDLE_TRK_MIMETYPE_NAME()
void AddExtension(const std::string &extension)
static CustomMimeType PLANARFIGURECOMPOSITE_MIMETYPE()
static CustomMimeType FIBERBUNDLE_VTK_MIMETYPE()
void SetCategory(const std::string &category)
static CustomMimeType CONNECTOMICS_MATRIX_MIMETYPE()
static std::string PLANARFIGURECOMPOSITE_MIMETYPE_DESCRIPTION()