MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / IsOpen

Function IsOpen

external_libraries/clipper/src/clipper.engine.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77 inline bool IsOpen(const Active& e)
78 {
79 return (e.local_min->is_open);
80 }
81
82
83 inline bool IsOpenEnd(const Vertex& v)

Callers 11

GetPrevHotEdgeFunction · 0.85
AddLocalMinPolyMethod · 0.85
AddLocalMaxPolyMethod · 0.85
IntersectEdgesMethod · 0.85
DoHorizontalMethod · 0.85
DoMaximaMethod · 0.85
CheckJoinLeftMethod · 0.85
CheckJoinRightMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected