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

Function ClosedPathsFromPolyTree

static_libs/clipper/clipper.cpp:4483–4488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4481//------------------------------------------------------------------------------
4482
4483void ClosedPathsFromPolyTree(const PolyTree& polytree, Paths& paths)
4484{
4485 paths.resize(0);
4486 paths.reserve(polytree.Total());
4487 AddPolyNodeToPaths(polytree, ntClosed, paths);
4488}
4489//------------------------------------------------------------------------------
4490
4491void OpenPathsFromPolyTree(const PolyTree& polytree, Paths& paths)

Callers

nothing calls this directly

Calls 2

AddPolyNodeToPathsFunction · 0.70
TotalMethod · 0.45

Tested by

no test coverage detected