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

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)
 

Function Documentation

◆ edge()

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 
)

◆ out_degree()

std::size_t boost::out_degree ( const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &  u,
Graph &  G 
)

◆ out_edges()

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 
)