]> git.donarmstrong.com Git - mothur.git/blobdiff - venn.h
created mothurOut class to handle logfiles
[mothur.git] / venn.h
diff --git a/venn.h b/venn.h
index cf6a5ee332fbe2d70e3b5d1c2066c59db5ebb107..d3a3f05b841e768554746b14fa087d0baef28bfe 100644 (file)
--- a/venn.h
+++ b/venn.h
@@ -23,14 +23,15 @@ public:
        Venn(string);
        ~Venn(){};
 
-       void getPic(SAbundVector*, vector<Calculator*>);
-       void getPic(vector<SharedRAbundVector*>, vector<Calculator*>);
+       vector<string> getPic(SAbundVector*, vector<Calculator*>);
+       vector<string> getPic(vector<SharedRAbundVector*>, vector<Calculator*>);
 
 private:
        GlobalData* globaldata;
        Calculator* singleCalc;
        string groupComb, outputDir;
        ofstream outsvg;
+       MothurOut* m;
 };
 
 /***********************************************************************/