#include <iostream>
#include <fstream>
#include <sstream>
#include <map>
#include <set>
#include <string>
#include <math.h>
#include "phd.h"
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | aligner< T > |
struct | aligner< T >::alin |
Defines | |
#define | GLOBAL 1 |
#define | SEMILOCAL 2 |
#define | LOCAL 3 |
#define GLOBAL 1 |
Referenced by aligner< int >::align().
#define LOCAL 3 |
Referenced by aligner< int >::align().
#define SEMILOCAL 2 |
Referenced by aligner< int >::align(), and simplesearch::search().