X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=inputdata.h;h=658b21d8cdfe649d8434e883655ecd18922f2554;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=251df5bf9a11d230eaae79103c8546e7def900a7;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/inputdata.h b/inputdata.h index 251df5b..658b21d 100644 --- a/inputdata.h +++ b/inputdata.h @@ -6,6 +6,7 @@ #include "sharedlistvector.h" #include "sharedordervector.h" #include "listvector.hpp" +#include "sharedrabundfloatvector.h" class InputData { @@ -16,6 +17,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(); @@ -28,6 +30,8 @@ public: RAbundVector* getRAbundVector(string); //pass the label you want vector getSharedRAbundVectors(); vector getSharedRAbundVectors(string); //pass the label you want + vector getSharedRAbundFloatVectors(); + vector getSharedRAbundFloatVectors(string); //pass the label you want private: string format;