![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Encodes a single bond-order change between two pattern atoms applied when the parent transformation pattern matches. More...
#include <PatternBasedTautomerizationRule.hpp>
Public Attributes | |
| std::size_t | atom1ID |
| Pattern-atom ID of the first atom of the bond whose order changes. More... | |
| std::size_t | atom2ID |
| Pattern-atom ID of the second atom of the bond whose order changes. More... | |
| long | orderChange |
| Signed bond-order delta applied to the matched bond (positive = increase, negative = decrease). More... | |
Encodes a single bond-order change between two pattern atoms applied when the parent transformation pattern matches.
| std::size_t CDPL::Chem::PatternBasedTautomerizationRule::BondOrderChange::atom1ID |
Pattern-atom ID of the first atom of the bond whose order changes.
| std::size_t CDPL::Chem::PatternBasedTautomerizationRule::BondOrderChange::atom2ID |
Pattern-atom ID of the second atom of the bond whose order changes.
| long CDPL::Chem::PatternBasedTautomerizationRule::BondOrderChange::orderChange |
Signed bond-order delta applied to the matched bond (positive = increase, negative = decrease).