Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KratosMultiphysics/Kratos
/ IsOpenEnd
Function
IsOpenEnd
external_libraries/clipper/src/clipper.engine.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
inline bool IsOpenEnd(const Vertex& v)
84
{
85
return (v.flags & (VertexFlags::OpenStart | VertexFlags::OpenEnd)) !=
86
VertexFlags::None;
87
}
88
89
90
inline bool IsOpenEnd(const Active& ae)
Callers
5
AddLocalMaxPoly
Method · 0.85
JoinOutrecPaths
Method · 0.85
IntersectEdges
Method · 0.85
DoHorizontal
Method · 0.85
DoMaxima
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected