Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dmmdbapi.h217 #define IsObjectSphere(pfb) ((pfb)->bWhat & (Byte) OBJ_SPHERE)
H A Dmmdbapi1.h441 #define OBJ_SPHERE 0x80 macro
H A Dmmdbapi4.c171 if (!(pmodThis->bWhat & (Byte) OBJ_SPHERE)) return FALSE; in RefreshSurface()
H A Dmmdbapi.doc844 IsObjectSphere(pfb) (pfb ->bWhat & (Byte) OBJ_SPHERE)
H A Dmmdbapi1.c1768 pmodThis->bWhat = (Byte)(pmodThis->bWhat | (Byte) OBJ_SPHERE); in FillSurface()
/dports/biology/ncbi-toolkit/ncbi/cn3d/
H A Dalgorend.c3363 case OBJ_SPHERE: in RenderObject()