X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pcacommand.h;h=8a36323582b6ca42f153110c48f012148d59cd2b;hb=2397df97b12cd5d21ea10dc4248c18a5803ddd41;hp=822be3b905b1a808e74c8b3b59272ca2431cf763;hpb=f27b66ce6415eb14c434f9850019c7cf140e023e;p=mothur.git diff --git a/pcacommand.h b/pcacommand.h index 822be3b..8a36323 100644 --- a/pcacommand.h +++ b/pcacommand.h @@ -25,21 +25,18 @@ public: private: bool abort; - string phylipfile, columnfile, namefile, format, filename, fbase; + string phylipfile, columnfile, namefile, format, filename, fbase, outputDir; float cutoff, precision; - int matrix; 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 >&); + 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 >); };