![]() |
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 35 of file TautomerCatalogParams.h.
|
inline |
Definition at line 41 of file TautomerCatalogParams.h.
|
inline |
Definition at line 47 of file TautomerCatalogParams.h.
References Mol.
|
inline |
Definition at line 62 of file TautomerCatalogParams.h.
|
inline |
Definition at line 52 of file TautomerCatalogParams.h.
std::vector<Bond::BondType> RDKit::MolStandardize::TautomerTransform::BondTypes |
Definition at line 38 of file TautomerCatalogParams.h.
Referenced by operator=().
std::vector<int> RDKit::MolStandardize::TautomerTransform::Charges |
Definition at line 39 of file TautomerCatalogParams.h.
Referenced by operator=().
Definition at line 37 of file TautomerCatalogParams.h.
Referenced by operator=(), and TautomerTransform().