NCBI C++ ToolKit
|
Search Toolkit Book for CDUpdateStats
#include <algo/structure/cd_utils/cuCdUpdater.hpp>
Public Types | |
typedef pair< TGi, TGi > | OldNewGiPair |
Public Member Functions | |
CDUpdateStats () | |
string | toString (bool detailed=true) |
Public Attributes | |
int | numBlastHits |
vector< TGi > | envSeq |
vector< TGi > | fragmented |
vector< TGi > | overlap |
vector< TGi > | noSeq |
vector< TGi > | badAlign |
vector< TGi > | redundant |
int | numRedundant |
vector< OldNewGiPair > | oldNewPairs |
int | numObsolete |
int | numFilteredByOverlap |
Private Member Functions | |
string | toString (vector< TGi > &gis, string type) |
string | toString (vector< TGi > &gis) |
string | toString (vector< OldNewGiPair > &giPairs, string type) |
Definition at line 73 of file cuCdUpdater.hpp.
typedef pair<TGi, TGi> CDUpdateStats::OldNewGiPair |
Definition at line 83 of file cuCdUpdater.hpp.
CDUpdateStats::CDUpdateStats | ( | ) |
Definition at line 64 of file cuCdUpdater.cpp.
Definition at line 67 of file cuCdUpdater.cpp.
References badAlign, envSeq, fragmented, NStr::IntToString(), noSeq, numBlastHits, numFilteredByOverlap, numObsolete, numRedundant, oldNewPairs, overlap, and result.
Referenced by toString().
|
private |
Definition at line 129 of file cuCdUpdater.cpp.
References first(), i, result, and NStr::UIntToString().
Definition at line 118 of file cuCdUpdater.cpp.
Definition at line 106 of file cuCdUpdater.cpp.
References result, toString(), and NStr::UIntToString().
vector<TGi> CDUpdateStats::badAlign |
Definition at line 80 of file cuCdUpdater.hpp.
Referenced by CDUpdater::checkBlastAndUpdate(), CDUpdater::processBlastHits(), toString(), and CDUpdater::update().
vector<TGi> CDUpdateStats::envSeq |
Definition at line 76 of file cuCdUpdater.hpp.
Referenced by toString().
vector<TGi> CDUpdateStats::fragmented |
Definition at line 77 of file cuCdUpdater.hpp.
Referenced by CDUpdater::passedFilters(), and toString().
vector<TGi> CDUpdateStats::noSeq |
Definition at line 79 of file cuCdUpdater.hpp.
Referenced by CDUpdater::passedFilters(), toString(), and CDUpdater::update().
int CDUpdateStats::numBlastHits |
Definition at line 75 of file cuCdUpdater.hpp.
Referenced by toString(), and CDUpdater::update().
int CDUpdateStats::numFilteredByOverlap |
Definition at line 86 of file cuCdUpdater.hpp.
Referenced by toString(), and CDUpdater::update().
int CDUpdateStats::numObsolete |
Definition at line 85 of file cuCdUpdater.hpp.
Referenced by toString().
int CDUpdateStats::numRedundant |
Definition at line 82 of file cuCdUpdater.hpp.
Referenced by toString().
vector<OldNewGiPair> CDUpdateStats::oldNewPairs |
Definition at line 84 of file cuCdUpdater.hpp.
Referenced by CDUpdater::findRowsWithOldSeq(), toString(), and CDUpdater::update().
vector<TGi> CDUpdateStats::overlap |
Definition at line 78 of file cuCdUpdater.hpp.
Referenced by CDUpdater::passedFilters(), and toString().
vector<TGi> CDUpdateStats::redundant |
Definition at line 81 of file cuCdUpdater.hpp.