]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.h
*** empty log message ***
[mothur.git] / validcalculator.h
index 9d4cef9337bc3f693b0b1baf5b4e78304e078b57..6cf37924144906276a9aa39c491ffed301c35510 100644 (file)
@@ -11,9 +11,7 @@
  */
 using namespace std;
 
-#include <string>
-#include <iostream>
-#include <map>
+#include "mothur.h"
 
 //This class contains a list of all valid calculators in Mothur.  
 //It has a function which will tell you if your calculator is valid for the given parameter.
@@ -33,6 +31,9 @@ class ValidCalculators {
                map<string, string> summary;
                map<string, string> sharedrarefaction;
                map<string, string> sharedsummary;
+               map<string, string> vennsingle;
+               map<string, string> vennshared;
+               map<string, string> treegroup;
                map<string, string>::iterator it;
                
                void initialSingle();
@@ -41,6 +42,9 @@ class ValidCalculators {
                void initialSharedRarefact();
                void initialSummary();
                void initialSharedSummary();
+               void initialVennSingle();
+               void initialVennShared();
+               void initialTreeGroups();
 };
 
 #endif