Gecode::Gist::UnstopAllCursor Class Reference
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. |
Detailed Description
A cursor that marks all nodes in the tree as not stopping.
Definition at line 121 of file nodecursor.hh.
Constructor & Destructor Documentation
Gecode::Gist::UnstopAllCursor::UnstopAllCursor | ( | VisualNode * | theNode, | |
const VisualNode::NodeAllocator & | na | |||
) | [inline] |
Constructor.
Definition at line 160 of file nodecursor.hpp.
Member Function Documentation
void Gecode::Gist::UnstopAllCursor::processCurrentNode | ( | void | ) | [inline] |
Process node.
Definition at line 165 of file nodecursor.hpp.
The documentation for this class was generated from the following files:
- gecode/gist/nodecursor.hh (Revision: 11345)
- gecode/gist/nodecursor.hpp (Revision: 11345)