Helper class storing inspectors. More...
#include <gist.hh>
Public Member Functions | |
_I (void) | |
Constructor. | |
void | click (Inspector *i) |
Add inspector that reacts on node double clicks. | |
void | solution (Inspector *i) |
Add inspector that reacts on each new solution that is found. | |
void | move (Inspector *i) |
Add inspector that reacts on each move of the cursor. | |
void | compare (Comparator *c) |
Add comparator. | |
Inspector * | click (unsigned int i) const |
Return click inspector number i, or NULL if it does not exist. | |
Inspector * | solution (unsigned int i) const |
Return solution inspector number i, or NULL if it does not exist. | |
Inspector * | move (unsigned int i) const |
Return move inspector number i, or NULL if it does not exist. | |
Comparator * | compare (unsigned int i) const |
Return comparator number i, or NULL if it does not exist. |
Helper class storing inspectors.
Gecode::Gist::Options::_I::_I | ( | void | ) | [inline] |
void Gecode::Gist::Options::_I::click | ( | Inspector * | i | ) | [inline] |
void Gecode::Gist::Options::_I::solution | ( | Inspector * | i | ) | [inline] |
void Gecode::Gist::Options::_I::move | ( | Inspector * | i | ) | [inline] |
void Gecode::Gist::Options::_I::compare | ( | Comparator * | c | ) | [inline] |
Inspector * Gecode::Gist::Options::_I::click | ( | unsigned int | i | ) | const [inline] |
Inspector * Gecode::Gist::Options::_I::solution | ( | unsigned int | i | ) | const [inline] |
Inspector * Gecode::Gist::Options::_I::move | ( | unsigned int | i | ) | const [inline] |
Comparator * Gecode::Gist::Options::_I::compare | ( | unsigned int | i | ) | const [inline] |