X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=inputdata.h;h=251df5bf9a11d230eaae79103c8546e7def900a7;hb=30f2d98fffb579b870c8969ddcc1dfc61ccbb70a;hp=e9deb9d202c1935c222e4f392f85f3f2781d81ca;hpb=74c78f9abd9e733f0c2f812efec97a76632fcbf8;p=mothur.git diff --git a/inputdata.h b/inputdata.h index e9deb9d..251df5b 100644 --- a/inputdata.h +++ b/inputdata.h @@ -15,12 +15,19 @@ public: InputData(string, string, string); ~InputData(); ListVector* getListVector(); + ListVector* getListVector(string); //pass the label you want SharedListVector* getSharedListVector(); - OrderVector* getOrderVector(); + SharedListVector* getSharedListVector(string); //pass the label you want + OrderVector* getOrderVector(); + OrderVector* getOrderVector(string); //pass the label you want SharedOrderVector* getSharedOrderVector(); + SharedOrderVector* getSharedOrderVector(string); //pass the label you want SAbundVector* getSAbundVector(); + SAbundVector* getSAbundVector(string); //pass the label you want RAbundVector* getRAbundVector(); + RAbundVector* getRAbundVector(string); //pass the label you want vector getSharedRAbundVectors(); + vector getSharedRAbundVectors(string); //pass the label you want private: string format; @@ -33,6 +40,8 @@ private: SAbundVector* sabund; RAbundVector* rabund; map orderMap; + string filename; + MothurOut* m; };