MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / toString

Method toString

IPL/src/IPLPoint.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51std::string IPLPoint::toString(int x, int y)
52{
53 std::stringstream s;
54 s << "X: " << x << " Y: " << y;
55
56 return s.str();
57}

Callers 10

logMessageMethod · 0.45
readSettingsMethod · 0.45
readProcessFileMethod · 0.45
on_pushButton_clickedMethod · 0.45
VersionIsIgnoredMethod · 0.45
GetFeedURLMethod · 0.45
xmlParseFeedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected