]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.h
added modify names parameter to set.dir
[mothur.git] / sharedrabundvector.h
index 792543e5abe87e9ac346f98004f33af1c8a39e46..664718518e276c7c84984f5c1fe76c9b3bf46523 100644 (file)
@@ -24,7 +24,6 @@
        An individual which knows the OTU from which it came, 
        the group it is in and its abundance.  */
 
-//class GlobalData;
 
 class SharedRAbundVector : public DataVector {
        
@@ -51,6 +50,7 @@ public:
        individual get(int);
        vector <individual> getData();
        int getAbundance(int);
+    vector<int> getAbundances();
        int numNZ();
        void sortD();  //Sorts the data in descending order.
        void push_front(int, int, string); //abundance, otu, groupname