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

Method RequestUpdateAll

Modules/Core/src/Controllers/mitkRenderingManager.cpp:249–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 void RenderingManager::RequestUpdateAll(RequestType type)
250 {
251 RenderWindowList::const_iterator it;
252 for (it = m_RenderWindowList.cbegin(); it != m_RenderWindowList.cend(); ++it)
253 {
254 int id = BaseRenderer::GetInstance(it->first)->GetMapperID();
255 if ((type == REQUEST_UPDATE_ALL) || ((type == REQUEST_UPDATE_2DWINDOWS) && (id == 1)) ||
256 ((type == REQUEST_UPDATE_3DWINDOWS) && (id == 2)))
257 {
258 this->RequestUpdate(it->first);
259 }
260 }
261 }
262
263 void RenderingManager::ForceImmediateUpdateAll(RequestType type)
264 {

Callers 15

InitializeViewsMethod · 0.95
SendTimeMethod · 0.45
SetStandardViewMethod · 0.45
UndoMethod · 0.45
RedoMethod · 0.45
UndoMethod · 0.45
RedoMethod · 0.45
SendSliceMethod · 0.45
AddPointMethod · 0.45
HandleInternalEventMethod · 0.45
RotateMethod · 0.45

Calls 1

RequestUpdateMethod · 0.95

Tested by 1