Daylight v4.9
Release Date: 1 February 2008

Name

dt_mapped - test if two atoms are in the same map class

Generic Prototype

dt_mapped(dt_Handle, dt_Handle) => dt_Boolean

C Prototype

#include "dt_smiles.h"

dt_Boolean dt_mapped(dt_Handle atom1, dt_Handle atom2)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_mapped(atom1, atom2)

integer*4 atom1
integer*4 atom2

Description

Tests the two given atoms to see if they are in the same map class in the reaction.

Return Value

Returns TRUE if the two atoms are in the same mapclass. Both atoms must be part of the same reaction. Otherwise, returns FALSE.

Related Topics

dt_getmap(3) dt_setmap(3)