Generated on Mon Nov 30 23:53:48 2009 for Gecode by doxygen 1.6.1

Gecode::Gist::HideFailedCursor Class Reference

A cursor that marks failed subtrees as hidden. More...

#include <nodecursor.hh>

List of all members.

Public Member Functions

 HideFailedCursor (VisualNode *theNode)
 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 88 of file nodecursor.hh.


Constructor & Destructor Documentation

Gecode::Gist::HideFailedCursor::HideFailedCursor ( VisualNode theNode  ) 

Constructor.

Definition at line 42 of file nodecursor.cpp.


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 114 of file nodecursor.hpp.

void Gecode::Gist::HideFailedCursor::processCurrentNode ( void   ) 

Process node.

Definition at line 46 of file nodecursor.cpp.


The documentation for this class was generated from the following files: