]> 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 2a866bcbc4a39cf76c99885763f801e837d3570c..95165645bb4d82c88e6faf60007350798bbce929 100644 (file)
@@ -12,6 +12,9 @@
                         sabundvector   =       2               1               1               0               0               1
                         ordervector    =       1       1       1       1       1       1       2       2       2       3       3       4       5 */
 
+//class SAbundVector;
+//class OrderVector;
+
 class RAbundVector : public DataVector {
        
 public:
@@ -38,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();