

Public Member Functions | |
| FixedCenter (qsearch_t **q, eval_t &e, int d, int c) | |
| int | center (int) const |
| const std::string | name () const |
Protected Attributes | |
| const int | center_value |
Definition at line 226 of file range-vs-nodes.cc.
| FixedCenter::FixedCenter | ( | qsearch_t ** | q, |
| eval_t & | e, | ||
| int | d, | ||
| int | c | ||
| ) | [inline] |
Definition at line 231 of file range-vs-nodes.cc.
| int FixedCenter::center | ( | int | ) | const [inline, virtual] |
Implements FixedRange.
Definition at line 235 of file range-vs-nodes.cc.
| const std::string FixedCenter::name | ( | ) | const [inline, virtual] |
Implements Searcher.
Reimplemented in ExtendToOther, ExtendToCenterModest, and ExtendToCenter.
Definition at line 239 of file range-vs-nodes.cc.
References tos().
const int FixedCenter::center_value [protected] |
Definition at line 229 of file range-vs-nodes.cc.
1.7.6.1