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

TG representation with explicit storage of the saddles as vertices of the TG. More...

#include <Transition_graph_traits_standard.hpp>

Detailed Description

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

TG representation with explicit storage of the saddles as vertices of the TG.

Standard means that the vertices are the minima and transitions, and the edges link minima to transitions
Note that all methods are static – no member data

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