Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ childrenLayoutIsDone
Method
childrenLayoutIsDone
gecode/gist/visualnode.hpp:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
forceinline bool
163
VisualNode::childrenLayoutIsDone(void) {
164
return getFlag(CHILDRENLAYOUTDONE);
165
}
166
167
forceinline void
168
VisualNode::setChildrenLayoutDone(bool d) {
Callers
2
processCurrentNode
Method · 0.80
mayMoveDownwards
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected