![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Validate.h>
Public Member Functions | |
AllowedAtomsValidation (const std::vector< std::shared_ptr< Atom >> &atoms) | |
std::vector< ValidationErrorInfo > | validate (const ROMol &mol, bool reportAllFailures) const override |
The AllowedAtomsValidation class lets the user input a list of atoms, anything not on
Definition at line 161 of file Validate.h.
|
inline |
Definition at line 164 of file Validate.h.
|
overridevirtual |
Implements RDKit::MolStandardize::ValidationMethod.