]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
created mothurOut class to handle logfiles
[mothur.git] / heatmap.h
index 438d84bbb69335d9825fa3b34acf96c05ceb59a4..ffbe94675df2dc8b968134ad79ffc7307bb1d458 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
@@ -22,8 +22,8 @@ class HeatMap {
                HeatMap(string, string, string);
                ~HeatMap(){};
        
-               void getPic(RAbundVector*);
-               void getPic(vector<SharedRAbundVector*>);
+               string getPic(RAbundVector*);
+               string getPic(vector<SharedRAbundVector*>);
 
        private:
                void sortSharedVectors(vector<SharedRAbundVector*>& );
@@ -32,6 +32,7 @@ class HeatMap {
                GlobalData* globaldata;
                string format, sorted, groupComb, scaler, outputDir;
                ofstream outsvg;
+               MothurOut* m;
                        
 };