]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
started shared utilities, updates to venn and heatmap added tree.groups command
[mothur.git] / collectsharedcommand.h
index c5c24b2f974e504e5c8ef079d15a89026291b992..8c7aa009ca346670482679ac17b4c9f75d58fa82 100644 (file)
@@ -19,6 +19,7 @@
 #include "display.h"
 #include "readmatrix.hpp"
 #include "validcalculator.h"
+#include "sharedutilities.h"
 
 /* The collect.shared() command:
        The collect command generates a collector's curve from the given file representing several groups.  
@@ -44,6 +45,7 @@ public:
        
 private:
        GlobalData* globaldata;
+       SharedUtil* util;
        GroupMap* groupmap;
        SharedListVector* SharedList;
        ReadMatrix* read;
@@ -54,7 +56,6 @@ private:
        vector<Display*> cDisplays;
        int freq;
        string format;
-       void setGroups();
 
 };