![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Validate.h>
Public Member Functions | |
| std::vector< ValidationErrorInfo > | validate (const ROMol &mol, bool reportAllFailures) const override |
Public Member Functions inherited from RDKit::MolStandardize::ValidationMethod | |
| ValidationMethod ()=default | |
| virtual | ~ValidationMethod ()=default |
| virtual std::vector< ValidationErrorInfo > | validate (const ROMol &mol, bool reportAllFailures) const =0 |
The RDKitValidation class throws an error when there are no atoms in the molecule or when there is incorrect atom valency.
Notes:
Definition at line 69 of file Validate.h.
|
overridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.