MCPcopy Create free account
hub / github.com/MITK/MITK / AbstractFileWriter

Method AbstractFileWriter

Modules/Core/src/IO/mitkAbstractFileWriter.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 AbstractFileWriter::AbstractFileWriter(const AbstractFileWriter &other) : IFileWriter(), d(new Impl(*other.d.get()))
134 {
135 }
136
137 AbstractFileWriter::AbstractFileWriter(const std::string &baseDataType) : d(new Impl)
138 {

Callers

nothing calls this directly

Calls 2

SetMimeTypeMethod · 0.45
SetDescriptionMethod · 0.45

Tested by

no test coverage detected