X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=speciesprofile.h;fp=speciesprofile.h;h=1ec8dd679f0d52546800b1d9c4dfe37a82f12310;hb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;hp=0000000000000000000000000000000000000000;hpb=8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2;p=mothur.git diff --git a/speciesprofile.h b/speciesprofile.h new file mode 100644 index 0000000..1ec8dd6 --- /dev/null +++ b/speciesprofile.h @@ -0,0 +1,32 @@ +#ifndef SPECIESPROFILE_H +#define SPECIESPROFILE_H + +/* + * speciesprofile.h + * Mothur + * + * Created by westcott on 12/15/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + + +#include "calculator.h" + +/***********************************************************************/ + +class SpeciesProfile : public Calculator { + +public: + SpeciesProfile() : Calculator("speciesprofile", 1, false) {}; + EstOutput getValues(SAbundVector*) {return data;}; + EstOutput getValues(vector); +private: + +}; + +/***********************************************************************/ + +#endif + +