Daylight v4.9
Release Date: 1 February 2008

Name

dt_alloc_pathset - allocate a new pathset object

Generic Prototype

dt_alloc_pathset(dt_Handle) => dt_Handle

C Prototype

#include "dt_smarts.h"

dt_Handle dt_alloc_pathset(dt_Handle object)

FORTRAN Prototype

include 'dt_f_smarts.inc'

integer*4 dt_f_alloc_pathset(object)

integer*4 object

Description

Allocates 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 Value

Returns a new pathset object or NULL_OB if the object is not a molecule or reaction.

Related Topics

dt_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)