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

Method Execute

blocks/Clipper/src/clipper.cpp:1496–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1494#endif
1495
1496bool Clipper::Execute(ClipType clipType, Paths &solution, PolyFillType fillType)
1497{
1498 return Execute(clipType, solution, fillType, fillType);
1499}
1500//------------------------------------------------------------------------------
1501
1502bool Clipper::Execute(ClipType clipType, PolyTree &polytree, PolyFillType fillType)

Callers 6

SimplifyPolygonFunction · 0.80
SimplifyPolygonsFunction · 0.80
MinkowskiSumFunction · 0.80
MinkowskiDiffFunction · 0.80
calcClipOpFunction · 0.80
calcOffsetOpFunction · 0.80

Calls 15

clipperExceptionClass · 0.85
IntPointClass · 0.85
AddPathsMethod · 0.80
GetBoundsMethod · 0.80
AddPathMethod · 0.80
ReverseSolutionMethod · 0.80
ChildCountMethod · 0.80
AddChildMethod · 0.80
resizeMethod · 0.45
clearMethod · 0.45
sizeMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected