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::predicates::Predicate< Element > Struct Template Referenceabstract

prototype predicate More...

#include <predicates.hpp>

Inheritance diagram for scaffold::predicates::Predicate< Element >:
scaffold::predicates::ContainedPredicate< Element, Container > scaffold::predicates::TruePredicate< Element >

Public Member Functions

 Predicate (const bool _invert=false)
 constructor
 
virtual bool operator() (const Element &e) const =0
 all predicates must implement operator()
 

Public Attributes

const bool invert
 indicate whether the predicate should be inverted
 

Detailed Description

template<typename Element>
struct scaffold::predicates::Predicate< Element >

prototype predicate


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