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

Method UpdateOutputInformation

Modules/Core/src/DataManagement/mitkBaseData.cpp:63–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void mitk::BaseData::UpdateOutputInformation()
64{
65 if (this->GetSource())
66 {
67 this->GetSource()->UpdateOutputInformation();
68 }
69 if (m_TimeGeometry.IsNotNull())
70 {
71 m_TimeGeometry->UpdateBoundingBox();
72 }
73}
74
75const mitk::TimeGeometry *mitk::BaseData::GetUpdatedTimeGeometry()
76{

Callers

nothing calls this directly

Calls 3

GetSourceMethod · 0.95
IsNotNullMethod · 0.80
UpdateBoundingBoxMethod · 0.80

Tested by

no test coverage detected