|
typedef ID | id_type |
|
typedef Score | score_type |
|
|
id_type const & | id1 () const |
|
id_type const & | id2 () const |
|
bool | has_score () const |
|
score_type | score1 () const |
|
score_type | score2 () const |
|
bool | is_acceptable (const score_type min_score, const bool require_best) const |
|
bool | combine (id_type const &id, const score_type score) |
|
bool | combine (Best_match_pair const &bmp) |
|
template<class ID , class Score = int>
keep two best scores and corresponding id-s
- Parameters
-
- Returns
- true if new best score was found
template<class ID , class Score = int>
keep two best scores and corresponding id-s
- Parameters
-
bmp | the other best match pair |
- Returns
- true if new best score was found
The documentation for this class was generated from the following file: