Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Classes | |
class | T_ANN_FLANN_wrapper< GetDistance, GetPoint, IndexParams, SearchParams > |
Nearest neighbor engine from FLANN library. More... | |
class | T_ANN_meta< RandomizedANN, IsLowerPoint > |
Nearest neighbor engine designed for metric spaces. More... | |
class | T_ANN_metric_space_LAESA< GetDistance, ExcludedPivots > |
Nearest neighbor engine designed for metric spaces. More... | |
class | T_ANN_metric_space_proximity_tree< DistanceFunction, SplitterFunction > |
Nearest neighbor engine designed for metric spaces. More... | |
class | T_NN_linear_scan< DistanceFunction > |
Naive algorithm looking for the nearest neighbors of a point in a database w.r.t a metric space Naive algorithm looking for the nearest neighbors of a point in a database w.r.t a metric space. More... | |
class | T_Splitter_default< DistanceFunction, TNNEngine > |
Nearest neighbor engine designed for metric spaces. More... | |
class | T_NN_metric_tree< DistanceFunction, SplitterFunction > |
Nearest neighbor engine designed for metric spaces. More... | |
class | T_Spatial_search_module< ModuleTraits, ApproximatedSpatialSearchEngine > |
Module building a data base for spatial-search from an input set of points. Module building a data base for spatial-search from an input set of points. More... | |