MCPcopy 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

AddLocalMaxPolyMethod · 0.85
JoinOutrecPathsMethod · 0.85
IntersectEdgesMethod · 0.85
DoHorizontalMethod · 0.85
DoMaximaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected