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

Function AddGeneratedDataToStorage

Modules/Core/test/mitkSurfaceVtkMapper3DTest.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void AddGeneratedDataToStorage(mitk::DataStorage *dataStorage)
36{
37 auto node = mitk::DataNode::New();
38 node->SetData(CreateTexturedSphere());
39
40 dataStorage->Add(node);
41}
42
43int mitkSurfaceVtkMapper3DTest(int argc, char *argv[])
44{

Callers 1

Calls 4

CreateTexturedSphereFunction · 0.85
NewFunction · 0.50
SetDataMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected