Data structure for V3000 representation in the MOL format. More...
#include <mol_fmt.h>
Data Fields | |
int | n_non_star_atoms |
int | n_star_atoms |
int * | atom_index_orig |
int * | atom_index_fin |
int | n_sgroups |
int | n_3d_constraints |
int | n_collections |
int | n_non_haptic_bonds |
int | n_haptic_bonds |
NUM_LISTS * | haptic_bonds |
int | n_steabs |
NUM_LISTS * | steabs |
int | n_sterel |
NUM_LISTS * | sterel |
int | n_sterac |
NUM_LISTS * | sterac |
Data structure for V3000 representation in the MOL format.
n_non_star_atoms | Number of non-star atoms. |
n_star_atoms | Number of star atoms. |
atom_index_orig | Original atom indices as supplied. |
atom_index_fin | Final atom indices, with -1 for star atoms. |
n_sgroups | Number of S-groups. |
n_3d_constraints | Number of 3D constraints. |
n_collections | Number of collections. |
n_non_haptic_bonds | Number of non-haptic bonds. |
n_haptic_bonds | Number of haptic bonds. |
haptic_bonds | Pointer to the list of haptic bonds. |
n_steabs | Number of absolute stereo groups. |
steabs | Pointer to the list of absolute stereo groups (e.g. R and S). |
n_sterel | Number of relative stereo groups. |
sterel | Pointer to the list of relative stereo groups (OR - describes the orientation of groups relative to each other, such as in cis- and trans-isomers). |
n_sterac | Number of racemic stereo groups. |
sterac | Pointer to the list of racemic stereo groups (AND - equal 50:50 mixture of two enantiomers of a chiral molecule). |
int* A_MOL_FMT_v3000::atom_index_fin |
int* A_MOL_FMT_v3000::atom_index_orig |
NUM_LISTS* A_MOL_FMT_v3000::haptic_bonds |
int A_MOL_FMT_v3000::n_3d_constraints |
int A_MOL_FMT_v3000::n_collections |
int A_MOL_FMT_v3000::n_haptic_bonds |
int A_MOL_FMT_v3000::n_non_haptic_bonds |
int A_MOL_FMT_v3000::n_non_star_atoms |
int A_MOL_FMT_v3000::n_sgroups |
int A_MOL_FMT_v3000::n_star_atoms |
int A_MOL_FMT_v3000::n_steabs |
int A_MOL_FMT_v3000::n_sterac |
int A_MOL_FMT_v3000::n_sterel |
NUM_LISTS* A_MOL_FMT_v3000::steabs |
NUM_LISTS* A_MOL_FMT_v3000::sterac |
NUM_LISTS* A_MOL_FMT_v3000::sterel |