]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.h
This is mothur v 1.2.0 - the April ~24, 2009 release
[mothur.git] / sharedrabundvector.h
index 92f71cdd75eca67df59f1f5cc548e61fe162b41e..5cc92a3b0904d7e685d89b8160c396f249164d1e 100644 (file)
@@ -48,7 +48,9 @@ public:
        int getAbundance(int);
        int numNZ();
        void sortD();  //Sorts the data in descending order.
-       void push_back(int, int, string);  //abundance, OTU, groupname
+       void push_front(int, int, string); //abundance, otu, groupname
+       void insert(int, int, string); //abundance, otu, groupname
+       void push_back(int, int, string);  //abundance, otu, groupname
        void pop_back();
        void resize(int);
        int size();