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

Function System

CPP/Examples/Inflate/Inflate.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace Clipper2Lib;
15
16void System(const std::string& filename)
17{
18#ifdef _WIN32
19 system(filename.c_str());
20#else
21 system(("firefox " + filename).c_str());
22#endif
23}
24
25static void DisplayAsSvgImage(const std::string& caption, FillRule fillrule,
26 const PathsD* subject, const PathsD* clip, const PathsD* solution)

Callers 2

DisplayAsSvgImageFunction · 0.70
DoSimpleShapesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected