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::contained_filter< Set > Struct Template Reference

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

#include <filters.hpp>

Public Member Functions

 contained_filter (const Set &_filter_set, const bool _invert=false)
 constructor
 
bool operator() (const typename Set::key_type &e) const
 

Public Attributes

const Set & filter_set
 
const bool invert
 

Detailed Description

template<class Set>
struct scaffold::filters::contained_filter< Set >

filter to work with filtered graphs that is based on a set of vertices, 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: