Generated on Tue Mar 5 2013 22:37:42 for Gecode by doxygen 1.8.3.1
Gecode::Gist::Options::_I Class Reference

Helper class storing inspectors. More...

#include <gist.hh>

Public Member Functions

 _I (void)
 Constructor. More...
 
void click (Inspector *i)
 Add inspector that reacts on node double clicks. More...
 
void solution (Inspector *i)
 Add inspector that reacts on each new solution that is found. More...
 
void move (Inspector *i)
 Add inspector that reacts on each move of the cursor. More...
 
void compare (Comparator *c)
 Add comparator. More...
 
Inspectorclick (unsigned int i) const
 Return click inspector number i, or NULL if it does not exist. More...
 
Inspectorsolution (unsigned int i) const
 Return solution inspector number i, or NULL if it does not exist. More...
 
Inspectormove (unsigned int i) const
 Return move inspector number i, or NULL if it does not exist. More...
 
Comparatorcompare (unsigned int i) const
 Return comparator number i, or NULL if it does not exist. More...
 

Detailed Description

Helper class storing inspectors.

Definition at line 234 of file gist.hh.

Constructor & Destructor Documentation

Gecode::Gist::Options::_I::_I ( void  )
inline

Constructor.

Definition at line 158 of file gist.hpp.

Member Function Documentation

void Gecode::Gist::Options::_I::click ( Inspector i)
inline

Add inspector that reacts on node double clicks.

Definition at line 163 of file gist.hpp.

void Gecode::Gist::Options::_I::solution ( Inspector i)
inline

Add inspector that reacts on each new solution that is found.

Definition at line 167 of file gist.hpp.

void Gecode::Gist::Options::_I::move ( Inspector i)
inline

Add inspector that reacts on each move of the cursor.

Definition at line 171 of file gist.hpp.

void Gecode::Gist::Options::_I::compare ( Comparator c)
inline

Add comparator.

Definition at line 175 of file gist.hpp.

Inspector * Gecode::Gist::Options::_I::click ( unsigned int  i) const
inline

Return click inspector number i, or NULL if it does not exist.

Definition at line 179 of file gist.hpp.

Inspector * Gecode::Gist::Options::_I::solution ( unsigned int  i) const
inline

Return solution inspector number i, or NULL if it does not exist.

Definition at line 183 of file gist.hpp.

Inspector * Gecode::Gist::Options::_I::move ( unsigned int  i) const
inline

Return move inspector number i, or NULL if it does not exist.

Definition at line 187 of file gist.hpp.

Comparator * Gecode::Gist::Options::_I::compare ( unsigned int  i) const
inline

Return comparator number i, or NULL if it does not exist.

Definition at line 191 of file gist.hpp.


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