X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=hcluster.h;h=78406505a1665dfa7eb95e7a8c0733ee0a7e7f5e;hb=7c08fa69c0b89e7a08341af2aa724f206f182075;hp=da7769d8813e656cd5e63fc3ec15b10c210e062b;hpb=ee4dd201fa4f2c4ede5b2e525c82cce0a37de363;p=mothur.git diff --git a/hcluster.h b/hcluster.h index da7769d..7840650 100644 --- a/hcluster.h +++ b/hcluster.h @@ -17,16 +17,6 @@ class RAbundVector; class ListVector; -/***********************************************************************/ -struct linkNode { - int links; - float dist; - - linkNode() {}; - linkNode(int l, float a) : links(l), dist(a) {}; - ~linkNode() {}; -}; - /***********************************************************************/ class HCluster { @@ -48,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; @@ -78,6 +68,7 @@ protected: vector mergedMin; string partialDist; + MothurOut* m; };