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

Method AddNodeToStorage

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

Source from the content-addressed store, hash-verified

193}
194
195void mitk::InteractionTestHelper::AddNodeToStorage(mitk::DataNode::Pointer node)
196{
197 this->m_DataStorage->Add(node);
198
199 this->Set3dCameraSettings();
200}
201
202void mitk::InteractionTestHelper::PlaybackInteraction()
203{

Callers

nothing calls this directly

Calls 2

Set3dCameraSettingsMethod · 0.95
AddMethod · 0.45

Tested by

no test coverage detected