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

Method InitializeView

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

Source from the content-addressed store, hash-verified

397 }
398
399 bool RenderingManager::InitializeView(vtkRenderWindow* renderWindow, const BaseGeometry* geometry, bool resetCamera)
400 {
401 ProportionalTimeGeometry::Pointer propTimeGeometry = ProportionalTimeGeometry::New();
402 propTimeGeometry->Initialize(dynamic_cast<BaseGeometry*>(geometry->Clone().GetPointer()), 1);
403 return this->InitializeView(renderWindow, propTimeGeometry, resetCamera);
404 }
405
406 bool RenderingManager::InitializeView(vtkRenderWindow* renderWindow, const TimeGeometry* geometry, bool resetCamera)
407 {

Callers 7

InitializeViewsMethod · 0.45
SetDataBasedLayoutMethod · 0.45
InitializeGUIMethod · 0.45
ResetGeometryMethod · 0.45
ReinitNodeMethod · 0.45

Calls 11

RequestUpdateMethod · 0.95
GetPointerMethod · 0.80
NewFunction · 0.50
InitializeMethod · 0.45
CloneMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected