]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
changed heatmap and venn command to use vector of sharedrabunds instead of order...
[mothur.git] / heatmapcommand.h
index edb346021ec9effb6669029e7835be3d98e93e41..fc50554c601c3c897f949775de7743c94cf33c9a 100644 (file)
 #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<SharedRAbundVector*> lookup;
        HeatMap* heatmap;
        string format;