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

Function split

Modules/Core/src/Interactions/mitkEventFactory.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 std::vector<std::string> split(const std::string &s, char delim)
41 {
42 std::vector<std::string> elems;
43 return split(s, delim, elems);
44 }
45}
46
47/**

Callers 5

DICOMStringToSpacingMethod · 0.85
DICOMStringToPoint3DMethod · 0.85
CreateEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected