Daylight v4.9 Release Date: 1 February 2008 Namedt_mapped - test if two atoms are in the same map classGeneric Prototypedt_mapped(dt_Handle, dt_Handle) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_mapped(dt_Handle atom1, dt_Handle atom2) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_mapped(atom1, atom2)
integer*4 atom1
DescriptionTests the two given atoms to see if they are in the same map class in the reaction.Return ValueReturns TRUE if the two atoms are in the same mapclass. Both atoms must be part of the same reaction. Otherwise, returns FALSE.Related Topicsdt_getmap(3) dt_setmap(3) |