X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;fp=heatmapcommand.h;h=1b3c108836665085d953dc56b9aab20ae0687071;hb=485c02be0cdcd06ce08dd58d551a525b6a1b47c5;hp=0000000000000000000000000000000000000000;hpb=25cde7ff05bbe741da1712f2c740e0bc8706e523;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h new file mode 100644 index 0000000..1b3c108 --- /dev/null +++ b/heatmapcommand.h @@ -0,0 +1,42 @@ +#ifndef HEATMAPCOMMAND_H +#define HEATMAPCOMMAND_H + +/* + * heatmapcommand.h + * Mothur + * + * Created by Sarah Westcott on 3/25/09. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. + * + */ + + +#include "command.hpp" +#include "inputdata.h" +#include "readmatrix.hpp" +#include "sharedlistvector.h" + + +class GlobalData; + + +class HeatMapCommand : public Command { + +public: + HeatMapCommand(); + ~HeatMapCommand(); + int execute(); + +private: + GlobalData* globaldata; + ReadMatrix* read; + InputData* input; + SharedListVector* SharedList; + SharedOrderVector* order; + OrderVector* ordersingle; + string format; + +}; + +#endif +