Generated on Thu Mar 22 10:39:54 2012 for Gecode by doxygen 1.6.3

Gecode::Gist::SearchItem Class Reference

A stack item for depth first search. More...

List of all members.

Public Member Functions

 SearchItem (VisualNode *n0, int noOfChildren0)
 Constructor.

Public Attributes

VisualNoden
 The node.
int i
 The currently explored child.
int noOfChildren
 The number of children.

Detailed Description

A stack item for depth first search.

Definition at line 349 of file treecanvas.cpp.


Constructor & Destructor Documentation

Gecode::Gist::SearchItem::SearchItem ( VisualNode n0,
int  noOfChildren0 
) [inline]

Constructor.

Definition at line 358 of file treecanvas.cpp.


Member Data Documentation

The node.

Definition at line 352 of file treecanvas.cpp.

The currently explored child.

Definition at line 354 of file treecanvas.cpp.

The number of children.

Definition at line 356 of file treecanvas.cpp.


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