Home
last modified time | relevance | path

Searched defs:CIntron (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcintron.hpp9 class CIntron class
12 CIntron() : m_pos( 0 ), m_min( 0 ), m_max( 0 ) {} in CIntron() function in CIntron
13 CIntron( int pos, int sz = 0 ) : m_pos( pos ), m_min( sz ), m_max( sz ) {} in CIntron() function in CIntron
14CIntron( int pos, const CIntron& other ) : m_pos( pos ), m_min( other.GetMin() ), m_max( other.Get… in CIntron() function in CIntron
36 inline CIntron::CIntron( const char * _arg ) in CIntron() function in CIntron
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/prosplign/
H A Dintron.hpp224 class CIntron : public CAnyIntron { class
317CIntron(/*int i,*/ int j, char amin, char don11, char don21, char acs11, char acs21, const CAlignI… in CIntron() function in CIntron
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dhmm.cpp306 CIntron::CIntron(EStrand strn, int ph, int point, const CSeqScores& seqscr, const CIntronParameters… in CIntron() function in CIntron
H A Dhmm.hpp446 class CIntron : public CHMM_State class