| 193 | } |
| 194 | |
| 195 | void mitk::InteractionTestHelper::AddNodeToStorage(mitk::DataNode::Pointer node) |
| 196 | { |
| 197 | this->m_DataStorage->Add(node); |
| 198 | |
| 199 | this->Set3dCameraSettings(); |
| 200 | } |
| 201 | |
| 202 | void mitk::InteractionTestHelper::PlaybackInteraction() |
| 203 | { |
nothing calls this directly
no test coverage detected