![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Namespaces | |
serialization | |
Functions | |
template<class Graph , class IndexType , class PrintedIndexType > | |
std::pair< typename boost::graph_traits< Graph >::edge_descriptor, bool > | edge (const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &u, const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &v, Graph &G) |
template<class Graph , class IndexType , class PrintedIndexType > | |
std::pair< typename boost::graph_traits< Graph >::out_edge_iterator, typename boost::graph_traits< Graph >::out_edge_iterator > | out_edges (const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &u, Graph &G) |
template<class Graph , class IndexType , class PrintedIndexType > | |
std::size_t | out_degree (const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &u, Graph &G) |
std::pair<typename boost::graph_traits<Graph>::edge_descriptor, bool> boost::edge | ( | const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > & | u, |
const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > & | v, | ||
Graph & | G | ||
) |
std::size_t boost::out_degree | ( | const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > & | u, |
Graph & | G | ||
) |
std::pair<typename boost::graph_traits<Graph>::out_edge_iterator, typename boost::graph_traits<Graph>::out_edge_iterator> boost::out_edges | ( | const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > & | u, |
Graph & | G | ||
) |