X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listvector.hpp;h=dcf01a0ad4b356f152a3cf8ca168a6ba528b63bb;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=f4eaca031c8daefa875788bc03f2288973deedf0;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/listvector.hpp b/listvector.hpp index f4eaca0..dcf01a0 100644 --- a/listvector.hpp +++ b/listvector.hpp @@ -2,10 +2,9 @@ #define LIST_H #include "datavector.hpp" -#include -#include -/* This class is a child to datavector. It represents OTU information at a certain distance. +/* DataStructure for a list file. + This class is a child to datavector. It represents OTU information at a certain distance. A list vector can be converted into and ordervector, rabundvector or sabundvector. Each member of the internal container "data" represents an individual OTU. So data[0] = "a,b,c,d,e,f".