X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsim.h;h=aa23c186d7141d339a351460ef90e6ecd799298f;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=a28995df7edf1cfc234fcd0c22416164b3c6c347;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/heatmapsim.h b/heatmapsim.h index a28995d..aa23c18 100644 --- a/heatmapsim.h +++ b/heatmapsim.h @@ -19,7 +19,7 @@ class HeatMapSim { public: - HeatMapSim(string, string); + HeatMapSim(string, string, int); ~HeatMapSim(){}; vector getPic(vector, vector); @@ -29,6 +29,7 @@ class HeatMapSim { void printLegend(int, float); string format, groupComb, outputDir, inputfile; + int fontSize; ofstream outsvg; MothurOut* m;