X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsim.h;h=a28995df7edf1cfc234fcd0c22416164b3c6c347;hb=f2408a11ad53c148e3a3329018ca7d04b567f11d;hp=c3ec2a79bd773e10db54a1547cf358d3fccd643c;hpb=f15f7092c97277337d4fdd9ef674015c15a13220;p=mothur.git diff --git a/heatmapsim.h b/heatmapsim.h index c3ec2a7..a28995d 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,18 @@ class HeatMapSim { public: - HeatMapSim(); + HeatMapSim(string, string); ~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; ofstream outsvg; + MothurOut* m; };