![]() |
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 80 of file Validate.h.
|
inline |
Definition at line 82 of file Validate.h.
References allowEmptyMolecules.
|
inlineoverridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.
Definition at line 88 of file Validate.h.
|
overridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.
| bool RDKit::MolStandardize::RDKitValidation::allowEmptyMolecules |
Definition at line 92 of file Validate.h.
Referenced by RDKitValidation().