]> git.donarmstrong.com Git - mothur.git/blobdiff - datavector.hpp
finishing the container classes, combining read.otu and read.list commands. some...
[mothur.git] / datavector.hpp
index 4ddb1aa6fb054dfcf7d127a6d4b8dcd7998169d6..426a75728cf615bc9baf8e257b3dcb8bea0ec15c 100644 (file)
@@ -8,9 +8,17 @@ using namespace std;
 #include <vector>
 #include <map>
 
+/* This class is parent to listvector, ordervector, rabundvector, sabundvector, sharedordervector, sharedrabundvector, sharedsabundvector. 
+       The child classes all contain OTU information in different forms. */
+       
+
 class RAbundVector;
 class SAbundVector;
 class OrderVector;
+class SharedListVector;
+class SharedOrderVector;
+class SharedSAbundVector;
+class SharedRAbundVector;
 
 class DataVector {