X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.h;fp=heatmapsimcommand.h;h=33696a33ac87b34bedea636810b32e4daa09be8c;hb=f15f7092c97277337d4fdd9ef674015c15a13220;hp=0000000000000000000000000000000000000000;hpb=5c5b831cf797385966dacb7a94c0ed63f3753a7c;p=mothur.git diff --git a/heatmapsimcommand.h b/heatmapsimcommand.h new file mode 100644 index 0000000..33696a3 --- /dev/null +++ b/heatmapsimcommand.h @@ -0,0 +1,40 @@ +#ifndef HEATMAPSIMCOMMAND_H +#define HEATMAPSIMCOMMAND_H + +/* + * heatmapsimcommand.h + * Mothur + * + * Created by Sarah Westcott on 6/8/09. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. + * + */ + +#include "command.hpp" +#include "inputdata.h" +#include "readotu.h" +#include "validcalculator.h" +#include "heatmapsim.h" + +class GlobalData; + +class HeatMapSimCommand : public Command { + +public: + HeatMapSimCommand(); + ~HeatMapSimCommand(); + int execute(); + +private: + GlobalData* globaldata; + ReadOTUFile* read; + InputData* input; + vector lookup; + vector heatCalculators; + ValidCalculators* validCalculator; + HeatMapSim* heatmap; + +}; + +#endif +