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

Method UpdateOutputInformation

Modules/Core/src/DataManagement/mitkSurface.cpp:159–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void mitk::Surface::UpdateOutputInformation()
160{
161 if (this->GetSource().IsNotNull())
162 this->GetSource()->UpdateOutputInformation();
163
164 if (m_CalculateBoundingBox == true && !m_PolyDatas.empty())
165 this->CalculateBoundingBox();
166 else
167 this->GetTimeGeometry()->Update();
168}
169
170void mitk::Surface::CalculateBoundingBox()
171{

Callers 15

SetVtkPolyDataMethod · 0.95
UpdateMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
EvaluateStateMethod · 0.45

Calls 5

CalculateBoundingBoxMethod · 0.95
IsNotNullMethod · 0.80
GetSourceMethod · 0.45
emptyMethod · 0.45
UpdateMethod · 0.45