InChI
 
Loading...
Searching...
No Matches
A_MOL_FMT_CTAB Struct Reference

Connection table data structure. More...

#include <mol_fmt.h>

+ Collaboration diagram for A_MOL_FMT_CTAB:

Data Fields

int n_atoms
 
int n_bonds
 
char chiral_flag
 
short n_stext_entries
 
short n_property_lines
 
short follow_inchi_1_treating_iso_mass
 
char version_string [7]
 
MOL_FMT_ATOMatoms
 
MOL_FMT_BONDbonds
 
MOL_COORDcoords
 
MOL_FMT_SGROUPS sgroups
 
MOL_FMT_v3000v3000
 

Detailed Description

Connection table data structure.

Parameters
n_atomsNumber of atoms in the molecule.
n_bondsNumber of bonds in the molecule.
n_atom_listsNumber of atom lists.
chiral_flagChiral flag indicating the presence of chiral centers.
n_stext_entriesNumber of stereo text entries.
n_reaction_components_plus_1Number of reaction components.
n_reactantsNumber of reactants.
n_productsNumber of products.
n_intermediatesNumber of intermediates.
n_property_linesNumber of property lines.
follow_inchi_1_treating_iso_massFlag indicating whether to follow InChI-1 treating isotopic mass.
version_stringVersion string indicating the format version.
atomsPointer to the array of atom block data structure.
bondsPointer to the array of bond block data structure.
coordsPointer to the array of coordinate data structure.
sgroupsGrowable array of pointers to Sgroup objects.
v3000Pointer to the V3000 specific data structure.

Field Documentation

◆ atoms

MOL_FMT_ATOM* A_MOL_FMT_CTAB::atoms

◆ bonds

MOL_FMT_BOND* A_MOL_FMT_CTAB::bonds

◆ chiral_flag

char A_MOL_FMT_CTAB::chiral_flag

◆ coords

MOL_COORD* A_MOL_FMT_CTAB::coords

◆ follow_inchi_1_treating_iso_mass

short A_MOL_FMT_CTAB::follow_inchi_1_treating_iso_mass

◆ n_atoms

int A_MOL_FMT_CTAB::n_atoms

◆ n_bonds

int A_MOL_FMT_CTAB::n_bonds

◆ n_property_lines

short A_MOL_FMT_CTAB::n_property_lines

◆ n_stext_entries

short A_MOL_FMT_CTAB::n_stext_entries

◆ sgroups

MOL_FMT_SGROUPS A_MOL_FMT_CTAB::sgroups

◆ v3000

MOL_FMT_v3000* A_MOL_FMT_CTAB::v3000

◆ version_string

char A_MOL_FMT_CTAB::version_string[7]

The documentation for this struct was generated from the following file: