X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listvector.hpp;h=dcf01a0ad4b356f152a3cf8ca168a6ba528b63bb;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=e195f4e089f48afd94d3027470b8bf42b1e165a3;hpb=fd282e6b4be2560f5b1bd154a9e8d24b798eefaf;p=mothur.git diff --git a/listvector.hpp b/listvector.hpp index e195f4e..dcf01a0 100644 --- a/listvector.hpp +++ b/listvector.hpp @@ -1,12 +1,10 @@ #ifndef LIST_H #define LIST_H -#include #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".