X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pcacommand.h;h=089d1c102f38d66bfa0d83c2120dd3d3f1cd883e;hb=2431fce75705f16d6d7cab7a6f5fe02051d82ca5;hp=822be3b905b1a808e74c8b3b59272ca2431cf763;hpb=f27b66ce6415eb14c434f9850019c7cf140e023e;p=mothur.git diff --git a/pcacommand.h b/pcacommand.h index 822be3b..089d1c1 100644 --- a/pcacommand.h +++ b/pcacommand.h @@ -25,21 +25,19 @@ public: private: bool abort; - string phylipfile, columnfile, namefile, format, filename, fbase; + string phylipfile, columnfile, namefile, format, filename, fbase, outputDir; float cutoff, precision; - int matrix; + vector outputNames; void get_comment(istream&, char, char); - void read_mega(istream&, int, vector&, vector >&); - void read_phylip(istream&, int, vector&, vector >&); - void read(string, int, vector&, vector >&); + int read_phylip(istream&, int, vector&, vector >&); + void read(string, vector&, vector >&); double pythag(double, double); void matrix_mult(vector >, vector >, vector >&); void recenter(double, vector >, vector >&); void tred2(vector >&, vector&, vector&); void qtli(vector&, vector&, vector >&); void output(string, vector, vector >, vector); - void print_matrix(vector >); };