X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=counttable.h;h=8baff3080a5f5124214e0b6b6834a899b356f0f9;hb=529ec122f7cac4af987e121d150b878d7c7a0d5d;hp=ffc08167682bf8aa9f1a4a42267a90d666376250;hpb=d70a1c2d70c5a516e74880709e3b48cfc1ce0321;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;