#include "string.h"#include "../../../../INCHI_BASE/src/mode.h"#include "../../../../INCHI_BASE/src/inchi_api.h"#include "../../../../INCHI_BASE/src/util.h"#include "../../../../INCHI_BASE/src/bcf_s.h"#include "../../../../INCHI_BASE/src/ichirvrs.h"#include "ixa_mol.h"#include "ixa_status.h"
Include dependency graph for ixa_read_inchi.c:Functions | |
| static IXA_ATOMID | AnalyseInternalVertex (IXA_STATUS_HANDLE hStatus, IXA_MOL_HANDLE hMolecule, IXA_ATOMID vVertex, IXA_ATOMID vInternal, IXA_ATOMID vIgnore1, IXA_ATOMID vIgnore2) |
| static IXA_BONDID | FindCumuleneCentre (IXA_STATUS_HANDLE hStatus, IXA_MOL_HANDLE hMolecule, IXA_ATOMID vInternal1, IXA_ATOMID vInternal2) |
| void INCHI_DECL | IXA_MOL_ReadInChI (IXA_STATUS_HANDLE hStatus, IXA_MOL_HANDLE hMolecule, const char *pInChI) |
| void INCHI_DECL | IXA_MOL_ReadAuxInfo (IXA_STATUS_HANDLE hStatus, IXA_MOL_HANDLE hMolecule, char *pAuxInfo, int bDoNotAddH, int bDiffUnkUndfStereo) |
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| void INCHI_DECL IXA_MOL_ReadAuxInfo | ( | IXA_STATUS_HANDLE | hStatus, |
| IXA_MOL_HANDLE | hMolecule, | ||
| char * | pAuxInfo, | ||
| int | bDoNotAddH, | ||
| int | bDiffUnkUndfStereo | ||
| ) |
Here is the call graph for this function:| void INCHI_DECL IXA_MOL_ReadInChI | ( | IXA_STATUS_HANDLE | hStatus, |
| IXA_MOL_HANDLE | hMolecule, | ||
| const char * | pInChI | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function: