]> git.donarmstrong.com Git - mothur.git/blobdiff - nameassignment.hpp
added sparseDistanceMatrix class. Modified cluster commands to use the new sparse...
[mothur.git] / nameassignment.hpp
index 2470a84a630406eb8ecf61893398477b95c22c57..758a080b9d01ffea80e3b19076a7e0ce8121de0c 100644 (file)
@@ -11,11 +11,14 @@ public:
        void readMap();
        ListVector getListVector();
        int get(string);
-       void print();
+       string get(int);
+       void print(ostream&);
        void push_back(string);
 private:
        ifstream fileHandle;
        ListVector list;
+       map<int, string> reverse;
+       MothurOut* m;
 };