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::scoring::DistanceScore< Element > Struct Template Reference

a scoring function returning the distance to a reference score given at construction More...

#include <scoring.hpp>

Inheritance diagram for scaffold::scoring::DistanceScore< Element >:
scaffold::scoring::PredicatedDistanceScore< Element, Predicate >

Public Member Functions

 DistanceScore (const unsigned _reference_point)
 
unsigned operator() (const std::pair< Element, unsigned > &e) const
 

Public Attributes

const unsigned reference_point
 

Detailed Description

template<typename Element>
struct scaffold::scoring::DistanceScore< Element >

a scoring function returning the distance to a reference score given at construction


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