MDA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
Classes | Namespaces | Typedefs
Library.hpp File Reference

Contains the Library class to handle pairwise matches. More...

#include <cstdlib>
#include <algorithm>
#include <limits>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include <iostream>
#include "../utils/Matrix.hpp"
#include "../utils/ThreadPool.hpp"

Go to the source code of this file.

Classes

struct  MDAT::Match_point
 Simple struct to save a match and its score. More...
 
class  MDAT::Library< DataType >
 A Library object stores pairwise matches and is able to do the consistency extension. More...
 

Namespaces

namespace  MDAT
 The general namespace of this project.
 

Typedefs

typedef std::pair< unsigned
int, unsigned int > 
MDAT::Match
 A match.
 

Detailed Description

Contains the Library class to handle pairwise matches.