![]() |
RDKit
Open-source cheminformatics and machine learning.
|
The Uncharger class for neutralizing ionized acids and bases. More...
#include <Charge.h>
Public Member Functions | |
| Uncharger () | |
| Uncharger (bool canonicalOrdering) | |
| Uncharger (bool canonicalOrdering, bool force) | |
| Uncharger (bool canonicalOrdering, bool force, bool protonationOnly) | |
| Uncharger (const Uncharger &)=default | |
| ~Uncharger ()=default | |
| ROMol * | uncharge (const ROMol &mol) |
| void | unchargeInPlace (RWMol &mol) |
The Uncharger class for neutralizing ionized acids and bases.
Notes:
| RDKit::MolStandardize::Uncharger::Uncharger | ( | ) |
Referenced by Uncharger(), Uncharger(), Uncharger(), and Uncharger().
|
inline |
Definition at line 139 of file Charge.h.
References Uncharger().
|
inline |
Definition at line 142 of file Charge.h.
References Uncharger().
|
inline |
Definition at line 146 of file Charge.h.
References Uncharger().
|
default |
References Uncharger().
|
default |
| void RDKit::MolStandardize::Uncharger::unchargeInPlace | ( | RWMol & | mol | ) |