]> git.donarmstrong.com Git - mothur.git/blobdiff - counttable.h
fixed subsample name file name issue. added count parameter to cluster command....
[mothur.git] / counttable.h
index ffc08167682bf8aa9f1a4a42267a90d666376250..8baff3080a5f5124214e0b6b6834a899b356f0f9 100644 (file)
@@ -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<string> 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;