X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;fp=heatmapcommand.h;h=5eeae265471785c8d582e7b250c76046554711e7;hb=29351fe29c017d2225366418973ed0e000ce5293;hp=1b3c108836665085d953dc56b9aab20ae0687071;hpb=dd7e72614c024b1fb547ff9ea9451a89baeb3e7b;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index 1b3c108..5eeae26 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -15,6 +15,7 @@ #include "inputdata.h" #include "readmatrix.hpp" #include "sharedlistvector.h" +#include "heatmap.h" class GlobalData; @@ -34,7 +35,10 @@ private: SharedListVector* SharedList; SharedOrderVector* order; OrderVector* ordersingle; + HeatMap* heatmap; string format; + + void setGroups(); };