Daylight v4.9
Release Date: 1 February 2008

Name

dt_dfnormdata - retrieve extra data for a normalization

Generic Prototype

dt_dfnormdata(dt_Handle, dt_Integer) => dt_String

C Prototype

#include "dt_thor.h"

dt_String dt_dfnormdata(dt_Integer *len, dt_Handle object, dt_Integer norm)

FORTRAN Prototype

include 'dt_f_thor.inc'

integer*4 dt_f_dfnormdata(object, norm, string)

integer*4 object
integer*4 norm
character*()

Description

If the given normalization has extra data, gets that data. Normalizations which have additional data are: DX_THOR_REGEXP, DX_THOR_INDIR, DX_THOR_MAKERXNMOL, DX_THOR_AUTOGEN, and DX_THOR_SMILES_NTUPLE.

Return Value

Returns the additional data as a string. For all other objects, the dfnormdata is defined as the 'invalid string'.

Related Topics

dt_briefname(3) dt_datatype(3) dt_description(3) dt_dfnorm(3) dt_fieldtype(3) dt_getdatatype(3) dt_summary(3) dt_tag(3)