![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <TautomerCatalogParams.h>
Public Member Functions | |
| TautomerTransform (ROMol *mol, std::vector< Bond::BondType > bondtypes, std::vector< int > charges) | |
| TautomerTransform (const TautomerTransform &other) | |
| TautomerTransform & | operator= (const TautomerTransform &other) |
| ~TautomerTransform () | |
Public Attributes | |
| ROMol * | Mol = nullptr |
| std::vector< Bond::BondType > | BondTypes |
| std::vector< int > | Charges |
Definition at line 34 of file TautomerCatalogParams.h.
|
inline |
Definition at line 40 of file TautomerCatalogParams.h.
References BondTypes, Charges, and Mol.
Referenced by operator=(), and TautomerTransform().
|
inline |
Definition at line 46 of file TautomerCatalogParams.h.
References BondTypes, Charges, Mol, and TautomerTransform().
|
inline |
Definition at line 61 of file TautomerCatalogParams.h.
References Mol.
|
inline |
Definition at line 51 of file TautomerCatalogParams.h.
References BondTypes, Charges, Mol, and TautomerTransform().
| std::vector<Bond::BondType> RDKit::MolStandardize::TautomerTransform::BondTypes |
Definition at line 37 of file TautomerCatalogParams.h.
Referenced by operator=(), TautomerTransform(), and TautomerTransform().
| std::vector<int> RDKit::MolStandardize::TautomerTransform::Charges |
Definition at line 38 of file TautomerCatalogParams.h.
Referenced by operator=(), TautomerTransform(), and TautomerTransform().
| ROMol* RDKit::MolStandardize::TautomerTransform::Mol = nullptr |
Definition at line 36 of file TautomerCatalogParams.h.
Referenced by operator=(), TautomerTransform(), TautomerTransform(), and ~TautomerTransform().