#include <MOLFile.h>
Static Public Attributes |
|
| static const String | ATOM_MASS_DIFFERENCE |
| static const String | ATOM_HYDROGEN_COUNT |
| static const String | ATOM_STEREO_CARE_BOX |
| static const String | ATOM_VALENCE |
| static const String | ATOM_H0_DESIGNATOR |
| static const String | ATOM_REACTION_COMPONENT_TYPE |
| static const String | ATOM_REACTION_COMPONENT_NUMBER |
| static const String | ATOM_INVERSION_RETENTION |
| static const String | ATOM_EXACT_CHANGE |
| static const String | BOND_STEREO |
| static const String | BOND_TOPOLOGY |
| static const String | BOND_REACTING_CENTER_STATUS |
Some of the data read from MOL files cannot be stored immediately in the kernel datastructures, so they are stored as NamedProperty objects in Atom and Bond . These string constants are used to access the corresponding fields of the atom and bond block of the MOL file.
1.5.8