X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=hcluster.h;h=d8598867a7bf247509a7736203a5ef505ce70f9e;hp=7fc8177c56d50303771e1a60c9fdd0f4e84d957b;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=6777912b79eb6d011163da47f3ada09d1a9293c1 diff --git a/hcluster.h b/hcluster.h index 7fc8177..d859886 100644 --- a/hcluster.h +++ b/hcluster.h @@ -23,7 +23,7 @@ class HCluster { public: HCluster(RAbundVector*, ListVector*, string, string, NameAssignment*, float); ~HCluster(){}; - bool update(int, int, float); + double update(int, int, float); void setMapWanted(bool m); map getSeqtoBin() { return seq2Bin; } vector getSeqs(); @@ -38,8 +38,8 @@ protected: void updateMap(); vector getSeqsFNNN(); vector getSeqsAN(); - void combineFile(); - void processFile(); + int combineFile(); + int processFile(); //seqDist getNextDist(char*, int&, int); RAbundVector* rabund; @@ -68,6 +68,7 @@ protected: vector mergedMin; string partialDist; + MothurOut* m; };