]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
started shared utilities, updates to venn and heatmap added tree.groups command
[mothur.git] / venncommand.h
index d91aaef1c7e47185862cf1a681976a31c47ebb75..30ff74eb0433240b784ef221e2e0bdc22d1f4066 100644 (file)
@@ -15,6 +15,7 @@
 #include "sharedlistvector.h"
 #include "venn.h"
 #include "validcalculator.h"
+#include "sharedutilities.h"
 
 
 class GlobalData;
@@ -30,6 +31,7 @@ public:
 private:
        GlobalData* globaldata;
        ReadMatrix* read;
+       SharedUtil* util;
        InputData* input;
        SharedListVector* SharedList;
        SharedOrderVector* order;
@@ -39,8 +41,6 @@ private:
        vector<Calculator*> vennCalculators;    
        ValidCalculators* validCalculator;
        int abund;
-       
-       void setGroups();
 
 };