]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.h
added help for heatmap.sim
[mothur.git] / inputdata.h
index 1352e94c760469b071a3b56363c932f3be901004..e9deb9d202c1935c222e4f392f85f3f2781d81ca 100644 (file)
@@ -8,8 +8,6 @@
 #include "listvector.hpp"
 
 
-using namespace std;
-
 class InputData {
        
 public:
@@ -21,6 +19,8 @@ public:
        OrderVector* getOrderVector();
        SharedOrderVector* getSharedOrderVector();
        SAbundVector* getSAbundVector();
+       RAbundVector* getRAbundVector();
+       vector<SharedRAbundVector*> getSharedRAbundVectors();
        
 private:
        string format;
@@ -31,6 +31,7 @@ private:
        OrderVector* output;
        SharedOrderVector* SharedOrder;
        SAbundVector* sabund;
+       RAbundVector* rabund;
        map<string,int> orderMap;
 };