]> git.donarmstrong.com Git - mothur.git/blobdiff - alignment.hpp
pat's differences before v.1.8
[mothur.git] / alignment.hpp
index 215e4b32f77e1fc21df19ffd61b493b84d89acc6..6dd7f0aed42938bd94a50bc6d4ebf88eda1c2b40 100644 (file)
@@ -26,6 +26,7 @@ public:
        virtual ~Alignment();
        virtual void align(string, string) = 0;
        
+       
 //     float getAlignmentScore();
        string getSeqAAln();
        string getSeqBAln();
@@ -33,8 +34,10 @@ public:
        int getCandidateEndPos();
        int getTemplateStartPos();
        int getTemplateEndPos();
-
+       
        int getPairwiseLength();
+       void resize(int);
+       int getnRows() { return nRows; }
 //     int getLongestTemplateGap();
 
 protected: