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

Method InitializeViews

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

Source from the content-addressed store, hash-verified

322 }
323
324 bool RenderingManager::InitializeViews(const BaseGeometry* geometry, RequestType type, bool resetCamera)
325 {
326 ProportionalTimeGeometry::Pointer propTimeGeometry = ProportionalTimeGeometry::New();
327 propTimeGeometry->Initialize(dynamic_cast<BaseGeometry *>(geometry->Clone().GetPointer()), 1);
328 return this->InitializeViews(propTimeGeometry, type, resetCamera);
329 }
330
331 bool RenderingManager::InitializeViews(const TimeGeometry* geometry, RequestType type, bool resetCamera)
332 {

Callers 8

SaveSliceOrImageAsPNGFunction · 0.45
SaveSliceOrImageAsPNGFunction · 0.45
TestSurfaceLoadingMethod · 0.45
SetMapperIDToRender3DMethod · 0.45
SetViewDirectionMethod · 0.45
AddToStorageMethod · 0.45
AddNodeToStorageMethod · 0.45

Calls 11

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

Tested by 5

TestSurfaceLoadingMethod · 0.36
SetMapperIDToRender3DMethod · 0.36
SetViewDirectionMethod · 0.36
AddToStorageMethod · 0.36
AddNodeToStorageMethod · 0.36