Page MenuHomePhabricator

Possible file extensions for standard writers are hard-coded
Closed, WontfixPublic

Description

The possible file extensions for standard writers (image, surface and point-set) are hard-coded (inside functions) in QmitkIOUtil (or former CommonFunctionality).

The default extensions set in mitkIOUtil like this:
const std::string IOUtil::DEFAULTIMAGEEXTENSION = ".nrrd";
const std::string IOUtil::DEFAULTSURFACEEXTENSION = ".stl";
const std::string IOUtil::DEFAULTPOINTSETEXTENSION = ".mps";

We could also do this for the possible extensions, but it is unclear where exactly.

Event Timeline

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.