X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readcolumn.h;fp=readcolumn.h;h=2e0120f41ca531d37401ba0463c9fb676f58d742;hb=154e089bcd37c2c2f773e53ffb88a20170b27037;hp=0000000000000000000000000000000000000000;hpb=fe342304a0fdff3ab48226e1dcfdab95d3a94a64;p=mothur.git diff --git a/readcolumn.h b/readcolumn.h new file mode 100644 index 0000000..2e0120f --- /dev/null +++ b/readcolumn.h @@ -0,0 +1,29 @@ +#ifndef READCOLUMN_H +#define READCOLUMN_H +/* + * readcolumn.h + * Mothur + * + * Created by Sarah Westcott on 4/21/09. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. + * + */ + +#include "readmatrix.hpp" + +/******************************************************/ + +class ReadColumnMatrix : public ReadMatrix { + +public: + ReadColumnMatrix(string); + ~ReadColumnMatrix(); + void read(NameAssignment*); +private: + ifstream fileHandle; + string distFile; +}; + +/******************************************************/ + +#endif \ No newline at end of file