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

Method GetRanking

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

Source from the content-addressed store, hash-verified

270 ////////////////// µS related Getters //////////////////
271
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; }

Callers 1

GetServicePropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected