X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=inputdata.h;fp=inputdata.h;h=6d2d004911b663c63c1b5b582411bb38b70e3c00;hb=016a30dacbe75869aef5fdb58d2d1bf9eb8f9b33;hp=e9deb9d202c1935c222e4f392f85f3f2781d81ca;hpb=301b61cb98aaa4641f8701f43cf830c0fa44fac1;p=mothur.git diff --git a/inputdata.h b/inputdata.h index e9deb9d..6d2d004 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,7 @@ private: SAbundVector* sabund; RAbundVector* rabund; map orderMap; + string filename; };