]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
pds fixes of heatmap and some other minor stuff
[mothur.git] / heatmap.h
index 54035f0cb4aba4e595183d3f8b6ae9e0ce256bc9..528c96416211a223e710467dd6baeb4cdb063c8f 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
@@ -31,20 +31,16 @@ class HeatMap {
                void getPic(SharedOrderVector*);
 
        private:
-               void sortSharedVectors();
+               void sortSharedVectors(vector<SharedRAbundVector*>& );
                void printLegend(int, float);
-               
+
                GlobalData* globaldata;
                SharedUtil* util;
-               vector<SharedRAbundVector*> lookup;
-               RAbundVector rabund;
                string format, sorted, groupComb, scaler;
                ofstream outsvg;
-               map<float, string> colorScale;
-               map<float, string>::iterator it;
-
                        
 };
+
 /***********************************************************************/
 
 #endif