A cursor that marks all nodes in the tree as not stopping. More...
#include <nodecursor.hh>
Public Member Functions | |
UnstopAllCursor (VisualNode *theNode, const VisualNode::NodeAllocator &na) | |
Constructor. | |
Cursor interface | |
void | processCurrentNode (void) |
Process node. |
A cursor that marks all nodes in the tree as not stopping.
Gecode::Gist::UnstopAllCursor::UnstopAllCursor | ( | VisualNode * | theNode, |
const VisualNode::NodeAllocator & | na | ||
) | [inline] |
Constructor.
Definition at line 160 of file nodecursor.hpp.
void Gecode::Gist::UnstopAllCursor::processCurrentNode | ( | void | ) | [inline] |
Process node.
Definition at line 165 of file nodecursor.hpp.