X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundvector.h;h=beece8e14a1082d7347a62fdc0e95ebcd24a9cc2;hb=37eac2026d91179acda0494c4dcca22f176551b9;hp=6584d1d2e9198cb5fed6ebc3d43e9d35f608da00;hpb=605ab6fa594317a38f0df7bb6797740c735b2348;p=mothur.git diff --git a/sharedrabundvector.h b/sharedrabundvector.h index 6584d1d..beece8e 100644 --- a/sharedrabundvector.h +++ b/sharedrabundvector.h @@ -13,6 +13,7 @@ #include "datavector.hpp" #include "sharedordervector.h" #include "sharedsabundvector.h" +#include "sharedrabundfloatvector.h" #include "rabundvector.hpp" #include "groupmap.h" @@ -69,6 +70,7 @@ public: SharedSAbundVector getSharedSAbundVector(); SharedRAbundVector getSharedRAbundVector(); vector getSharedRAbundVectors(); + vector getSharedRAbundFloatVectors(vector); private: vector data; @@ -80,6 +82,8 @@ private: int numSeqs; string group; int index; + + int eliminateZeroOTUS(vector&); };