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

Method GetRenderWindow

Modules/Core/TestingHelper/src/mitkInteractionTestHelper.cpp:293–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293mitk::RenderWindow *mitk::InteractionTestHelper::GetRenderWindow(unsigned int index)
294{
295 if (index < m_RenderWindowList.size())
296 {
297 return m_RenderWindowList.at(index).GetPointer();
298 }
299 else
300 {
301 return nullptr;
302 }
303}
304
305void mitk::InteractionTestHelper::AddDisplayPlaneSubTree()
306{

Callers 1

SaveAsPNGMethod · 0.45

Calls 3

GetPointerMethod · 0.80
atMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected