![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Validate.h>
Public Member Functions | |
| AllowedAtomsValidation (std::vector< std::shared_ptr< Atom > > atoms) | |
| 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 |
The AllowedAtomsValidation class lets the user input a list of atoms, anything not on the list throws an error.
Definition at line 174 of file Validate.h.
|
inline |
Definition at line 177 of file Validate.h.
|
inlineoverridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.
Definition at line 182 of file Validate.h.
|
overridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.