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

Method GetOutputLocation

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

Source from the content-addressed store, hash-verified

116 }
117
118 std::string AbstractFileWriter::GetOutputLocation() const { return d->m_Location; }
119 void AbstractFileWriter::SetOutputStream(const std::string &location, std::ostream *os)
120 {
121 d->m_Location = location;

Callers 12

WriteMethod · 0.80
WriteMethod · 0.80
WriteMethod · 0.80
WriteMethod · 0.80
WriteMethod · 0.80
GetPolyDataMethod · 0.80
LocalFileMethod · 0.80
OutputStreamMethod · 0.80
WriteMethod · 0.80
WriteMethod · 0.80
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected