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

Method GetInput

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

Source from the content-addressed store, hash-verified

109
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;

Callers 15

GenerateDataMethod · 0.45
NormalizeTimeStepsMethod · 0.45
GetMask1Method · 0.45
GetMask2Method · 0.45
GetMaskMethod · 0.45
GenerateDataMethod · 0.45
GenerateDataMethod · 0.45

Calls

no outgoing calls

Tested by 3

testInputMethod · 0.36