]> git.donarmstrong.com Git - mothur.git/blobdiff - venn.h
venn command with up to 4 groups using sharedsobs, sharedchao and sharedace estimator...
[mothur.git] / venn.h
diff --git a/venn.h b/venn.h
index fbb6cf183ba7ac1409ad83c4cee42ef3d59e5cb9..ceb52fda7a5447f812133aea9c343d7ccf8e71b5 100644 (file)
--- a/venn.h
+++ b/venn.h
 using namespace std;
 
 #include "ordervector.hpp"
-#include "rabundvector.hpp"
+#include "Sabundvector.hpp"
 #include "sharedrabundvector.h"
 #include "sharedordervector.h"
 #include "datavector.hpp"
 #include "globaldata.hpp"
+#include "calculator.h"
 
 /***********************************************************************/
 
@@ -26,13 +27,13 @@ class Venn {
                Venn();
                ~Venn(){};
        
-               void getPic(OrderVector*);
-               void getPic(SharedOrderVector*);
+               void getPic(OrderVector*, vector<Calculator*>);
+               void getPic(SharedOrderVector*, vector<Calculator*>);
 
        private:
                void getSharedVectors(SharedOrderVector*);
                
-               RAbundVector rabund;
+               SAbundVector* sabund;
                GlobalData* globaldata;
                vector<SharedRAbundVector*> lookup;
                string format, groupComb;