Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/gnomon/
H A Dgnomon_model.hpp785 class NCBI_XALGOGNOMON_EXPORT CModelCluster : public list<Model> { class
788 CModelCluster(int f = numeric_limits<int>::max(), int s = 0) : m_limits(f,s) {} in CModelCluster() function in CModelCluster
789 CModelCluster(TSignedSeqRange limits) : m_limits(limits) {} in CModelCluster() function in CModelCluster
794 void Splice(CModelCluster& c) { // elements removed from c and inserted into *this in Splice()
799 bool operator<(const CModelCluster& c) const { return Precede(m_limits, c.m_limits); } in operator <()
810 typedef CModelCluster<CGeneModel> TGeneModelCluster;
811 typedef CModelCluster<CAlignModel> TAlignModelCluster;