]> git.donarmstrong.com Git - mothur.git/blobdiff - datavector.hpp
removed readseqs, readfasta, readnexus, readclustal, readseqsphylip and updated seque...
[mothur.git] / datavector.hpp
index 426a75728cf615bc9baf8e257b3dcb8bea0ec15c..692332f445aa76b0ff7ebe5ac1281c34b3a8f967 100644 (file)
@@ -1,12 +1,8 @@
 #ifndef datavector_h
 #define datavector_h
 
-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 +36,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;