29 #ifndef CDPL_CHEM_MOLECULARGRAPHPROPERTY_HPP
30 #define CDPL_CHEM_MOLECULARGRAPHPROPERTY_HPP
50 namespace MolecularGraphProperty
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Unique lookup key for control-parameter and property values.
Definition: LookupKey.hpp:54
CDPL_CHEM_API const Base::LookupKey CYCLIC_SUBSTRUCTURE
Specifies the union of all rings (the cyclic substructure) of the molecular graph.
CDPL_CHEM_API const Base::LookupKey MOL2_CHARGE_TYPE
Specifies the Sybyl MOL2 partial atom charge type (see namespace Chem::MOL2ChargeType).
CDPL_CHEM_API const Base::LookupKey STRUCTURE_DATA
Specifies the structure data block associated with the molecular graph (typically read from/written t...
CDPL_CHEM_API const Base::LookupKey HASH_CODE
Specifies the 64-bit topological hash code of the molecular graph.
CDPL_CHEM_API const Base::LookupKey NAME
Specifies the name (or title) of the molecular graph.
CDPL_CHEM_API const Base::LookupKey COMPONENTS
Specifies the components of the molecular graph.
CDPL_CHEM_API const Base::LookupKey GEOMETRICAL_DISTANCE_MATRIX
Specifies the geometrical (Euclidean) all-pair distance matrix.
CDPL_CHEM_API const Base::LookupKey SSSR
Specifies the smallest set of smallest rings (SSSR) of the molecular graph.
CDPL_CHEM_API const Base::LookupKey MDL_PROGRAM_NAME
Specifies the program name stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey STOICHIOMETRIC_NUMBER
Specifies the stoichiometric multiplier of the molecular graph in a reaction.
CDPL_CHEM_API const Base::LookupKey MOL2_MOLECULE_TYPE
Specifies the Sybyl MOL2 molecule type of the molecular graph (see namespace Chem::MOL2MoleculeType).
CDPL_CHEM_API const Base::LookupKey CONFORMATION_INDEX
Specifies the index of the active conformation (within the per-atom 3D coordinates arrays).
CDPL_CHEM_API const Base::LookupKey MDL_CHIRAL_FLAG
Specifies the chiral flag stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey MDL_ENERGY
Specifies the energy value stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey MDL_SCALING_FACTOR1
Specifies the first (integer) scaling factor stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey RINGS
Specifies the complete set of rings of the molecular graph.
CDPL_CHEM_API const Base::LookupKey TIMESTAMP
Specifies a creation/modification timestamp associated with the molecular graph.
CDPL_CHEM_API const Base::LookupKey MDL_DIMENSIONALITY
Specifies the dimensionality flag stored in the MDL CTAB header (0 = unspecified, 2 = 2D,...
CDPL_CHEM_API const Base::LookupKey MATCH_CONSTRAINTS
Specifies the substructure match constraints associated with the molecular graph.
CDPL_CHEM_API const Base::LookupKey CONFORMER_ENERGIES
Specifies the conformer energy values.
CDPL_CHEM_API const Base::LookupKey MATCH_EXPRESSION
Specifies the substructure match expression associated with the molecular graph.
CDPL_CHEM_API const Base::LookupKey COMPONENT_GROUPS
Specifies molecular graph component groups for substructure searching.
CDPL_CHEM_API const Base::LookupKey MDL_CTAB_VERSION
Specifies the MDL connection table (CTAB) version (see namespace Chem::MDLDataFormatVersion).
CDPL_CHEM_API const Base::LookupKey PI_ELECTRON_SYSTEMS
Specifies the perceived π-electron systems of the molecular graph.
CDPL_CHEM_API const Base::LookupKey AROMATIC_SUBSTRUCTURE
Specifies the union of all aromatic rings (the aromatic substructure) of the molecular graph.
CDPL_CHEM_API const Base::LookupKey COMMENT
Specifies a free-text comment associated with the molecular graph.
CDPL_CHEM_API const Base::LookupKey MDL_SCALING_FACTOR2
Specifies the second (floating-point) scaling factor stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey MDL_USER_INITIALS
Specifies the user initials stored in the MDL CTAB header.
CDPL_CHEM_API const Base::LookupKey TOPOLOGICAL_DISTANCE_MATRIX
Specifies the topological (bond count) all-pair distance matrix.
CDPL_CHEM_API const Base::LookupKey MDL_REGISTRY_NUMBER
Specifies the registry number stored in the MDL CTAB header.
The namespace of the Chemical Data Processing Library.