X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=heatmapsim.h;h=aa23c186d7141d339a351460ef90e6ecd799298f;hp=bb78e42df9e124c01969449ace2d59e5fe0dd7f9;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0 diff --git a/heatmapsim.h b/heatmapsim.h index bb78e42..aa23c18 100644 --- a/heatmapsim.h +++ b/heatmapsim.h @@ -12,7 +12,6 @@ #include "sharedrabundvector.h" #include "datavector.hpp" -#include "globaldata.hpp" #include "calculator.h" /***********************************************************************/ @@ -20,7 +19,7 @@ class HeatMapSim { public: - HeatMapSim(string); + HeatMapSim(string, string, int); ~HeatMapSim(){}; vector getPic(vector, vector); @@ -29,8 +28,8 @@ class HeatMapSim { private: void printLegend(int, float); - GlobalData* globaldata; - string format, groupComb, outputDir; + string format, groupComb, outputDir, inputfile; + int fontSize; ofstream outsvg; MothurOut* m;