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

Gecode::Gist::SearcherThread Class Reference

A thread that concurrently explores the tree. More...

#include <treecanvas.hh>

List of all members.

Signals

void update (int w, int h, int scale0)
void statusChanged (bool)
void scaleChanged (int)
void solution (const Space *)
void searchFinished (void)

Public Member Functions

void search (VisualNode *n, bool all, TreeCanvas *ti)

Protected Member Functions

void run (void)

Detailed Description

A thread that concurrently explores the tree.

Definition at line 65 of file treecanvas.hh.


Member Function Documentation

void Gecode::Gist::SearcherThread::search ( VisualNode n,
bool  all,
TreeCanvas ti 
)

Definition at line 281 of file treecanvas.cpp.

void Gecode::Gist::SearcherThread::update ( int  w,
int  h,
int  scale0 
) [signal]
void Gecode::Gist::SearcherThread::statusChanged ( bool   )  [signal]
void Gecode::Gist::SearcherThread::scaleChanged ( int   )  [signal]
void Gecode::Gist::SearcherThread::solution ( const Space  )  [signal]
void Gecode::Gist::SearcherThread::searchFinished ( void   )  [signal]
void Gecode::Gist::SearcherThread::run ( void   )  [protected]

Definition at line 363 of file treecanvas.cpp.


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