]> git.donarmstrong.com Git - mothur.git/blobdiff - structchord.h
added odum, canberra, structchi2, structchord, structeuclidean, gower, hellinger...
[mothur.git] / structchord.h
diff --git a/structchord.h b/structchord.h
new file mode 100644 (file)
index 0000000..f35c890
--- /dev/null
@@ -0,0 +1,33 @@
+#ifndef STRUCTCHORD_H
+#define STRUCTCHORD_H
+
+/*
+ *  structchord.h
+ *  Mothur
+ *
+ *  Created by westcott on 12/15/10.
+ *  Copyright 2010 Schloss Lab. All rights reserved.
+ *
+ */
+
+
+#include "calculator.h"
+
+/***********************************************************************/
+
+class StructChord : public Calculator  {
+       
+public:
+       StructChord() :  Calculator("structchord", 1, false) {};
+       EstOutput getValues(SAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>);
+private:
+       
+};
+
+/***********************************************************************/
+
+#endif
+
+
+