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

Method GraftOutput

Modules/Core/src/Algorithms/mitkBaseDataSource.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void mitk::BaseDataSource::GraftOutput(OutputType *graft)
25{
26 this->GraftNthOutput(0, graft);
27}
28
29void mitk::BaseDataSource::GraftOutput(const DataObjectIdentifierType &key, OutputType *graft)
30{

Callers 1

GraftNthOutputMethod · 0.95

Calls 2

GraftNthOutputMethod · 0.95
GraftMethod · 0.80

Tested by

no test coverage detected