X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;h=8baff3080a5f5124214e0b6b6834a899b356f0f9;hb=28bcfc4a41b8b82f66636587e0d4d355d07cbdd1;hp=8c970199babf9d45f3a624d3456d39732fc3e5e2;hpb=fdfbfe59134dd7dd3e49d90609d129128ba2d370;p=mothur.git diff --git a/counttable.h b/counttable.h index 8c97019..8baff30 100644 --- a/counttable.h +++ b/counttable.h @@ -37,6 +37,7 @@ #include "mothurout.h" +#include "listvector.hpp" class CountTable { @@ -59,6 +60,10 @@ class CountTable { int getNumUniqueSeqs() { return uniques; } //return number of unique/representative seqs int getGroupIndex(string); //returns index in getGroupCounts vector of specific group vector getNamesOfSeqs(); + int mergeCounts(string, string); //combines counts for 2 seqs, saving under the first name passed in. + int get(string); //returns unique sequence index for reading distance matrices like NameAssignment + ListVector getListVector(); + int size() { return indexNameMap.size(); } private: string filename;