![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Provides keys for built-in Chem::Bond properties. More...
Variables | |
| CDPL_CHEM_API const Base::LookupKey | ORDER |
| Specifies the bond order. More... | |
| CDPL_CHEM_API const Base::LookupKey | RING_FLAG |
| Specifies whether the bond is a member of any ring. More... | |
| CDPL_CHEM_API const Base::LookupKey | AROMATICITY_FLAG |
| Specifies whether the bond is a member of an aromatic ring system. More... | |
| CDPL_CHEM_API const Base::LookupKey | STEREO_DESCRIPTOR |
| Specifies the stereochemical descriptor of the bond. More... | |
| CDPL_CHEM_API const Base::LookupKey | STEREO_CENTER_FLAG |
| Specifies whether the bond is a stereogenic center. More... | |
| CDPL_CHEM_API const Base::LookupKey | CIP_CONFIGURATION |
| Specifies the CIP stereochemical configuration label of the bond (see namespace Chem::CIPDescriptor). More... | |
| CDPL_CHEM_API const Base::LookupKey | DIRECTION |
| Specifies the bond direction in SMILES and SMARTS strings (see [SMILES, SMARTS], namespace Chem::BondDirection). More... | |
| CDPL_CHEM_API const Base::LookupKey | STEREO_2D_FLAG |
| Specifies the 2D stereo flag of the bond (see namespace Chem::BondStereoFlag). More... | |
| CDPL_CHEM_API const Base::LookupKey | SYBYL_TYPE |
| Specifies the SYBYL bond type (see namespace Chem::SybylBondType). More... | |
| CDPL_CHEM_API const Base::LookupKey | REACTION_CENTER_STATUS |
| Specifies the reaction center status of the bond (see namespace Chem::ReactionCenterStatus). More... | |
| CDPL_CHEM_API const Base::LookupKey | MATCH_CONSTRAINTS |
| Specifies the substructure matching constraints associated with the bond. More... | |
| CDPL_CHEM_API const Base::LookupKey | MATCH_EXPRESSION |
| Specifies the substructure matching expression associated with the bond. More... | |
| CDPL_CHEM_API const Base::LookupKey | MATCH_EXPRESSION_STRING |
| Specifies a string representation of the substructure matching expression associated with the bond. More... | |
Provides keys for built-in Chem::Bond properties.
|
extern |
Specifies the bond order.
Value Type: std::size_t
|
extern |
Specifies whether the bond is a member of any ring.
Value Type: bool
|
extern |
Specifies whether the bond is a member of an aromatic ring system.
Value Type: bool
|
extern |
Specifies the stereochemical descriptor of the bond.
Value Type: Chem::StereoDescriptor
|
extern |
Specifies whether the bond is a stereogenic center.
Value Type: bool
|
extern |
Specifies the CIP stereochemical configuration label of the bond (see namespace Chem::CIPDescriptor).
Value Type: unsigned int
|
extern |
Specifies the bond direction in SMILES and SMARTS strings (see [SMILES, SMARTS], namespace Chem::BondDirection).
Value Type: unsigned int
|
extern |
Specifies the 2D stereo flag of the bond (see namespace Chem::BondStereoFlag).
Value Type: unsigned int
|
extern |
Specifies the SYBYL bond type (see namespace Chem::SybylBondType).
Value Type: unsigned int
|
extern |
Specifies the reaction center status of the bond (see namespace Chem::ReactionCenterStatus).
Value Type: unsigned int
|
extern |
Specifies the substructure matching constraints associated with the bond.
Value Type: Chem::MatchConstraintList::SharedPointer
|
extern |
Specifies the substructure matching expression associated with the bond.
Value Type: Chem::MatchExpression<Chem::Bond, Chem::MolecularGraph>::SharedPointer
|
extern |
Specifies a string representation of the substructure matching expression associated with the bond.
Value Type: std::string