RDKit
Open-source cheminformatics and machine learning.
|
#include <Validate.h>
Public Member Functions | |
RDKitValidation (bool allowEmptyMolecules=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 | allowEmptyMolecules |
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 81 of file Validate.h.
Definition at line 83 of file Validate.h.
|
inlineoverridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.
Definition at line 89 of file Validate.h.
|
overridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.
bool RDKit::MolStandardize::RDKitValidation::allowEmptyMolecules |
Definition at line 93 of file Validate.h.