Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Transition_graph_traits_compressed< SampleRep, SampleWeight, VertexContainer, EdgeContainer > Class Template Reference

Note that all methods are static – no member data. More...

#include <Transition_graph_traits_compressed.hpp>

Detailed Description

template<class SampleRep, class SampleWeight, class VertexContainer = boost::vecS, class EdgeContainer = boost::vecS>
class SBL::CSB::T_Transition_graph_traits_compressed< SampleRep, SampleWeight, VertexContainer, EdgeContainer >

Note that all methods are static – no member data.

TG representation without explicit storage of the transitions as vertices of the TG.

A std TG traits means that minima and saddles are explicitely represented as vertices of the graph so that each transition state yields two edges to the connected minina.

Template Parameters
SampleRep
SampleWeight
VertexContainer
EdgeContainer