RDKit
Open-source cheminformatics and machine learning.
RDKit::MolStandardize::RDKitValidation Class Reference

The RDKitValidation class throws an error when there are no atoms in the. More...

#include <Validate.h>

Inheritance diagram for RDKit::MolStandardize::RDKitValidation:
RDKit::MolStandardize::ValidationMethod

Public Member Functions

std::vector< ValidationErrorInfovalidate (const ROMol &mol, bool reportAllFailures) const override
 

Detailed Description

The RDKitValidation class throws an error when there are no atoms in the.

Notes:

  • RDKit automatically throws up atom valency issues but this class was made for completeness of the project.

Definition at line 65 of file Validate.h.

Member Function Documentation

◆ validate()

std::vector<ValidationErrorInfo> RDKit::MolStandardize::RDKitValidation::validate ( const ROMol mol,
bool  reportAllFailures 
) const
overridevirtual

The documentation for this class was generated from the following file: