18 #ifndef __ThreadingInput_H__
19 #define __ThreadingInput_H__
21 #include <Substitution.h>
25 namespace Victor {
namespace Align2{
65 double score(
int i,
int j);
68 virtual unsigned int size()
const;
84 vector< vector<T> > data);
88 vector< vector<T> > &data);
98 vector< vector<double> > residuescores;
110 return residuescores[j][i];
115 return residuescores.size();