Gecode::Options::_I Class Reference
Helper class storing Gist inspectors. More...
#include <driver.hh>
Public Member Functions | |
_I (void) | |
Constructor. | |
void | click (Gist::Inspector *i) |
Add inspector that reacts on node double clicks. | |
void | solution (Gist::Inspector *i) |
Add inspector that reacts on each new solution that is found. | |
void | move (Gist::Inspector *i) |
Add inspector that reacts on each move of the cursor. | |
void | compare (Gist::Comparator *i) |
Add comparator. | |
Gist::Inspector * | click (unsigned int i) const |
Return click inspector number i, or NULL if it does not exist. | |
Gist::Inspector * | solution (unsigned int i) const |
Return solution inspector number i, or NULL if it does not exist. | |
Gist::Inspector * | move (unsigned int i) const |
Return move inspector number i, or NULL if it does not exist. | |
Gist::Comparator * | compare (unsigned int i) const |
Return comparator number i, or NULL if it does not exist. |
Detailed Description
Constructor & Destructor Documentation
Gecode::Options::_I::_I | ( | void | ) |
Constructor.
Member Function Documentation
void Gecode::Options::_I::click | ( | Gist::Inspector * | i | ) |
Add inspector that reacts on node double clicks.
void Gecode::Options::_I::solution | ( | Gist::Inspector * | i | ) |
Add inspector that reacts on each new solution that is found.
void Gecode::Options::_I::move | ( | Gist::Inspector * | i | ) |
Add inspector that reacts on each move of the cursor.
void Gecode::Options::_I::compare | ( | Gist::Comparator * | i | ) |
Add comparator.
Gist::Inspector* Gecode::Options::_I::click | ( | unsigned int | i | ) | const |
Return click inspector number i, or NULL if it does not exist.
Gist::Inspector* Gecode::Options::_I::solution | ( | unsigned int | i | ) | const |
Return solution inspector number i, or NULL if it does not exist.
Gist::Inspector* Gecode::Options::_I::move | ( | unsigned int | i | ) | const |
Return move inspector number i, or NULL if it does not exist.
Gist::Comparator* Gecode::Options::_I::compare | ( | unsigned int | i | ) | const |
Return comparator number i, or NULL if it does not exist.
The documentation for this class was generated from the following file:
- gecode/driver.hh (Revision: 11465)