Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ UpdateOutputInformation
Method
UpdateOutputInformation
Modules/Core/src/DataManagement/mitkDataNode.cpp:157–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void mitk::DataNode::UpdateOutputInformation()
158
{
159
if (this->GetSource())
160
{
161
this->GetSource()->UpdateOutputInformation();
162
}
163
}
164
165
void mitk::DataNode::SetRequestedRegionToLargestPossibleRegion()
166
{
Callers
nothing calls this directly
Calls
1
GetSource
Method · 0.45
Tested by
no test coverage detected