X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treemap.h;h=60fb924278c8df36a405ca363c2584d5ae2fa42a;hb=b2dca66a02f8f82aa5528e531eace60fbbd2967b;hp=60f75b388571aff503ac95b96df5946e6fcfa89f;hpb=d037597badc8d18e235c59f0c1114180edb7f98f;p=mothur.git diff --git a/treemap.h b/treemap.h index 60f75b3..60fb924 100644 --- a/treemap.h +++ b/treemap.h @@ -34,11 +34,12 @@ public: int getNumSeqs(); void setIndex(string, int); //sequencename, index int getIndex(string); //returns vector index of sequence + bool isValidGroup(string); //return true if string is a valid group string getGroup(string); vector namesOfGroups; vector namesOfSeqs; map seqsPerGroup; //groupname, number of seqs in that group. - map treemap; //sequence name and groupname + map treemap; //sequence name and void print(ostream&); private: