X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedrabundfloatvector.h;h=f8d69a8a5a17d4b9cadcf0e5c500d93498f601fc;hp=b0d84916134478516504eba4d583a58d00ac5be0;hb=615301e57c25e241356a9c2380648d117709458d;hpb=37eac2026d91179acda0494c4dcca22f176551b9 diff --git a/sharedrabundfloatvector.h b/sharedrabundfloatvector.h index b0d8491..f8d69a8 100644 --- a/sharedrabundfloatvector.h +++ b/sharedrabundfloatvector.h @@ -15,7 +15,7 @@ #include "sharedordervector.h" #include "sharedsabundvector.h" #include "rabundvector.hpp" -#include "groupmap.h" +//#include "groupmap.h" /* This class is a child to datavector. It represents OTU information at a certain distance. It is similiar to an rabundvector except each member of data knows which group it belongs to. @@ -23,7 +23,6 @@ An individual which knows the OTU from which it came, the group it is in and its abundance. */ -class GlobalData; class SharedRAbundFloatVector : public DataVector { @@ -46,6 +45,7 @@ public: individualFloat get(int); vector getData(); float getAbundance(int); + vector getAbundances(); void push_front(float, int, string); //abundance, otu, groupname void insert(float, int, string); //abundance, otu, groupname void push_back(float, string); //abundance, groupname @@ -55,6 +55,7 @@ public: int size(); void print(ostream&); + void printHeaders(ostream&); RAbundVector getRAbundVector(); SAbundVector getSAbundVector(); @@ -68,8 +69,8 @@ public: private: vector data; vector lookup; - GlobalData* globaldata; - GroupMap* groupmap; + //GlobalData* globaldata; + //GroupMap* groupmap; float maxRank; int numBins; float numSeqs;