X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectdisplay.h;h=cf507f16a7d3ce960b3393ed1c751312c08b2094;hb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;hp=15cc5a75a1f32edac6d234ea934ceffdad608301;hpb=7b3c9ca940891c1b20b3b7ec13e05d7e7b316b63;p=mothur.git diff --git a/collectdisplay.h b/collectdisplay.h index 15cc5a7..cf507f1 100644 --- a/collectdisplay.h +++ b/collectdisplay.h @@ -72,14 +72,20 @@ public: output->output(numSeqs, groupData); } }; - + void init(string s) { output->initFile(s); }; void reset() { output->resetFile(); }; void close() { output->resetFile(); }; void setAll(bool a) { all = a; } bool getAll() { return all; } - bool isCalcMultiple() { return estimate->getMultiple(); } + + bool isCalcMultiple() { return estimate->getMultiple(); } + bool calcNeedsAll() { return estimate->getNeedsAll(); } + bool hasLciHci() { + if (estimate->getCols() == 3) { return true; } + else{ return false; } + } string getName() { return estimate->getName(); }