X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=collectsharedcommand.h;h=6e9d5cc3f498c96574d93321ecf2823edb0fa004;hb=847cf1477867e920eddf68e1af64838cfc318386;hp=6a8f96f1c9115548cc6dca8f7ff13835468ec441;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index 6a8f96f..6e9d5cc 100644 --- a/collectsharedcommand.h +++ b/collectsharedcommand.h @@ -9,9 +9,7 @@ * */ -#include -#include -#include + #include "command.hpp" #include "sharedordervector.h" #include "sharedlistvector.h" @@ -20,6 +18,7 @@ #include "collect.h" #include "display.h" #include "readmatrix.hpp" +#include "validcalculator.h" /* The collect.shared() command: The collect command generates a collector's curve from the given file representing several groups. @@ -50,9 +49,11 @@ private: ReadMatrix* read; SharedOrderVector* order; InputData* input; + ValidCalculators* validCalculator; Collect* cCurve; vector cDisplays; int freq; + string format; };