MCPcopy Create free account
hub / github.com/cinder/Cinder / PolyTreeToPaths

Function PolyTreeToPaths

blocks/Clipper/src/clipper.cpp:4575–4580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4573//------------------------------------------------------------------------------
4574
4575void PolyTreeToPaths(const PolyTree& polytree, Paths& paths)
4576{
4577 paths.resize(0);
4578 paths.reserve(polytree.Total());
4579 AddPolyNodeToPaths(polytree, ntAny, paths);
4580}
4581//------------------------------------------------------------------------------
4582
4583void ClosedPathsFromPolyTree(const PolyTree& polytree, Paths& paths)

Callers

nothing calls this directly

Calls 4

AddPolyNodeToPathsFunction · 0.85
TotalMethod · 0.80
resizeMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected