Daylight v4.9
Release Date: 1 February 2008

Name

dt_alloc_mol - allocate a new molecule object

Generic Prototype

dt_alloc_mol(void) => dt_Handle

C Prototype

#include "dt_smiles.h"

dt_Handle dt_alloc_mol(void)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_alloc_mol()

Description

Allocates a new molecule object. The molecule is initially empty.

Return Value

Returns the handle of a new molecule object, or NULL_OB if an error is detected.

Related Topics

dt_addatom(3) dt_addbond(3) dt_mod_is_on(3) dt_mod_off(3) dt_mod_on(3) dt_smilin(3)