MCPcopy Create free account
hub / github.com/dalboris/vpaint / isSplittedLoop

Method isSplittedLoop

src/Gui/VectorAnimationComplex/KeyHalfedge.cpp:27–31  ·  view source on GitHub ↗

Other methods

Source from the content-addressed store, hash-verified

25
26// Other methods
27bool KeyHalfedge::isSplittedLoop() const
28{
29 if(edge) return edge->isSplittedLoop();
30 else return false;
31}
32
33
34KeyHalfedge::KeyHalfedge() :

Callers 1

typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected