]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.h
changed normalize.shared and sub.sample commands to fix bug in normalize.shared and...
[mothur.git] / sharedrabundvector.h
index 887478f2964b7d16407135d45905d977b1040ddf..b86c8848bde07722226aa7485d95d8baaff0cffa 100644 (file)
@@ -40,6 +40,8 @@ public:
        int getMaxRank();
        string getGroup();
        void setGroup(string);
+       string getBinLabel();
+       void setBinLabel(string);
        int getGroupIndex();
        void setGroupIndex(int);                                                                
 
@@ -61,6 +63,7 @@ public:
        vector<individual>::reverse_iterator rend();
        
        void print(ostream&);
+       void printHeaders(ostream&);
                
        RAbundVector getRAbundVector();
        RAbundVector getRAbundVector2();