Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real > Member List

This is the complete list of members for numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >, including all inherited members.

all_matches_below_threshold(QueryType &query, std::vector< Size > &entry_loc_v, std::vector< Real > &distance, Real rms_threshold)numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >inline
closest_match(QueryType &query, EntryType &entry, Real &distance)numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >inline
closest_match_subset(QueryType &query, EntryType &entry, Real &distance, std::vector< bool > subset)numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >inline
entriesnumeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >
entry_distance(QueryType &q, EntryType &e2)=0numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >pure virtual
entry_radius(EntryType &e)=0numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >pure virtual
first_match(QueryType &query, EntryType &entry, Real &distance)numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >inline
initialize(InputIterator first, InputIterator last)numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >inline
prepare_for_query(QueryType &)numeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >inlinevirtual
~FlatLookup()=defaultnumeric::coordinate_fitting::FlatLookup< QueryType, EntryType, Real >