]> git.donarmstrong.com Git - mothur.git/blobdiff - rabundvector.hpp
added set.current and get.current commands and modified existing commands to update...
[mothur.git] / rabundvector.hpp
index 62520e6f12ba0530c5fea7c6db4c7f9b52222ea3..95165645bb4d82c88e6faf60007350798bbce929 100644 (file)
@@ -41,11 +41,13 @@ public:
        int sum();
        int sum(int);
        int numNZ();
+       void clear();
        vector<int>::reverse_iterator rbegin();
        vector<int>::reverse_iterator rend();
        
        void print(ostream&);
        void print(string, ostream&);
+       void nonSortedPrint(ostream&);
        
        RAbundVector getRAbundVector();
        SAbundVector getSAbundVector();