X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=structpearson.h;fp=structpearson.h;h=c3b9455c040a66afb10231cfe5522c3a4222e298;hb=7d38edc137a66a33f67f8cf55cce88331290aaf7;hp=0000000000000000000000000000000000000000;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;p=mothur.git diff --git a/structpearson.h b/structpearson.h new file mode 100644 index 0000000..c3b9455 --- /dev/null +++ b/structpearson.h @@ -0,0 +1,33 @@ +#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); +private: + +}; + +/***********************************************************************/ + +#endif + +