MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / PolyTreeToPaths

Function PolyTreeToPaths

static_libs/clipper/clipper.cpp:4475–4480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4473//------------------------------------------------------------------------------
4474
4475void PolyTreeToPaths(const PolyTree& polytree, Paths& paths)
4476{
4477 paths.resize(0);
4478 paths.reserve(polytree.Total());
4479 AddPolyNodeToPaths(polytree, ntAny, paths);
4480}
4481//------------------------------------------------------------------------------
4482
4483void ClosedPathsFromPolyTree(const PolyTree& polytree, Paths& paths)

Callers

nothing calls this directly

Calls 2

AddPolyNodeToPathsFunction · 0.70
TotalMethod · 0.45

Tested by

no test coverage detected