X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venn.h;h=db26b272045458540cfb4ab7ca2f44bd563ba4bc;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=c5c5f6f80991a6751f2671a03d6e9c1459cd8c38;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/venn.h b/venn.h index c5c5f6f..db26b27 100644 --- a/venn.h +++ b/venn.h @@ -19,7 +19,7 @@ class Venn { public: - Venn(string, bool, string); + Venn(string, bool, string, int, bool); ~Venn(){}; vector getPic(SAbundVector*, vector); @@ -30,7 +30,8 @@ private: string groupComb, outputDir, inputfile; ofstream outsvg; MothurOut* m; - bool nseqs; + bool nseqs, sharedOtus; + int fontSize; }; /***********************************************************************/