Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ getParent
Method
getParent
gecode/gist/node.hpp:181–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
forceinline int
182
Node::getParent(void) const {
183
return parent;
184
}
185
186
forceinline VisualNode*
187
Node::getParent(const NodeAllocator& na) const {
Callers
15
dirtyUp
Method · 0.80
pathUp
Method · 0.80
unPathUp
Method · 0.80
labelPath
Method · 0.80
node
Method · 0.80
processCurrentNode
Method · 0.80
moveUpwards
Method · 0.80
mayMoveSidewards
Method · 0.80
moveSidewards
Method · 0.80
processCurrentNode
Method · 0.80
search
Method · 0.80
updateCanvas
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected