![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Validate.h>
Public Member Functions | |
std::vector< ValidationErrorInfo > | validate (const ROMol &mol, bool reportAllFailures) const override |
![]() | |
ValidationMethod ()=default | |
virtual | ~ValidationMethod ()=default |
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.