]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
added name option to read.tree for use in unifrac and parimony commands
[mothur.git] / heatmap.h
index 29b6b9af302cf24b079f153eb75f993e0e83be21..438d84bbb69335d9825fa3b34acf96c05ceb59a4 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
@@ -9,8 +9,6 @@
  *
  */
 
-using namespace std;
-
 #include "rabundvector.hpp"
 #include "sharedrabundvector.h"
 #include "datavector.hpp"
@@ -21,7 +19,7 @@ using namespace std;
 class HeatMap {
        
        public:
-               HeatMap();
+               HeatMap(string, string, string);
                ~HeatMap(){};
        
                void getPic(RAbundVector*);
@@ -32,7 +30,7 @@ class HeatMap {
                void printLegend(int, float);
 
                GlobalData* globaldata;
-               string format, sorted, groupComb, scaler;
+               string format, sorted, groupComb, scaler, outputDir;
                ofstream outsvg;
                        
 };