X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treemap.h;h=8f744c80a3e92873699aca320032cedeea59a007;hb=c53c53b0280452e1c3a087fbf807b2e508cd66c4;hp=73d02fcc4b0c58f29de00c130e3fa8a197dd3d53;hpb=51cf89e90eef8b300c2786eb1560dd89e6e83445;p=mothur.git diff --git a/treemap.h b/treemap.h index 73d02fc..8f744c8 100644 --- a/treemap.h +++ b/treemap.h @@ -11,6 +11,7 @@ #include "mothur.h" #include "groupmap.h" +#include "listvector.hpp" /* This class is used by the read.tree command to build the tree container. */ @@ -20,6 +21,7 @@ struct GroupIndex { }; class GroupMap; +class ListVector; class TreeMap { public: @@ -39,7 +41,7 @@ public: map treemap; //sequence name and void print(ostream&); void makeSim(GroupMap*); //takes groupmap info and fills treemap for use by tree.shared command. - + void makeSim(ListVector*); //takes listvector info and fills treemap for use by tree.shared command. private: ifstream fileHandle;