X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundfloatvector.h;h=f8d69a8a5a17d4b9cadcf0e5c500d93498f601fc;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=12df9e87eab30fb3cc31ae8c6c7d6d5d54e81d0f;hpb=dbcb14c17c128987e59147f510950f32dbeb6698;p=mothur.git diff --git a/sharedrabundfloatvector.h b/sharedrabundfloatvector.h index 12df9e8..f8d69a8 100644 --- a/sharedrabundfloatvector.h +++ b/sharedrabundfloatvector.h @@ -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