Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Classes | |
class | Directed_acyclic_graph_default_property |
Default data structure containing information associated to an edge or a vertex of a directed acyclic graph. More... | |
class | T_Directed_acyclic_graph< VertexProperty, EdgeProperty > |
Generic representation of a directed acyclic graph. More... | |
class | T_Directed_acyclic_graph_with_layers< VertexProperty, EdgeProperty > |
Generic representation of a directed acyclic graph with layers. More... | |