]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.h
added modify names parameter to set.dir
[mothur.git] / inputdata.h
index c91720b567838d38ff62379bfbc0fc381356d6de..658b21d8cdfe649d8434e883655ecd18922f2554 100644 (file)
@@ -6,6 +6,7 @@
 #include "sharedlistvector.h"
 #include "sharedordervector.h"
 #include "listvector.hpp"
+#include "sharedrabundfloatvector.h"
 
 
 class InputData {
@@ -29,6 +30,8 @@ public:
        RAbundVector* getRAbundVector(string);  //pass the label you want
        vector<SharedRAbundVector*> getSharedRAbundVectors();
        vector<SharedRAbundVector*> getSharedRAbundVectors(string);  //pass the label you want
+       vector<SharedRAbundFloatVector*> getSharedRAbundFloatVectors();
+       vector<SharedRAbundFloatVector*> getSharedRAbundFloatVectors(string);  //pass the label you want
        
 private:
        string format;