X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsim.h;h=aa23c186d7141d339a351460ef90e6ecd799298f;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=c3ec2a79bd773e10db54a1547cf358d3fccd643c;hpb=f15f7092c97277337d4fdd9ef674015c15a13220;p=mothur.git 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; };