Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dmmdbapi2.c1621 …pmadThis->bWhat = (Byte)(pmadThis->bWhat | (Byte) AM_PALPHA | (Byte) AM_PARTIALBACKBONE | (Byte) A… in SetBackBone()
1633 … pmadThis->bWhat = (Byte) (pmadThis->bWhat | (Byte) AM_BACKBONE | (Byte) AM_PARTIALBACKBONE); in SetBackBone()
1635 … pmadThis->bWhat = (Byte) (pmadThis->bWhat | (Byte) AM_BACKBONE | (Byte) AM_PARTIALBACKBONE); in SetBackBone()
1637 …This->bWhat = (Byte)(pmadThis->bWhat | (Byte) AM_C4RIBOSE | (Byte) AM_PARTIALBACKBONE| (Byte) AM_B… in SetBackBone()
1641 … pmadThis->bWhat = (Byte)(pmadThis->bWhat | (Byte) AM_BACKBONE | (Byte) AM_PARTIALBACKBONE); in SetBackBone()
1643 … pmadThis->bWhat = (Byte)(pmadThis->bWhat | (Byte) AM_BACKBONE | (Byte) AM_PARTIALBACKBONE); in SetBackBone()
1657 …What = (Byte)(pmadThis->bWhat | (Byte) AM_CALPHA | (Byte) AM_BACKBONE | (Byte) AM_PARTIALBACKBONE); in SetBackBone()
1660 … pmadThis->bWhat = (Byte)(pmadThis->bWhat | (Byte) AM_BACKBONE | (Byte) AM_PARTIALBACKBONE); in SetBackBone()
H A Dmmdbapi.h192 #define IsAtomPartialBackBone(pfb) ((pfb)->bWhat & (Byte) AM_PARTIALBACKBONE)
H A Dmmdbapi1.h410 #define AM_PARTIALBACKBONE 0x08 /* PROT & NA - all atoms off linear backbone */ macro
/dports/biology/ncbi-toolkit/ncbi/cn3d/
H A Dalgorend.c4717 prkNew->NodeWhat = (Byte) (AM_BACKBONE | AM_PARTIALBACKBONE); in RenderGraph()