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

Method SetMapperIDToRender3D

Modules/Core/TestingHelper/src/mitkRenderingTestHelper.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void mitk::RenderingTestHelper::SetMapperIDToRender3D()
90{
91 this->SetMapperID(mitk::BaseRenderer::Standard3D);
92 mitk::RenderingManager::GetInstance()->InitializeViews(
93 this->GetDataStorage()->ComputeBoundingGeometry3D(this->GetDataStorage()->GetAll()));
94}
95
96void mitk::RenderingTestHelper::SetMapperIDToRender2D()
97{

Callers 9

RenderSplineMethod · 0.80
RenderBlueSplineMethod · 0.80
RenderThickSplineMethod · 0.80
RenderLUT3DMethod · 0.80
Render3DAnnotationMethod · 0.80
Render3DAnnotationMethod · 0.80
Render3DAnnotationMethod · 0.80

Calls 5

SetMapperIDMethod · 0.95
GetDataStorageMethod · 0.95
GetAllMethod · 0.80
InitializeViewsMethod · 0.45

Tested by

no test coverage detected