X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=venn.h;h=db26b272045458540cfb4ab7ca2f44bd563ba4bc;hp=c5c5f6f80991a6751f2671a03d6e9c1459cd8c38;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 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; }; /***********************************************************************/