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

Method Update

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

Source from the content-addressed store, hash-verified

259}
260
261void mitk::Surface::Update()
262{
263 using ::Update;
264
265 if (this->GetSource().IsNull())
266 std::for_each(m_PolyDatas.begin(), m_PolyDatas.end(), Update);
267
268 Superclass::Update();
269}
270
271void mitk::Surface::Expand(unsigned int timeSteps)
272{

Callers 11

SetSpacingMethod · 0.45
GetSliceData_unlockedMethod · 0.45
EqualMethod · 0.45
SetAutoMethod · 0.45
GetVtkPolyDataMethod · 0.45
CalculateBoundingBoxMethod · 0.45

Calls 5

UpdateFunction · 0.85
IsNullMethod · 0.45
GetSourceMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected