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

#include <Rule5.h>

Inheritance diagram for RDKit::CIPLabeler::Rule5:
RDKit::CIPLabeler::SequenceRule

Public Member Functions

 Rule5 ()
 
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 5 An atom or group with descriptor 'R','M' and 'seqCis' has priority over its enantiomorph 'S', 'P' or 'seqTrans'.

Definition at line 24 of file Rule5.h.

Constructor & Destructor Documentation

◆ Rule5()

RDKit::CIPLabeler::Rule5::Rule5 ( )

Member Function Documentation

◆ compare()

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

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