Daylight v4.9 Release Date: 1 February 2008 Namedt_xatom - find the atom across a bond from an atomGeneric Prototypedt_xatom(dt_Handle, dt_Handle) => dt_HandleC Prototype#include "dt_smiles.h"dt_Handle dt_xatom(dt_Handle atom, dt_Handle bond) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_xatom(atom, bond)
integer*4 atom
DescriptionFinds the atom which is across the bond 'bond' from atom 'atom'.Return ValueReturns the atom or the NULL_OB if 'bond' doesn't connect to 'atom' or if inappropriate objects are given as arguments.Related Topicsdt_addatom(3) dt_addbond(3) dt_alloc_mol(3) dt_bond(3) |