RDKit
Open-source cheminformatics and machine learning.
|
#include <TautomerCatalogUtils.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 36 of file TautomerCatalogUtils.h.
|
inline |
Definition at line 42 of file TautomerCatalogUtils.h.
|
inline |
Definition at line 48 of file TautomerCatalogUtils.h.
References Mol.
|
inline |
Definition at line 63 of file TautomerCatalogUtils.h.
|
inline |
Definition at line 53 of file TautomerCatalogUtils.h.
std::vector<Bond::BondType> RDKit::MolStandardize::TautomerTransform::BondTypes |
Definition at line 39 of file TautomerCatalogUtils.h.
Referenced by operator=().
std::vector<int> RDKit::MolStandardize::TautomerTransform::Charges |
Definition at line 40 of file TautomerCatalogUtils.h.
Referenced by operator=().
Definition at line 38 of file TautomerCatalogUtils.h.
Referenced by operator=(), and TautomerTransform().