RDKit
Open-source cheminformatics and machine learning.
|
#include <Rule1b.h>
Public Member Functions | |
Rule1b () | |
int | compare (const Edge *a, const Edge *b) const override |
Public Member Functions inherited from RDKit::CIPLabeler::SequenceRule | |
SequenceRule () | |
virtual | ~SequenceRule () |
Descriptor | getBondLabel (const Edge *edge) const |
int | getComparision (const Edge *a, const Edge *b) const |
virtual int | getComparision (const Edge *a, const Edge *b, bool deep) const |
virtual const Sort * | getSorter () const |
int | recursiveCompare (const Edge *a, const Edge *b) const |
void | setSorter (const Sort *sorter) |
Priority | sort (const Node *node, std::vector< Edge * > &edges, bool deep) const |
Priority | sort (const Node *node, std::vector< Edge * > &edges) const |
Additional Inherited Members | |
Protected Attributes inherited from RDKit::CIPLabeler::SequenceRule | |
std::unique_ptr< const Sort > | dp_sorter = nullptr |
Sequence Rule 1b "A duplicate atom node whose corresponding nonduplicated atom node is the root or is closer to the root ranks higher than a duplicate atom node whose corresponding nonduplicated atom node is farther from the root."
RDKit::CIPLabeler::Rule1b::Rule1b | ( | ) |
Implements RDKit::CIPLabeler::SequenceRule.