48 PartiallySupported = 8,
69 typedef std::map<std::string, us::Any>
Options;
Find image slices visible on a given plane.
Common interface for all MITK file reader and writer.
static std::string PROP_MIMETYPE()
Service property name for the mime-type associated with this file writer.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data.
std::map< std::string, us::Any > Options
Options for reading or writing data.
virtual ConfidenceLevel GetConfidenceLevel() const =0
The confidence level of the reader or writer implementation.
virtual us::Any GetOption(const std::string &name) const =0
virtual void AddProgressCallback(const ProgressCallback &callback)=0
static std::string PROP_DESCRIPTION()
Service property name for a description.
mitk::MessageAbstractDelegate1< float > ProgressCallback
virtual void RemoveProgressCallback(const ProgressCallback &callback)=0
virtual void SetOption(const std::string &name, const us::Any &value)=0
virtual Options GetOptions() const =0
returns a list of the supported options
virtual void SetOptions(const Options &options)=0