]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.h
adding current file class
[mothur.git] / validcalculator.h
index 15ff3116de0abb2049951a7d8d6c0e3c7f38de56..bf8819f4f317df5337c75975afd2e165ce376bcd 100644 (file)
@@ -9,9 +9,9 @@
  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
-using namespace std;
 
 #include "mothur.h"
+#include "mothurout.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.
@@ -36,6 +36,7 @@ class ValidCalculators {
                map<string, string> vennshared;
                map<string, string> treegroup;
                map<string, string> matrix;
+               map<string, string> heat;
                map<string, string> boot;
                map<string, string> distance;
                map<string, string>::iterator it;
@@ -52,6 +53,9 @@ class ValidCalculators {
                void initialMatrix();
                void initialBoot();
                void initialDistance();
+               void initialHeat();
+               
+               MothurOut* m;
 };
 
 #endif