MCPcopy 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
157void mitk::DataNode::UpdateOutputInformation()
158{
159 if (this->GetSource())
160 {
161 this->GetSource()->UpdateOutputInformation();
162 }
163}
164
165void mitk::DataNode::SetRequestedRegionToLargestPossibleRegion()
166{

Callers

nothing calls this directly

Calls 1

GetSourceMethod · 0.45

Tested by

no test coverage detected