Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dmmdbapi.h170 #define IsGraphRNABase(pfb) ((pfb)->bWhat & (Byte) RES_RNA)
172 #define IsGraphNABase(pfb) (((pfb)->bWhat & (Byte) RES_RNA) || ((pfb)->bWhat & (Byte) RES_DNA))
174 #define IsGraphNAorAA(pfb) (((pfb)->bWhat & (Byte) RES_RNA) || ((pfb)->bWhat & (Byte) RES_DNA)\
H A Dmmdbapi2.c1740 if (((pmgdThis->bWhat & RES_RNA) || (pmgdThis->bWhat & RES_DNA)) && in LinkAlpha()
1894 if ((pmgdThis->bWhat & (Byte) RES_RNA) || (pmgdThis->bWhat & (Byte) RES_DNA)) in GetMainAtom()
H A Dmmdbapi.doc794 IsGraphRNABase(pfb) (pfb ->bWhat & (Byte) RES_RNA)
796 IsGraphNABase(pfb) ((pfb ->bWhat & (Byte) RES_RNA) || (pfb ->bWhat & (Byte) RES_DNA))
798 IsGraphNAorAA(pfb) ((pfb ->bWhat & (Byte) RES_RNA) || (pfb ->bWhat & (Byte) RES_DNA)\
H A Dmmdbapi1.h395 #define RES_RNA 0x10 macro
H A Dmmdbapi3.c1830 if ((pmgdThis->bWhat & (Byte) RES_RNA) || (pmgdThis->bWhat & (Byte) RES_DNA)) in WriteKinSeq()
2174 if (!((pmgdThis->bWhat & (Byte) RES_RNA) || (pmgdThis->bWhat & (Byte) RES_DNA))) return; in WriteKinNAResType()
3449 if ((pmgdThis->bWhat & (Byte) RES_RNA) || (pmgdThis->bWhat & (Byte) RES_DNA)) in WriteStrucHTMLSeq()
H A Dmmdbapi1.c4795 pmgdThis->bWhat = (Byte) (pmgdThis->bWhat | (Byte) RES_RNA); in Biostruc2Modelstruc()
/dports/biology/ncbi-toolkit/ncbi/cn3d/
H A Dcn3dmatn.c257 if ((pmgdThis->bWhat & (Byte) RES_RNA) in DoMediaHL()