Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.

Classes

class  Union_find_vertex_data_structure_base
 Base representation of a vertex in the Union-Find data structure. More...
 
class  T_Union_find_vertex_data_structure_contains< T >
 Representation of a vertex in the Union-Find data structure containing a data. More...
 
class  T_Union_find_vertex_data_structure_specializes< T >
 Representation of a vertex of the Union-Find data structure inheriting a data type. More...
 
class  T_Union_find_base< T, VertexDS, InternalVertexTag >
 Base class implementing the Union-Find data structure. More...
 
class  Union_find_default
 Default Union-Find data structure with no data attached to the vertices.
More...
 
class  T_Union_find_contains< T >
 Union-Find data structure where the vertices contains a data.
More...
 
class  T_Union_find_contains_with_map< T >
 Union-Find data structure where the vertices contains a data. More...
 
class  T_Union_find_specializes< T >
 
Union-Find data structure where the vertices inherit from a data type.
More...
 

Description