Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
bool KeyHalfedge::isSplittedLoop() const
28
{
29
if(edge) return edge->isSplittedLoop();
30
else return false;
31
}
32
33
34
KeyHalfedge::KeyHalfedge() :
Callers
1
type
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected