![]() |
RDKit
Open-source cheminformatics and machine learning.
|
The IsotopeValidation class logs if molecule contains isotopes. More...
#include <Validate.h>
Public Member Functions | |
| IsotopeValidation (bool strict=false) | |
| std::vector< ValidationErrorInfo > | validate (const ROMol &mol, bool reportAllFailures) const override |
| std::shared_ptr< ValidationMethod > | copy () const override |
Public Member Functions inherited from RDKit::MolStandardize::ValidationMethod | |
| ValidationMethod ()=default | |
| virtual | ~ValidationMethod ()=default |
Public Attributes | |
| bool | strict |
The IsotopeValidation class logs if molecule contains isotopes.
Notes:
strict constructor parameter is passed a true argument, an error is returned only if the specified isotopic number is not found in the RDKit periodic table. Definition at line 141 of file Validate.h.
|
inline |
Definition at line 143 of file Validate.h.
References strict.
|
inlineoverridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.
Definition at line 147 of file Validate.h.
|
overridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.
| bool RDKit::MolStandardize::IsotopeValidation::strict |
Definition at line 151 of file Validate.h.
Referenced by IsotopeValidation().