X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectdisplay.h;h=d33efe9792332902559d4a600bc3c5581b557185;hb=dfae916a398508554d35c6b3c8002b69becb53be;hp=15cc5a75a1f32edac6d234ea934ceffdad608301;hpb=160188de55fc6c583a342743c5848c60b2fd15a8;p=mothur.git diff --git a/collectdisplay.h b/collectdisplay.h index 15cc5a7..d33efe9 100644 --- a/collectdisplay.h +++ b/collectdisplay.h @@ -72,14 +72,19 @@ 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 hasLciHci() { + if (estimate->getCols() == 3) { return true; } + else{ return false; } + } string getName() { return estimate->getName(); }