Daylight v4.9 Release Date: 1 February 2008 Namedt_alloc_pathset - allocate a new pathset objectGeneric Prototypedt_alloc_pathset(dt_Handle) => dt_HandleC Prototype#include "dt_smarts.h"dt_Handle dt_alloc_pathset(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_smarts.inc'integer*4 dt_f_alloc_pathset(object) integer*4 object DescriptionAllocates a new, empty pathset (contains no path objects). 'object' is the base object of the new pathset and can be a molecule or reaction.Return ValueReturns a new pathset object or NULL_OB if the object is not a molecule or reaction.Related Topicsdt_alloc_vbind(3) dt_getval(3) dt_match(3) dt_name(3) dt_setval(3) dt_smartin(3) dt_smarts_opt(3) dt_umatch(3) dt_vmatch(3) |