]> git.donarmstrong.com Git - mothur.git/blob - sharedsobscollectsummary.h
3ff35b15dacda761a51d52a64efcd1d760b5498e
[mothur.git] / sharedsobscollectsummary.h
1 #ifndef SHAREDSOBSCOLLECTSUMMARY_H
2 #define SHAREDSOBSCOLLECTSUMMARY_H
3
4 /*
5  *  sharedsobscollectsummary.h
6  *  Mothur
7  *
8  *  Created by Sarah Westcott on 2/12/09.
9  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
10  *
11  */
12
13
14 #include "calculator.h"
15
16 /***********************************************************************/
17 class SharedSobsCS : public Calculator {
18
19 public:
20         SharedSobsCS() : Calculator("SharedSobs", 1) {};
21         EstOutput getValues(SAbundVector* rank){ return data; };
22         EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
23 };
24
25 /***********************************************************************/
26
27 #endif