X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=structpearson.h;fp=structpearson.h;h=c0cbf9b0e99918af2a5e6430420e0d22045f24ea;hb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;hp=0000000000000000000000000000000000000000;hpb=1b73ff67c83892a025e597dabd9df6fe7b58206a;p=mothur.git diff --git a/structpearson.h b/structpearson.h new file mode 100644 index 0000000..c0cbf9b --- /dev/null +++ b/structpearson.h @@ -0,0 +1,34 @@ +#ifndef STRUCTPEARSON_H +#define STRUCTPEARSON_H + +/* + * structpearson.h + * Mothur + * + * Created by westcott on 12/15/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + + + +#include "calculator.h" + +/***********************************************************************/ + +class StructPearson : public Calculator { + +public: + StructPearson() : Calculator("structpearson", 1, false) {}; + EstOutput getValues(SAbundVector*) {return data;}; + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Structpearson"; } +private: + +}; + +/***********************************************************************/ + +#endif + +