RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::CIPLabeler::Rule1b Class Reference

#include <Rule1b.h>

Inheritance diagram for RDKit::CIPLabeler::Rule1b:
RDKit::CIPLabeler::SequenceRule

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 SortgetSorter () 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 Sortdp_sorter = nullptr
 

Detailed Description

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."

Definition at line 26 of file Rule1b.h.

Constructor & Destructor Documentation

◆ Rule1b()

RDKit::CIPLabeler::Rule1b::Rule1b ( )

Member Function Documentation

◆ compare()

int RDKit::CIPLabeler::Rule1b::compare ( const Edge * a,
const Edge * b ) const
overridevirtual

The documentation for this class was generated from the following file: