Gecode::Gist::HideFailedCursor Class Reference
A cursor that marks failed subtrees as hidden. More...
#include <nodecursor.hh>
Public Member Functions | |
HideFailedCursor (VisualNode *theNode, const VisualNode::NodeAllocator &na, bool onlyDirtyNodes) | |
Constructor. | |
Cursor interface | |
| |
bool | mayMoveDownwards (void) |
Test if the cursor may move to the first child node. | |
void | processCurrentNode (void) |
Process node. |
Detailed Description
A cursor that marks failed subtrees as hidden.
Definition at line 90 of file nodecursor.hh.
Constructor & Destructor Documentation
Gecode::Gist::HideFailedCursor::HideFailedCursor | ( | VisualNode * | theNode, | |
const VisualNode::NodeAllocator & | na, | |||
bool | onlyDirtyNodes | |||
) | [inline] |
Constructor.
Definition at line 128 of file nodecursor.hpp.
Member Function Documentation
bool Gecode::Gist::HideFailedCursor::mayMoveDownwards | ( | void | ) | [inline] |
Test if the cursor may move to the first child node.
Reimplemented from Gecode::Gist::NodeCursor< VisualNode >.
Definition at line 119 of file nodecursor.hpp.
void Gecode::Gist::HideFailedCursor::processCurrentNode | ( | void | ) | [inline] |
Process node.
Definition at line 134 of file nodecursor.hpp.
The documentation for this class was generated from the following files:
- gecode/gist/nodecursor.hh (Revision: 14967)
- gecode/gist/nodecursor.hpp (Revision: 14967)