#include <scorepair.h>
Public Member Functions | |
| void | read (istream &in, int cut) |
| void | clear () |
| int | quality () |
| void | showcluster (ostream &ou) |
| set< string > | badMembers () const |
| void | clusterArray (vector< set< string > > &clar) |
| vector< set< string > > | getClusters () |
| void | addNewCluster (connection &pgdb, const string &clusterid, int &clusterIdCnt) |
Private Attributes | |
| multimap< string, string > | rel |
| vector< string > | names |
| vector< int > | seqlens |
| hatrees< string > | subclstr |
| void scorepair::read | ( | istream & | in, | |
| int | cut | |||
| ) |
| void scorepair::clusterArray | ( | vector< set< string > > & | clar | ) |
| vector< set< string > > scorepair::getClusters | ( | ) |
References subclstr.
| void scorepair::addNewCluster | ( | connection & | pgdb, | |
| const string & | clusterid, | |||
| int & | clusterIdCnt | |||
| ) |
multimap<string, string> scorepair::rel [private] |
vector<string> scorepair::names [private] |
Referenced by badMembers(), clear(), quality(), and read().
vector<int> scorepair::seqlens [private] |
hatrees<string> scorepair::subclstr [private] |
Referenced by badMembers(), clusterArray(), getClusters(), quality(), and showcluster().
1.5.6