RDKit
Open-source cheminformatics and machine learning.
|
#include <Priority.h>
Public Member Functions | |
Priority ()=delete | |
Priority (bool unique, bool pseudoAsym) | |
bool | isUnique () const |
bool | isPseudoAsymetric () const |
Holds some properties that are determined when sorting/prioritising substituents.
Definition at line 21 of file Priority.h.
|
delete |
Definition at line 25 of file Priority.h.
|
inline |
Indicates the descriptor type used to. This allows methods that represent pseudo-asymmetric molecules to indicate that the centre is pseudo-asymmetric.
Definition at line 42 of file Priority.h.
|
inline |
Indicates whether the substituents were unique (i.e. could be ordered)
Definition at line 33 of file Priority.h.