X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treemap.h;fp=treemap.h;h=8f744c80a3e92873699aca320032cedeea59a007;hb=825512fb96e5bb00e08665396d9fa6a8c4da5a68;hp=73d02fcc4b0c58f29de00c130e3fa8a197dd3d53;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;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;