]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlistvector.h
added get.rabund and get.sabund command and fixed bug introduced by line by line...
[mothur.git] / sharedlistvector.h
index 492997eee0ea238a1909c44baf262950442d0d95..8cfb7e000a9427921ce9e951c040c06c50cc71d8 100644 (file)
  *
  */
 
-#include <Carbon/Carbon.h>
 #include "datavector.hpp"
 #include "groupmap.h"
 #include "globaldata.hpp"
 #include "sharedrabundvector.h"
 #include "sharedsabundvector.h"
-#include <iostream>
-#include <map>
 
 /* 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<SharedRAbundVector*> getSharedRAbundVector(); //returns sharedRabundVectors for all the users groups
        
 private:
        vector<string> data;  //data[i] is a list of names of sequences in the ith OTU.
@@ -69,4 +67,3 @@ private:
 };
 
 #endif
-