]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.h
moved utilities out of mothur.h and into mothurOut class.
[mothur.git] / inputdata.h
index 6d2d004911b663c63c1b5b582411bb38b70e3c00..c91720b567838d38ff62379bfbc0fc381356d6de 100644 (file)
@@ -16,6 +16,7 @@ public:
        ~InputData();
        ListVector* getListVector();
        ListVector* getListVector(string);  //pass the label you want
+       ListVector* getListVector(string, bool);  //pass the label you want, reset filepointer
        SharedListVector* getSharedListVector();
        SharedListVector* getSharedListVector(string);  //pass the label you want
        OrderVector* getOrderVector(); 
@@ -41,6 +42,7 @@ private:
        RAbundVector* rabund;
        map<string,int> orderMap;
        string filename;
+       MothurOut* m;
 };