MCPcopy Create free account
hub / github.com/Gecode/gecode / mayMoveDownwards

Method mayMoveDownwards

gecode/gist/drawingcursor.hpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 inline bool
57 DrawingCursor::mayMoveDownwards(void) {
58 return NodeCursor<VisualNode>::mayMoveDownwards() &&
59 !node()->isHidden() &&
60 node()->childrenLayoutIsDone() &&
61 !isClipped();
62 }
63
64 inline void
65 DrawingCursor::moveDownwards(void) {

Callers

nothing calls this directly

Calls 2

isHiddenMethod · 0.80
childrenLayoutIsDoneMethod · 0.80

Tested by

no test coverage detected