MCPcopy Create free account
hub / github.com/axmolengine/axmol / GetRealOutRec

Function GetRealOutRec

3rdparty/clipper2/src/clipper.engine.cpp:412–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 }
411
412 inline OutRec* GetRealOutRec(OutRec* outrec)
413 {
414 while (outrec && !outrec->pts) outrec = outrec->owner;
415 return outrec;
416 }
417
418 inline bool IsValidOwner(OutRec* outrec, OutRec* testOwner)
419 {

Callers 7

SetOwnerFunction · 0.85
AddLocalMaxPolyMethod · 0.85
CleanCollinearMethod · 0.85
UpdateHorzSegmentFunction · 0.85
ProcessHorzJoinsMethod · 0.85
GetHorzExtendedHorzSegFunction · 0.85
CheckSplitOwnerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected