NCBI C++ ToolKit
|
Search Toolkit Book for CPhyloCSFData
#include <algo/gnomon/pcsf.hpp>
Public Member Functions | |
void | Read (CNcbiIstream &from) |
void | Write (CNcbiOstream &out) const |
SPhyloCSFSlice * | CreateSliceForContig (const string &contig_acc) const |
void | CompactFullScores (const map< string, array< TFVec, 2 >> &scores) |
Private Attributes | |
map< string, array< SPhyloCSFCompactScore, 2 > > | m_contig_scores |
Definition at line 190 of file pcsf.hpp.
References map_checker< Container >::clear(), i, and m_contig_scores.
|
inline |
Definition at line 181 of file pcsf.hpp.
References map_checker< Container >::end(), map_checker< Container >::find(), m_contig_scores, and SPhyloCSFSlice::m_scoresp.
|
inline |
Definition at line 107 of file pcsf.hpp.
References buf, map_checker< Container >::clear(), exit(), and m_contig_scores.
|
inline |
|
private |
Definition at line 205 of file pcsf.hpp.
Referenced by CompactFullScores(), CreateSliceForContig(), Read(), and Write().