X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;fp=counttable.h;h=8baff3080a5f5124214e0b6b6834a899b356f0f9;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=ffc08167682bf8aa9f1a4a42267a90d666376250;hpb=0cefb55a2616975bd4a144fc345693695ffc9bb6;p=mothur.git diff --git a/counttable.h b/counttable.h index ffc0816..8baff30 100644 --- a/counttable.h +++ b/counttable.h @@ -37,6 +37,7 @@ #include "mothurout.h" +#include "listvector.hpp" class CountTable { @@ -60,6 +61,9 @@ class CountTable { 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;