18 #ifndef __Ss2Input_H__
19 #define __Ss2Input_H__
22 #include <Substitution.h>
27 namespace Victor {
namespace Align2{
67 double score(
int i,
int j);
70 virtual unsigned int size()
const;
86 vector< vector<T> > data);
90 vector< vector<T> > &data);
100 vector< vector<double> > residuescores;
112 return residuescores[i][j];
117 return residuescores.size();