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