X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylodiversity.h;h=5e0259541d691fc0b5b51cbf7f46feb6034f8cf8;hb=515c3398ea27e2105f616fc5662b2a7ceb486aa0;hp=131a63cd31b799f9e60eae28fcfcf9beed732d9f;hpb=0b99c6b6ea875e13febda76903fd4d9cda7add7d;p=mothur.git diff --git a/phylodiversity.h b/phylodiversity.h index 131a63c..5e02595 100644 --- a/phylodiversity.h +++ b/phylodiversity.h @@ -15,7 +15,6 @@ #include "globaldata.hpp" #include "mothurout.h" -typedef vector EstOutput; /***********************************************************************/ @@ -25,15 +24,13 @@ class PhyloDiversity { PhyloDiversity(TreeMap* t) : tmap(t) { globaldata = GlobalData::getInstance(); m = MothurOut::getInstance(); } ~PhyloDiversity() {}; - EstOutput getValues(Tree*, vector); - void setTotalGroupBranchLengths(Tree*); + //int getValues(Tree*, vector, vector< vector< float> >&); + private: GlobalData* globaldata; MothurOut* m; - EstOutput data; TreeMap* tmap; - map groupTotals; }; /***********************************************************************/