42#ifndef __INCHI_DLL_B_H__
43#define __INCHI_DLL_B_H__
46#define AB_PARITY_UNKN 3
49#define AB_PARITY_UNDF 4
53#define MOL2INCHI_NO_RAM 1001
54#define MOL2INCHI_BAD_COMMAND_LINE 1002
enum tagInputType INPUT_TYPE
unsigned long INCHI_MODE
Definition ichisize.h:60
signed short S_SHORT
Definition inchi_api.h:119
inchi_Atom * CreateInchiAtom(int num_atoms)
Definition inchi_dll_b.c:117
int is_element_a_metal(char szEl[])
Definition inchi_dll_b.c:543
inchi_Stereo0D * CreateInchi_Stereo0D(int num_stereo0D)
Definition readinch.c:118
int InchiToInchiAtom(INCHI_IOSTREAM *inp_molfile, inchi_Stereo0D **stereo0D, int *num_stereo0D, int bDoNotAddH, int vABParityUnknown, INPUT_TYPE nInputType, inchi_Atom **at, int max_num_at, int *num_dimensions, int *num_bonds, char *pSdfLabel, char *pSdfValue, long *Id, INCHI_MODE *pInpAtomFlags, int *err, char *pStrErr)
Definition inchi_dll_b.c:582
void FreeInchi_Input(inchi_Input *inp_at_data)
Definition inchi_dll_b.c:439
void FreeInchi_Stereo0D(inchi_Stereo0D **stereo0D)
Definition readinch.c:125
void FreeInchi_Atom(inchi_Atom **at)
Definition inchi_dll_b.c:106
S_SHORT * is_in_the_slist(S_SHORT *pathAtom, S_SHORT nNextAtom, int nPathLen)
Definition inchi_dll_b.c:531
Definition inchi_api.h:434
Definition inchi_api.h:134