Home
last modified time | relevance | path

Searched refs:CSupportInfo (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/gnomon/
H A Dgnomon_model.hpp79 class CSupportInfo class
82 CSupportInfo(Int8 model_id, bool core=false);
88 bool operator==(const CSupportInfo& s) const;
89 bool operator<(const CSupportInfo& s) const;
96 typedef CVectorSet<CSupportInfo> CSupportInfoSet;
477 bool AddSupport(const CSupportInfo& support) { return m_support.insert(support); } in AddSupport()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_model.cpp1902 a.AddSupport(CSupportInfo(id, core)); in ParseAttributes()
2436 CSupportInfo::CSupportInfo(Int8 model_id, bool core) in CSupportInfo() function in CSupportInfo
2441 Int8 CSupportInfo::GetId() const in GetId()
2446 void CSupportInfo::SetCore(bool core) in SetCore()
2451 bool CSupportInfo::IsCore() const in IsCore()
2456 bool CSupportInfo::operator==(const CSupportInfo& s) const in operator ==()
2461 bool CSupportInfo::operator<(const CSupportInfo& s) const in operator <()
H A Dparse.cpp500 support.AddSupport(CSupportInfo(algn.ID(),false)); in AddSupport()
H A Dchainer.cpp4578 AddSupport(CSupportInfo(id,sp_core.count(id))); in CalculateSupportAndWeightFromMembers()