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::filters::VP_contained_filter< Graph, Set > Struct Template Reference

filter to work with filtered graphs that is based on a set of VertexPairs, passed to the constructor More...

#include <filters.hpp>

Public Member Functions

 VP_contained_filter (const Set &_filter_set, const Graph &_g, const bool _invert=false)
 constructor initalizing filter_set and invert
 
bool operator() (const Edge< Graph > &e) const
 

Public Attributes

const Set & filter_set
 
const Graph & g
 
bool invert
 

Detailed Description

template<class Graph, class Set>
struct scaffold::filters::VP_contained_filter< Graph, Set >

filter to work with filtered graphs that is based on a set of VertexPairs, passed to the constructor

if invert = true is passed to the constructor, then the selection is inverted, filtering elements NOT in the filter_set


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