Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void mitk::BaseDataSource::GraftOutput(OutputType *graft)
25
{
26
this->GraftNthOutput(0, graft);
27
}
28
29
void mitk::BaseDataSource::GraftOutput(const DataObjectIdentifierType &key, OutputType *graft)
30
{
Callers
1
GraftNthOutput
Method · 0.95
Calls
2
GraftNthOutput
Method · 0.95
Graft
Method · 0.80
Tested by
no test coverage detected