X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=sharedlistvector.h;h=8cfb7e000a9427921ce9e951c040c06c50cc71d8;hb=0024441c1ff9a98467ba53cc7420a37c98f32e86;hp=492997eee0ea238a1909c44baf262950442d0d95;hpb=4761e165b4a196fefa57755d3176d9ced19df6b1;p=mothur.git diff --git a/sharedlistvector.h b/sharedlistvector.h index 492997e..8cfb7e0 100644 --- a/sharedlistvector.h +++ b/sharedlistvector.h @@ -10,14 +10,11 @@ * */ -#include #include "datavector.hpp" #include "groupmap.h" #include "globaldata.hpp" #include "sharedrabundvector.h" #include "sharedsabundvector.h" -#include -#include /* This class is a child to datavector. It represents OTU information at a certain distance. A sharedlistvector can be converted into a sharedordervector, sharedrabundvector or sharedsabundvectorand @@ -57,6 +54,7 @@ public: SharedOrderVector* getSharedOrderVector(); SharedRAbundVector getSharedRAbundVector(string); //get sharedrabundvector for a certain group SharedSAbundVector getSharedSAbundVector(string); //get sharedsabundvector for a certain group + vector getSharedRAbundVector(); //returns sharedRabundVectors for all the users groups private: vector data; //data[i] is a list of names of sequences in the ith OTU. @@ -69,4 +67,3 @@ private: }; #endif -