]> git.donarmstrong.com Git - mothur.git/blobdiff - datavector.hpp
fixed parsimony bug
[mothur.git] / datavector.hpp
index 4ddb1aa6fb054dfcf7d127a6d4b8dcd7998169d6..73058a992a53e3da313cae4ca595c77797058e94 100644 (file)
@@ -3,14 +3,19 @@
 
 using namespace std;
 
-#include <iostream>
-#include <string>
-#include <vector>
-#include <map>
+#include "mothur.h"
+
+/* 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 {