Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Base class for writing mitk::BaseData objects to files or streams. More...
#include <mitkAbstractFileWriter.h>
Classes | |
class | LocalFile |
A local file representation for streams. More... | |
class | OutputStream |
An output stream wrapper. More... | |
Public Member Functions | |
void | SetInput (const BaseData *data) override |
Set the input data for writing. More... | |
const BaseData * | GetInput () const override |
Get the input data set via SetInput(). More... | |
void | SetOutputLocation (const std::string &location) override |
Set the output location. More... | |
std::string | GetOutputLocation () const override |
Get the current output location. More... | |
void | SetOutputStream (const std::string &location, std::ostream *os) override |
Set an output stream for writing. More... | |
std::ostream * | GetOutputStream () const override |
Get the output stream. More... | |
void | Write () override=0 |
Write the base data to the specified location or output stream. More... | |
ConfidenceLevel | GetConfidenceLevel () const override |
The confidence level of the reader or writer implementation. More... | |
MimeType | GetRegisteredMimeType () const |
Options | GetOptions () const override |
returns a list of the supported options More... | |
us::Any | GetOption (const std::string &name) const override |
void | SetOptions (const Options &options) override |
void | SetOption (const std::string &name, const us::Any &value) override |
void | AddProgressCallback (const ProgressCallback &callback) override |
void | RemoveProgressCallback (const ProgressCallback &callback) override |
us::ServiceRegistration< IFileWriter > | RegisterService (us::ModuleContext *context=us::GetModuleContext()) |
void | UnregisterService () |
![]() | |
~IFileWriter () override | |
![]() | |
virtual | ~IFileIO () |
Protected Member Functions | |
~AbstractFileWriter () override | |
AbstractFileWriter (const AbstractFileWriter &other) | |
AbstractFileWriter (const std::string &baseDataType) | |
AbstractFileWriter (const std::string &baseDataType, const CustomMimeType &mimeType, const std::string &description) | |
virtual us::ServiceProperties | GetServiceProperties () const |
virtual us::ServiceRegistration< CustomMimeType > | RegisterMimeType (us::ModuleContext *context) |
void | SetMimeType (const CustomMimeType &mimeType) |
const CustomMimeType * | GetMimeType () const |
void | SetMimeTypePrefix (const std::string &prefix) |
std::string | GetMimeTypePrefix () const |
void | SetDescription (const std::string &description) |
Sets a human readable description of this writer. More... | |
std::string | GetDescription () const |
void | SetDefaultOptions (const Options &defaultOptions) |
Options | GetDefaultOptions () const |
void | SetRanking (int ranking) |
Set the service ranking for this file writer. More... | |
int | GetRanking () const |
void | SetBaseDataType (const std::string &baseDataType) |
Sets the name of the mitk::Basedata that this writer is able to handle. More... | |
virtual std::string | GetBaseDataType () const |
void | ValidateOutputLocation () const |
Additional Inherited Members | |
![]() | |
enum | ConfidenceLevel { Unsupported, PartiallySupported, Supported } |
A confidence level describing the confidence of the reader or writer in handling the given data. More... | |
typedef std::map< std::string, us::Any > | Options |
Options for reading or writing data. More... | |
typedef mitk::MessageAbstractDelegate1< float > | ProgressCallback |
![]() | |
static std::string | PROP_BASEDATA_TYPE () |
Service property name for the supported mitk::BaseData sub-class. More... | |
![]() | |
static std::string | PROP_DESCRIPTION () |
Service property name for a description. More... | |
static std::string | PROP_MIMETYPE () |
Service property name for the mime-type associated with this file writer. More... | |
Base class for writing mitk::BaseData objects to files or streams.
In general, all file writers should derive from this class, this way it is made sure that the new implementation is exposed to the Microservice-Framework and that is automatically available troughout MITK. The default implementation only requires one Write() method and the Clone() method to be implemented.
Definition at line 50 of file mitkAbstractFileWriter.h.
|
overrideprotected |
Definition at line 125 of file mitkAbstractFileWriter.cpp.
References UnregisterService().
|
protected |
Definition at line 132 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::GeometryDataWriterService::GeometryDataWriterService(), and mitk::PointSetWriterService::PointSetWriterService().
|
protected |
Definition at line 136 of file mitkAbstractFileWriter.cpp.
|
protected |
Definition at line 141 of file mitkAbstractFileWriter.cpp.
|
overridevirtual |
Implements mitk::IFileIO.
Definition at line 262 of file mitkAbstractFileWriter.cpp.
|
protectedvirtual |
Definition at line 273 of file mitkAbstractFileWriter.cpp.
|
overridevirtual |
The confidence level of the reader or writer implementation.
The level is used to rank multiple competing implementations.
Implements mitk::IFileIO.
Reimplemented in mitk::LegacyFileWriterService.
Definition at line 153 of file mitkAbstractFileWriter.cpp.
References mitk::IFileIO::Supported, and mitk::IFileIO::Unsupported.
Referenced by mitk::LegacyFileWriterService::GetConfidenceLevel(), and mitk::AbstractFileIOWriter::GetWriterConfidenceLevel().
|
protected |
Definition at line 255 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::AbstractFileIO::GetDefaultWriterOptions().
|
protected |
Definition at line 272 of file mitkAbstractFileWriter.cpp.
Referenced by GetServiceProperties(), and mitk::AbstractFileIO::GetWriterDescription().
|
overridevirtual |
Get the input data set via SetInput().
Implements mitk::IFileWriter.
Definition at line 110 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::LegacyFileWriterService::GetConfidenceLevel(), mitk::SurfaceVtkIO::GetPolyData(), mitk::ImageVtkLegacyIO::GetWriterConfidenceLevel(), mitk::ImageVtkXmlIO::GetWriterConfidenceLevel(), mitk::MAPRegistrationWrapperIO::GetWriterConfidenceLevel(), mitk::RandomForestFileIO::GetWriterConfidenceLevel(), mitk::SurfaceVtkIO::GetWriterConfidenceLevel(), mitk::ItkImageIO::GetWriterConfidenceLevel(), mitk::LabelSetImageIO::GetWriterConfidenceLevel(), mitk::DICOMSegmentationIO::GetWriterConfidenceLevel(), mitk::DICOMPMIO::GetWriterConfidenceLevel(), mitk::DICOMSegmentationIO::Read(), mitk::LegacyFileWriterService::Write(), mitk::NavigationDataSetWriterCSV::Write(), mitk::NavigationDataSetWriterXML::Write(), mitk::SurfaceStlIO::Write(), mitk::ExampleDataStructureWriterService::Write(), mitk::ImageVtkLegacyIO::Write(), mitk::ImageVtkXmlIO::Write(), mitk::RandomForestFileIO::Write(), mitk::SurfaceVtkXmlIO::Write(), mitk::SurfaceVtkLegacyIO::Write(), mitk::ContourModelSetWriter::Write(), mitk::MAPRegistrationWrapperIO::Write(), mitk::PointSetWriterService::Write(), mitk::TubeGraphIO::Write(), mitk::ItkImageIO::Write(), mitk::GeometryDataWriterService::Write(), mitk::LabelSetImageIO::Write(), mitk::DICOMSegmentationIO::Write(), mitk::DICOMPMIO::Write(), and mitk::ContourModelWriter::Write().
|
protected |
Definition at line 238 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::AbstractFileIO::GetMimeType(), GetServiceProperties(), mitk::AbstractFileIO::RegisterService(), and RegisterService().
|
protected |
Definition at line 240 of file mitkAbstractFileWriter.cpp.
|
overridevirtual |
Implements mitk::IFileIO.
Definition at line 257 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::AbstractFileIO::GetWriterOption().
|
overridevirtual |
returns a list of the supported options
Options are strings that are treated as flags when passed to the write method.
Implements mitk::IFileIO.
Definition at line 256 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::AbstractFileIO::GetWriterOptions().
|
overridevirtual |
Get the current output location.
If no stream is set (i.e. GetOutputStream returns nullptr
), the returned location string is required to represent a file-system path.
Implements mitk::IFileWriter.
Definition at line 117 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::SurfaceVtkIO::GetPolyData(), ValidateOutputLocation(), mitk::NavigationDataSetWriterCSV::Write(), mitk::NavigationDataSetWriterXML::Write(), mitk::ExampleDataStructureWriterService::Write(), mitk::ImageVtkXmlIO::Write(), mitk::RandomForestFileIO::Write(), mitk::ContourModelSetWriter::Write(), mitk::MAPRegistrationWrapperIO::Write(), and mitk::ContourModelWriter::Write().
|
overridevirtual |
Get the output stream.
Implements mitk::IFileWriter.
Definition at line 124 of file mitkAbstractFileWriter.cpp.
Referenced by ValidateOutputLocation(), mitk::NavigationDataSetWriterCSV::Write(), mitk::NavigationDataSetWriterXML::Write(), mitk::SurfaceStlIO::Write(), mitk::ImageVtkXmlIO::Write(), mitk::ContourModelSetWriter::Write(), mitk::SurfaceVtkXmlIO::Write(), mitk::SurfaceVtkLegacyIO::Write(), mitk::MAPRegistrationWrapperIO::Write(), and mitk::ContourModelWriter::Write().
|
protected |
Definition at line 270 of file mitkAbstractFileWriter.cpp.
Referenced by GetServiceProperties(), and mitk::AbstractFileIO::GetWriterRanking().
MimeType mitk::AbstractFileWriter::GetRegisteredMimeType | ( | ) | const |
Definition at line 166 of file mitkAbstractFileWriter.cpp.
|
protectedvirtual |
Definition at line 223 of file mitkAbstractFileWriter.cpp.
References GetDescription(), GetMimeType(), mitk::CustomMimeType::GetName(), GetRanking(), mitk::IFileWriter::PROP_BASEDATA_TYPE(), mitk::IFileIO::PROP_DESCRIPTION(), mitk::IFileIO::PROP_MIMETYPE(), and us::ServiceConstants::SERVICE_RANKING().
Referenced by RegisterService().
|
protectedvirtual |
Registers a new CustomMimeType service object.
This method is called from RegisterService and the default implementation registers a new mime-type service object if all of the following conditions are true:
context |
std::invalid_argument | if context is nullptr. |
Definition at line 241 of file mitkAbstractFileWriter.cpp.
us::ServiceRegistration< IFileWriter > mitk::AbstractFileWriter::RegisterService | ( | us::ModuleContext * | context = us::GetModuleContext() | ) |
Definition at line 169 of file mitkAbstractFileWriter.cpp.
References GetMimeType(), us::GetModuleContext(), GetName(), GetServiceProperties(), and MITK_WARN.
Referenced by mitk::ContourModelSetWriter::ContourModelSetWriter(), mitk::ContourModelWriter::ContourModelWriter(), mitk::ExampleDataStructureWriterService::ExampleDataStructureWriterService(), mitk::GeometryDataWriterService::GeometryDataWriterService(), mitk::LegacyFileWriterService::LegacyFileWriterService(), mitk::NavigationDataSetWriterCSV::NavigationDataSetWriterCSV(), mitk::NavigationDataSetWriterXML::NavigationDataSetWriterXML(), mitk::PointSetWriterService::PointSetWriterService(), mitk::AbstractFileIO::RegisterService(), and mitk::USDeviceWriterXML::USDeviceWriterXML().
|
overridevirtual |
Implements mitk::IFileIO.
Definition at line 263 of file mitkAbstractFileWriter.cpp.
|
protected |
Sets the name of the mitk::Basedata that this writer is able to handle.
The correct value is the one given as the first parameter in the mitkNewMacro of that BaseData derivate. You can also retrieve it by calling GetNameOfClass()
on an instance of said data.
Definition at line 271 of file mitkAbstractFileWriter.cpp.
|
protected |
Definition at line 250 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::AbstractFileIO::SetDefaultWriterOptions().
|
protected |
Sets a human readable description of this writer.
This will be used in file dialogs for example.
Definition at line 287 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::ContourModelSetWriter::ContourModelSetWriter(), mitk::ContourModelWriter::ContourModelWriter(), mitk::LegacyFileWriterService::LegacyFileWriterService(), mitk::MAPRegistrationWrapperIO::MAPRegistrationWrapperIO(), and mitk::AbstractFileIO::SetWriterDescription().
|
overridevirtual |
Set the input data for writing.
data | The input data. |
Implements mitk::IFileWriter.
Definition at line 109 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::ContourModelSerializer::Serialize(), mitk::ContourModelSetSerializer::Serialize(), and mitk::ContourModelSetWriter::Write().
|
protected |
Definition at line 246 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::ContourModelSetWriter::ContourModelSetWriter(), mitk::ContourModelWriter::ContourModelWriter(), mitk::ItkImageIO::ItkImageIO(), mitk::LegacyFileWriterService::LegacyFileWriterService(), mitk::MAPRegistrationWrapperIO::MAPRegistrationWrapperIO(), mitk::RandomForestFileIO::RandomForestFileIO(), mitk::AbstractFileIO::RegisterService(), and mitk::AbstractFileIO::SetMimeType().
|
protected |
Definition at line 239 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::LegacyFileWriterService::LegacyFileWriterService(), and mitk::RandomForestFileIO::RandomForestFileIO().
|
overridevirtual |
Implements mitk::IFileIO.
Definition at line 258 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::AbstractFileIO::SetWriterOption().
|
overridevirtual |
Implements mitk::IFileIO.
Definition at line 259 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::AbstractFileIO::SetWriterOptions().
|
overridevirtual |
Set the output location.
location | A file-system path. |
The location argument specifies a file-system path where the input data must be written. This method must remove any previously set output stream.
Implements mitk::IFileWriter.
Definition at line 111 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::ContourModelSerializer::Serialize(), mitk::ContourModelSetSerializer::Serialize(), mitk::MAPRegistrationWrapperSerializer::Serialize(), and mitk::ExampleDataStructureWriterService::Write().
|
overridevirtual |
Set an output stream for writing.
location | A custom label for the output stream. |
os | The output stream. |
If os
is nullptr
, this clears the current output stream and location
is interpreted as a file-system path. Otherwise, location
is a custom label describing the output stream os
.
Implements mitk::IFileWriter.
Definition at line 118 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::ContourModelSetWriter::Write().
|
protected |
Set the service ranking for this file writer.
Default is zero and should only be chosen differently for a reason. The ranking is used to determine which writer to use if several equivalent writers have been found. It may be used to replace a default writer from MITK in your own project. E.g. if you want to use your own writer for nrrd files instead of the default, implement it and give it a higher ranking than zero.
Definition at line 247 of file mitkAbstractFileWriter.cpp.
Referenced by mitk::DICOMPMIO::DICOMPMIO(), mitk::DICOMSegmentationIO::DICOMSegmentationIO(), mitk::ItkImageIO::ItkImageIO(), mitk::LabelSetImageIO::LabelSetImageIO(), and mitk::AbstractFileIO::SetWriterRanking().
void mitk::AbstractFileWriter::UnregisterService | ( | ) |
Definition at line 212 of file mitkAbstractFileWriter.cpp.
Referenced by ~AbstractFileWriter().
|
protected |
Definition at line 274 of file mitkAbstractFileWriter.cpp.
References GetOutputLocation(), GetOutputStream(), and mitkThrow.
Referenced by mitk::LegacyFileWriterService::Write(), mitk::SurfaceStlIO::Write(), mitk::ImageVtkXmlIO::Write(), mitk::ImageVtkLegacyIO::Write(), mitk::SurfaceVtkLegacyIO::Write(), mitk::SurfaceVtkXmlIO::Write(), mitk::LabelSetImageIO::Write(), mitk::DICOMSegmentationIO::Write(), and mitk::DICOMPMIO::Write().
|
overridepure virtual |
Write the base data to the specified location or output stream.
This method must be implemented for each specific writer. Call GetOutputStream() first and check for a non-null stream to write to. If the output stream is nullptr
, use GetOutputLocation() to write to a local file-system path.
If the reader cannot use streams directly, use GetLocalFile() to retrieve a temporary local file name instead.
mitk::Exception |
Implements mitk::IFileWriter.
Implemented in mitk::ContourModelWriter, mitk::DICOMPMIO, mitk::DICOMSegmentationIO, mitk::LabelSetImageIO, mitk::GeometryDataWriterService, mitk::ItkImageIO, mitk::TubeGraphIO, mitk::PointSetWriterService, mitk::MAPRegistrationWrapperIO, mitk::ContourModelSetWriter, mitk::SurfaceVtkLegacyIO, mitk::SurfaceVtkXmlIO, mitk::RandomForestFileIO, mitk::ExampleDataStructureWriterService, mitk::ImageVtkLegacyIO, mitk::ImageVtkXmlIO, mitk::USDeviceWriterXML, mitk::SurfaceStlIO, mitk::NavigationDataSetWriterXML, mitk::LegacyFileWriterService, and mitk::NavigationDataSetWriterCSV.