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

Method GetDescription

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

Source from the content-addressed store, hash-verified

272 int AbstractFileWriter::GetRanking() const { return d->GetRanking(); }
273 void AbstractFileWriter::SetBaseDataType(const std::string &baseDataType) { d->m_BaseDataType = baseDataType; }
274 std::string AbstractFileWriter::GetDescription() const { return d->GetDescription(); }
275 std::string AbstractFileWriter::GetBaseDataType() const { return d->m_BaseDataType; }
276 void AbstractFileWriter::ValidateOutputLocation() const
277 {

Callers 9

GetServicePropertiesMethod · 0.95
mainFunction · 0.45
mitkException.cppFile · 0.45
operator()Method · 0.45
TypedReadMethod · 0.45
mitkException.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected