Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dmmdbapi2.c1809 if ((Int1) pmadThis->pvnmaLink->choice > MAX_ELEMENTS) in SetIons()
1816 if ((Int1) pmadThis->pvnmaLink->choice == 1) return; in SetIons()
1817 if ((Int1) pmadThis->pvnmaLink->choice == 6) return; in SetIons()
1818 if ((Int1) pmadThis->pvnmaLink->choice == 8) return; in SetIons()
1819 if ((Int1) pmadThis->pvnmaLink->choice == 7) return; in SetIons()
1823 if ((Uint1) pmadThis->pvnmaLink->choice == IsNotIon[iCount]) in SetIons()
H A Dmmdbapi3.c443 pcTemp = ElementName(pmadThis->pvnmaLink->choice); in WriteAtomOrHet()
530 ElementName(pmadThis->pvnmaLink->choice)); in WriteAtomOrHet()
542 ElementName(pmadThis->pvnmaLink->choice)); /* finish the ATOM string */ in WriteAtomOrHet()
562 ElementName(pmadThis->pvnmaLink->choice)); in WriteAtomOrHet()
1957 pcAtomFrom = StringSave(ElementName((Int1)pmadFrom->pvnmaLink->choice)); in AddLineKin()
1960 pcAtomTo = StringSave(ElementName((Int1)pmadTo->pvnmaLink->choice)); in AddLineKin()
2244 if (pmadThis->pvnmaLink->choice > MAX_ELEMENTS) return; in WriteKinIon()
2249 pcElName = ElementName((Int1)pmadThis->pvnmaLink->choice); in WriteKinIon()
2253 KineColors[(int)ElementKinColors[(int)pmadThis->pvnmaLink->choice]], in WriteKinIon()
2254 (float) (ElementSize((Int1)pmadThis->pvnmaLink->choice)), in WriteKinIon()
[all …]
H A Dmmdbapi.h202 #define AtomicNumber(pfb) (pfb)->pvnmaLink->choice
H A Dmmdbapi1.h776 PVNMA pvnmaLink; /* element number is pvnmaLink->choice */ member
H A Dmmdbapi.doc829 AtomicNumber(pfb) pfb ->pvnmaLink->choice
H A Dmmdbapi1.c819 pmadNew->pvnmaLink = pvnmaNew; in NewVNMA()
/dports/biology/ncbi-toolkit/ncbi/cn3d/
H A Dalgorend.c3870 Cn3d_PaletteRGB[ElementKinColors[(Int1) pmadThis->pvnmaLink->choice]]); in RenderAllAtom()
3914 (FloatLo) ((ElementSize((Int1) pmadThis->pvnmaLink->choice))); in RenderAllAtom()
3933 if ((Cn3d_DoHydrogens == FALSE) && (pmadThis->pvnmaLink->choice == 1)) in RenderAllAtom()
4004 if ((Cn3d_DoHydrogens == FALSE) && (pmadDrawTo->pvnmaLink->choice == 1)) in RenderAllAtom()