]> git.donarmstrong.com Git - mothur.git/blobdiff - datavector.hpp
added help for alignment code and thomas' calcs to project
[mothur.git] / datavector.hpp
index 426a75728cf615bc9baf8e257b3dcb8bea0ec15c..18ac6958e09b64f209a39ff51098406021f5022b 100644 (file)
@@ -3,10 +3,7 @@
 
 using namespace std;
 
-#include <iostream>
-#include <string>
-#include <vector>
-#include <map>
+#include "mothur.h"
 
 /* This class is parent to listvector, ordervector, rabundvector, sabundvector, sharedordervector, sharedrabundvector, sharedsabundvector. 
        The child classes all contain OTU information in different forms. */
@@ -40,7 +37,7 @@ public:
        void setLabel(string l)         {       label = l;                      }
        string getLabel()                       {       return label;           }
 
-       //virtual RAbundVector getRAbundVector() = 0;
+       virtual RAbundVector getRAbundVector() = 0;
        virtual SAbundVector getSAbundVector() = 0;
        virtual OrderVector getOrderVector(map<string,int>* hold = NULL) = 0;