]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsim.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / heatmapsim.h
index c3ec2a79bd773e10db54a1547cf358d3fccd643c..aa23c186d7141d339a351460ef90e6ecd799298f 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "sharedrabundvector.h"
 #include "datavector.hpp"
-#include "globaldata.hpp"
 #include "calculator.h"
 
 /***********************************************************************/
 class HeatMapSim {
        
        public:
-               HeatMapSim();
+               HeatMapSim(string, string, int);
                ~HeatMapSim(){};
        
-               void getPic(vector<SharedRAbundVector*>, vector<Calculator*>);
+               vector<string> getPic(vector<SharedRAbundVector*>, vector<Calculator*>);
+               string getPic(vector< vector<double> >, vector<string>);
 
        private:
                void printLegend(int, float);
 
-               GlobalData* globaldata;
-               string format, groupComb;
+               string format, groupComb, outputDir, inputfile;
+               int fontSize;
                ofstream outsvg;
+               MothurOut* m;
                        
 };