![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Namespaces | |
| namespace | defaults |
| namespace | Operations |
| namespace | TautomerScoringFunctions |
Typedefs | |
| typedef RDCatalog::HierarchCatalog< AcidBaseCatalogEntry, AcidBaseCatalogParams, int > | AcidBaseCatalog |
| typedef RDCatalog::HierarchCatalog< FragmentCatalogEntry, FragmentCatalogParams, int > | FragmentCatalog |
| typedef RDCatalog::HierarchCatalog< TransformCatalogEntry, TransformCatalogParams, int > | TransformCatalog |
| typedef std::pair< std::string, ROMOL_SPTR > | SmilesMolPair |
| using | PipelineLog = std::vector<PipelineLogEntry> |
| using | RWMOL_SPTR_PAIR = std::pair<RWMOL_SPTR, RWMOL_SPTR> |
| typedef RDCatalog::HierarchCatalog< TautomerCatalogEntry, TautomerCatalogParams, int > | TautomerCatalog |
| typedef std::map< std::string, Tautomer > | SmilesTautomerMap |
| typedef std::pair< std::string, Tautomer > | SmilesTautomerPair |
| using | TautomerTransformDefs |
| using | ValidationErrorInfo = std::string |
Enumerations | |
| enum class | TautomerEnumeratorStatus { Completed = 0 , MaxTautomersReached , MaxTransformsReached , Canceled } |
| typedef RDCatalog::HierarchCatalog<FragmentCatalogEntry, FragmentCatalogParams, int> RDKit::MolStandardize::FragmentCatalog |
Definition at line 29 of file Fragment.h.
| using RDKit::MolStandardize::PipelineLog = std::vector<PipelineLogEntry> |
Definition at line 141 of file Pipeline.h.
| using RDKit::MolStandardize::RWMOL_SPTR_PAIR = std::pair<RWMOL_SPTR, RWMOL_SPTR> |
Definition at line 154 of file Pipeline.h.
| typedef std::pair<std::string, ROMOL_SPTR> RDKit::MolStandardize::SmilesMolPair |
Definition at line 35 of file Normalize.h.
| typedef std::map<std::string, Tautomer> RDKit::MolStandardize::SmilesTautomerMap |
Definition at line 121 of file MolStandardize/Tautomer.h.
| typedef std::pair<std::string, Tautomer> RDKit::MolStandardize::SmilesTautomerPair |
Definition at line 122 of file MolStandardize/Tautomer.h.
| typedef RDCatalog::HierarchCatalog<TautomerCatalogEntry, TautomerCatalogParams, int> RDKit::MolStandardize::TautomerCatalog |
Definition at line 33 of file MolStandardize/Tautomer.h.
Definition at line 24 of file TautomerCatalogParams.h.
| typedef RDCatalog::HierarchCatalog<TransformCatalogEntry, TransformCatalogParams, int> RDKit::MolStandardize::TransformCatalog |
Definition at line 34 of file Normalize.h.
| using RDKit::MolStandardize::ValidationErrorInfo = std::string |
The ValidationErrorInfo class is used to store the information returned by a ValidationMethod validate.
Definition at line 38 of file Validate.h.
|
strong |
| Enumerator | |
|---|---|
| Completed | |
| MaxTautomersReached | |
| MaxTransformsReached | |
| Canceled | |
Definition at line 94 of file MolStandardize/Tautomer.h.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::canonicalTautomer | ( | const RWMol * | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
Works the same as TautomerEnumerator().canonicalize(mol)
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::canonicalTautomerInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::chargeParent | ( | const RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
Returns the charge parent of a given molecule. The charge parent is the uncharged version of the fragment parent.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::chargeParentInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::chargeParentInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
operates on multiple molecules
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 102 of file MolStandardize.h.
References cleanup(), and defaultCleanupParameters.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::cleanup | ( | const RWMol * | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
The cleanup function is equivalent to the molvs.Standardizer().standardize(mol) function. It calls the same steps, namely: RemoveHs, RDKit SanitizeMol, MetalDisconnector, Normalizer, Reionizer, RDKit AssignStereochemistry.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
Referenced by cleanup().
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::cleanupInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
Works the same as cleanup(mol)
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::cleanupInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters ) |
Operates on multiple molecules.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT ROMol * RDKit::MolStandardize::disconnectOrganometallics | ( | const ROMol & | mol, |
| RDKit::MolStandardize::MetalDisconnectorOptions | mdo = { true, true, false, true} ) |
As above, but returns new disconnected molecule.
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::disconnectOrganometallics | ( | RWMol & | mol, |
| RDKit::MolStandardize::MetalDisconnectorOptions | mdo = { true, true, false, true} ) |
Do a disconnection of an organometallic complex according to rules preferred by Syngenta. All bonds to metals are broken, including covalent bonds to Group I/II metals (so including Grignards, lithium complexes etc.). The ligands are left in the charge states they came in with. If there are haptic bonds defined by a dummy atom bonded to a metal by a bond that has a _MolFileBondEndPts (which will contain the indices of the atoms involved in the haptic bond) then the dummy atom is removed also. Do the disconnection in place. The options are splitGrignards, splitAromaticC, adjustCharges and removeHapticDummies. Roll on C++20 and designated initializers!
References RDKIT_MOLSTANDARDIZE_EXPORT.
|
inline |
As above, included for API consistency.
Definition at line 265 of file MolStandardize.h.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::string > RDKit::MolStandardize::enumerateTautomerSmiles | ( | const std::string & | smiles, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
TODO.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::fragmentParent | ( | const RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
Returns the fragment parent of a given molecule. The fragment parent is the largest organic covalent unit in the molecule.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::fragmentParentInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::fragmentParentInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
|
inline |
Definition at line 62 of file Fragment.h.
References RDKit::MolStandardize::CleanupParameters::fragmentData, and RDKit::MolStandardize::CleanupParameters::fragmentFile.
|
inline |
Definition at line 469 of file MolStandardize/Tautomer.h.
References RDKit::MolStandardize::defaults::defaultTautomerTransformsv1.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::isotopeParent | ( | const RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
removes all isotopes specifications from the given molecule
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::isotopeParentInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::isotopeParentInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::normalize | ( | const RWMol * | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
Works the same as Normalizer().normalize(mol)
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::normalizeInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
Works the same as Normalizer().normalizeInPlace(mol)
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::normalizeInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters ) |
Operates on multiple molecules.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
|
inline |
Definition at line 95 of file Normalize.h.
References RDKit::MolStandardize::CleanupParameters::maxRestarts, RDKit::MolStandardize::CleanupParameters::normalizationData, and RDKit::MolStandardize::CleanupParameters::normalizations.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::shared_ptr< ROMol > > RDKit::MolStandardize::readFuncGroups | ( | const std::vector< std::pair< std::string, std::string > > & | data | ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::shared_ptr< ROMol > > RDKit::MolStandardize::readFuncGroups | ( | std::istream & | inStream, |
| int | nToRead = -1 ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::shared_ptr< ROMol > > RDKit::MolStandardize::readFuncGroups | ( | std::string | fileName | ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::pair< ROMOL_SPTR, ROMOL_SPTR > > RDKit::MolStandardize::readPairs | ( | const std::vector< std::tuple< std::string, std::string, std::string > > & | data | ) |
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::pair< ROMOL_SPTR, ROMOL_SPTR > > RDKit::MolStandardize::readPairs | ( | std::istream & | inStream, |
| int | nToRead = -1 ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::pair< ROMOL_SPTR, ROMOL_SPTR > > RDKit::MolStandardize::readPairs | ( | std::string | fileName | ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< TautomerTransform > RDKit::MolStandardize::readTautomers | ( | const std::vector< std::tuple< std::string, std::string, std::string, std::string > > & | data | ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< TautomerTransform > RDKit::MolStandardize::readTautomers | ( | std::istream & | inStream, |
| int | nToRead = -1 ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< TautomerTransform > RDKit::MolStandardize::readTautomers | ( | std::string | fileName | ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::shared_ptr< ChemicalReaction > > RDKit::MolStandardize::readTransformations | ( | const std::vector< std::pair< std::string, std::string > > & | data | ) |
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::shared_ptr< ChemicalReaction > > RDKit::MolStandardize::readTransformations | ( | std::istream & | inStream, |
| int | nToRead = -1 ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::shared_ptr< ChemicalReaction > > RDKit::MolStandardize::readTransformations | ( | std::string | fileName | ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::reionize | ( | const RWMol * | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
Works the same as Reionizer().reionize(mol)
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::reionizeInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
Works the same as Reionizer().reionizeInPlace(mol)
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::reionizeInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters ) |
Operates on multiple molecules.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
|
inline |
Definition at line 106 of file Charge.h.
References RDKit::MolStandardize::CleanupParameters::acidbaseData, and RDKit::MolStandardize::CleanupParameters::acidbaseFile.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::removeFragments | ( | const RWMol * | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
Works the same as FragmentRemover().remove(mol)
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::removeFragmentsInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters ) |
Works the same as FragmentRemover().removeInPlace(mol)
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::removeFragmentsInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters ) |
Operates on multiple molecules.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::string RDKit::MolStandardize::standardizeSmiles | ( | const std::string & | smiles | ) |
Convenience function for quickly standardizing a single SMILES string. Returns a standardized canonical SMILES string given a SMILES string. This is the equivalent of calling cleanup() on each of the molecules
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::stereoParent | ( | const RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
calls removeStereochemistry() on the given molecule
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::stereoParentInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::stereoParentInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< Bond::BondType > RDKit::MolStandardize::stringToBondType | ( | std::string | bond_str | ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< int > RDKit::MolStandardize::stringToCharge | ( | std::string | charge_str | ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::superParent | ( | const RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
Returns the super parent. The super parent is the fragment, charge, isotope, stereo, and tautomer parent of the molecule.
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::superParentInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::superParentInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skip_standardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
|
inline |
Definition at line 464 of file MolStandardize/Tautomer.h.
| RDKIT_MOLSTANDARDIZE_EXPORT RWMol * RDKit::MolStandardize::tautomerParent | ( | const RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skipStandardize = false ) |
Returns the tautomer parent of a given molecule. The fragment parent is the standardized canonical tautomer of the molecule
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::tautomerParentInPlace | ( | RWMol & | mol, |
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skipStandardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::tautomerParentInPlace | ( | std::vector< RWMol * > & | mols, |
| int | numThreads = 1, | ||
| const CleanupParameters & | params = defaultCleanupParameters, | ||
| bool | skipStandardize = false ) |
References defaultCleanupParameters, and RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT void RDKit::MolStandardize::updateCleanupParamsFromJSON | ( | CleanupParameters & | params, |
| const std::string & | json ) |
References RDKIT_MOLSTANDARDIZE_EXPORT.
| RDKIT_MOLSTANDARDIZE_EXPORT std::vector< ValidationErrorInfo > RDKit::MolStandardize::validateSmiles | ( | const std::string & | smiles | ) |
A convenience function for quickly validating a single SMILES string.
References RDKIT_MOLSTANDARDIZE_EXPORT.
|
extern |
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::CLEANUP_2D |
Definition at line 130 of file Pipeline.h.
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::COMPLETED |
Definition at line 133 of file Pipeline.h.
|
extern |
Definition at line 25 of file Fragment.h.
Referenced by canonicalTautomer(), canonicalTautomerInPlace(), chargeParent(), chargeParentInPlace(), chargeParentInPlace(), cleanup(), cleanup(), cleanupInPlace(), cleanupInPlace(), enumerateTautomerSmiles(), fragmentParent(), fragmentParentInPlace(), fragmentParentInPlace(), isotopeParent(), isotopeParentInPlace(), isotopeParentInPlace(), normalize(), normalizeInPlace(), normalizeInPlace(), reionize(), reionizeInPlace(), reionizeInPlace(), removeFragments(), removeFragmentsInPlace(), removeFragmentsInPlace(), stereoParent(), stereoParentInPlace(), stereoParentInPlace(), superParent(), superParentInPlace(), superParentInPlace(), tautomerParent(), tautomerParentInPlace(), and tautomerParentInPlace().
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::MAKE_PARENT |
Definition at line 131 of file Pipeline.h.
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::PARSING_INPUT |
Definition at line 124 of file Pipeline.h.
|
strong |
Definition at line 122 of file Pipeline.h.
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::PREPARE_FOR_STANDARDIZATION |
Definition at line 127 of file Pipeline.h.
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::PREPARE_FOR_VALIDATION |
Definition at line 125 of file Pipeline.h.
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::REAPPLY_WEDGING |
Definition at line 129 of file Pipeline.h.
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::SERIALIZING_OUTPUT |
Definition at line 132 of file Pipeline.h.
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::STANDARDIZATION |
Definition at line 128 of file Pipeline.h.
| enum RDKIT_MOLSTANDARDIZE_EXPORT RDKit::MolStandardize::VALIDATION |
Definition at line 126 of file Pipeline.h.