X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treecalculator.h;h=cfd648e09386e81cb1dffacdd605f274700d765e;hb=b02ee39bf6c708a98748f8861846cdec7fab58ac;hp=0bc41d9a2bc27db88a40c03bd40278692de88366;hpb=d037597badc8d18e235c59f0c1114180edb7f98f;p=mothur.git diff --git a/treecalculator.h b/treecalculator.h index 0bc41d9..cfd648e 100644 --- a/treecalculator.h +++ b/treecalculator.h @@ -12,13 +12,7 @@ using namespace std; -#include -#include -#include -#include -#include -#include -#include "utilities.hpp" +#include "mothur.h" #include "tree.h" /* The tree calculator class is the parent class for tree calculators in mothur. */ @@ -34,6 +28,7 @@ public: TreeCalculator(string n) : name(n) {}; ~TreeCalculator(){}; virtual EstOutput getValues(Tree*) = 0; + virtual EstOutput getValues(Tree*, string, string) = 0; virtual string getName() { return name; }