X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=heatmapsim.h;h=aa23c186d7141d339a351460ef90e6ecd799298f;hp=c3ec2a79bd773e10db54a1547cf358d3fccd643c;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hpb=f15f7092c97277337d4fdd9ef674015c15a13220 diff --git a/heatmapsim.h b/heatmapsim.h index c3ec2a7..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,17 +19,19 @@ class HeatMapSim { public: - HeatMapSim(); + HeatMapSim(string, string, int); ~HeatMapSim(){}; - void getPic(vector, vector); + vector getPic(vector, vector); + string getPic(vector< vector >, vector); private: void printLegend(int, float); - GlobalData* globaldata; - string format, groupComb; + string format, groupComb, outputDir, inputfile; + int fontSize; ofstream outsvg; + MothurOut* m; };