Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Public Member Functions | Public Attributes | List of all members
scaffold::graph_parameters::degree_greater< Graph > Struct Template Reference

comparator class, comparing two vertices u,v such that comp(u,v) = true <=> deg(u) > deg(v) More...

#include <graph_parameters.hpp>

Public Member Functions

 degree_greater (const Graph &_g)
 
bool operator() (const Vertex< Graph > &u, const Vertex< Graph > &v) const
 

Public Attributes

const Graph & g
 

Detailed Description

template<class Graph>
struct scaffold::graph_parameters::degree_greater< Graph >

comparator class, comparing two vertices u,v such that comp(u,v) = true <=> deg(u) > deg(v)


The documentation for this struct was generated from the following file: