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

Method SetOutputLocation

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

Source from the content-addressed store, hash-verified

110 void AbstractFileWriter::SetInput(const BaseData *data) { d->m_BaseData = data; }
111 const BaseData *AbstractFileWriter::GetInput() const { return d->m_BaseData; }
112 void AbstractFileWriter::SetOutputLocation(const std::string &location)
113 {
114 d->m_Location = location;
115 d->m_Stream = nullptr;
116 }
117
118 std::string AbstractFileWriter::GetOutputLocation() const { return d->m_Location; }
119 void AbstractFileWriter::SetOutputStream(const std::string &location, std::ostream *os)

Callers 6

WriteMethod · 0.80
SerializeMethod · 0.80
mitkPointSetWriterTestFunction · 0.80
SaveMethod · 0.80
SerializeMethod · 0.80
SerializeMethod · 0.80

Calls

no outgoing calls

Tested by 1

mitkPointSetWriterTestFunction · 0.64