|
ARB
|
#include <NT_species_set.h>


Public Member Functions | |
| TSpecSet (AP_tree *nodei, const SpecSetRegistry &ssr, const char *species_name) | |
| TSpecSet (AP_tree *nodei, const SpecSetRegistry &ssr, const TSpecSet *l, const TSpecSet *r) | |
| int | size () const |
| int | get_unknown_members () const |
Public Member Functions inherited from SpecSet | |
| bool | is_leaf_set () const |
| int | get_known_members () const |
Additional Inherited Members | |
Public Attributes inherited from SpecSet | |
| unsigned char * | bitstring |
| AP_tree * | set_node |
Protected Member Functions inherited from SpecSet | |
| void | init (AP_tree *nodei, const SpecSetRegistry &ssr) |
| SpecSet (AP_tree *nodei, const SpecSetRegistry &ssr, const char *species_name) | |
| SpecSet (AP_tree *nodei, const SpecSetRegistry &ssr, const SpecSet *l, const SpecSet *r) | |
| ~SpecSet () | |
Protected Attributes inherited from SpecSet | |
| int | known_members |
Definition at line 125 of file NT_species_set.h.
| TSpecSet::TSpecSet | ( | AP_tree * | nodei, |
| const SpecSetRegistry & | ssr, | ||
| const char * | species_name | ||
| ) |
Definition at line 307 of file NT_tree_cmp.cxx.
| TSpecSet::TSpecSet | ( | AP_tree * | nodei, |
| const SpecSetRegistry & | ssr, | ||
| const TSpecSet * | l, | ||
| const TSpecSet * | r | ||
| ) |
Definition at line 312 of file NT_tree_cmp.cxx.
|
inline |
Definition at line 133 of file NT_species_set.h.
References SpecSet::known_members.
|
inline |
Definition at line 134 of file NT_species_set.h.
Referenced by GroupMatchScorer::calcUnknownMembersPenalty(), and GroupPenalty::registerUnfound().
1.8.8