MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / main

Function main

CPP/Examples/PolygonSamples/PolygonSamples.cpp:18–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16void System(const std::string &filename);
17
18int main()
19{
20 std::cout.imbue(std::locale(""));
21 srand((unsigned)time(0));
22
23 //DoLoopThruPolygons(); // check all
24 //DoLoopThruPolygons(46); // display one
25 DoLoopThruPolygons(110,113); // display a range
26
27 return 0;
28}
29
30void DoLoopThruPolygons(int start, int end)
31{

Callers

nothing calls this directly

Calls 1

DoLoopThruPolygonsFunction · 0.85

Tested by

no test coverage detected