X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;fp=heatmapcommand.h;h=fc50554c601c3c897f949775de7743c94cf33c9a;hb=d59f91eb1230d2c7867a92cb86138b7003100ab4;hp=edb346021ec9effb6669029e7835be3d98e93e41;hpb=154e089bcd37c2c2f773e53ffb88a20170b27037;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index edb3460..fc50554 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -16,12 +16,10 @@ #include "readotu.h" #include "sharedlistvector.h" #include "heatmap.h" -#include "sharedutilities.h" - +#include "rabundvector.hpp" class GlobalData; - class HeatMapCommand : public Command { public: @@ -32,11 +30,10 @@ public: private: GlobalData* globaldata; ReadOTUFile* read; - SharedUtil* util; InputData* input; SharedListVector* SharedList; - SharedOrderVector* order; - OrderVector* ordersingle; + RAbundVector* rabund; + vector lookup; HeatMap* heatmap; string format;