ARB
|
#include <awtc_next_neighbours.hxx>
Public Member Functions | |
FamilyList * | insertSortedBy_matches (FamilyList *other) |
FamilyList * | insertSortedBy_rel_matches (FamilyList *other) |
FamilyList () | |
~FamilyList () | |
Public Attributes | |
FamilyList * | next |
char * | name |
long | matches |
double | rel_matches |
Definition at line 32 of file awtc_next_neighbours.hxx.
FamilyList::FamilyList | ( | ) |
Definition at line 40 of file AWTC_next_neighbours.cxx.
FamilyList::~FamilyList | ( | ) |
Definition at line 47 of file AWTC_next_neighbours.cxx.
FamilyList * FamilyList::insertSortedBy_matches | ( | FamilyList * | other | ) |
Definition at line 52 of file AWTC_next_neighbours.cxx.
FamilyList * FamilyList::insertSortedBy_rel_matches | ( | FamilyList * | other | ) |
Definition at line 71 of file AWTC_next_neighbours.cxx.
References ff_assert, next, and rel_matches.
FamilyList* FamilyList::next |
Definition at line 36 of file awtc_next_neighbours.hxx.
Referenced by alignToNextRelative(), awtc_nn_search(), awtc_nn_search_all_listed(), insertSortedBy_matches(), insertSortedBy_rel_matches(), PT_FamilyFinder::results2string(), and ~FamilyList().
char* FamilyList::name |
Definition at line 38 of file awtc_next_neighbours.hxx.
Referenced by awtc_nn_search_all_listed(), and ~FamilyList().
long FamilyList::matches |
Definition at line 39 of file awtc_next_neighbours.hxx.
Referenced by awtc_nn_search_all_listed(), and insertSortedBy_matches().
double FamilyList::rel_matches |
Definition at line 40 of file awtc_next_neighbours.hxx.
Referenced by awtc_nn_search_all_listed(), and insertSortedBy_rel_matches().