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

Method AddNodeToStorage

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

Source from the content-addressed store, hash-verified

233}
234
235void mitk::RenderingTestHelper::AddNodeToStorage(mitk::DataNode::Pointer node)
236{
237 this->m_DataStorage->Add(node);
238 mitk::RenderingManager::GetInstance()->InitializeViews(
239 m_DataStorage->ComputeBoundingGeometry3D(m_DataStorage->GetAll()));
240}

Callers 15

RunTestMethod · 0.45
RenderSplineMethod · 0.45
RenderBlueSplineMethod · 0.45
RenderThickSplineMethod · 0.45
RunTestWithParametersMethod · 0.45
AddPointInteractionMethod · 0.45
PlayInteractionMethod · 0.45
RenderLUT2DMethod · 0.45
RenderLUT3DMethod · 0.45

Calls 4

GetAllMethod · 0.80
AddMethod · 0.45
InitializeViewsMethod · 0.45

Tested by

no test coverage detected