]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
finished cluster.split adding classify method.
[mothur.git] / heatmap.h
index 56a56e4e841b4f258f5ab4f183db96acd7d6f268..ffbe94675df2dc8b968134ad79ffc7307bb1d458 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
 class HeatMap {
        
        public:
-               HeatMap(string, string);
+               HeatMap(string, string, string);
                ~HeatMap(){};
        
-               void getPic(RAbundVector*);
-               void getPic(vector<SharedRAbundVector*>);
+               string getPic(RAbundVector*);
+               string getPic(vector<SharedRAbundVector*>);
 
        private:
                void sortSharedVectors(vector<SharedRAbundVector*>& );
                void printLegend(int, float);
 
                GlobalData* globaldata;
-               string format, sorted, groupComb, scaler;
+               string format, sorted, groupComb, scaler, outputDir;
                ofstream outsvg;
+               MothurOut* m;
                        
 };