RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>
#include <Catalogs/Catalog.h>
#include <GraphMol/MolStandardize/TransformCatalog/TransformCatalogEntry.h>
#include <GraphMol/MolStandardize/TransformCatalog/TransformCatalogParams.h>
#include <GraphMol/MolStandardize/MolStandardize.h>
Go to the source code of this file.
Classes | |
class | RDKit::MolStandardize::Normalizer |
The Normalizer class for applying Normalization transforms. More... | |
Namespaces | |
namespace | RDKit |
Std stuff. | |
namespace | RDKit::MolStandardize |
Typedefs | |
typedef RDCatalog::HierarchCatalog< TransformCatalogEntry, TransformCatalogParams, int > | RDKit::MolStandardize::TransformCatalog |
typedef std::pair< std::string, ROMOL_SPTR > | RDKit::MolStandardize::SmilesMolPair |
Functions | |
Normalizer * | RDKit::MolStandardize::normalizerFromParams (const CleanupParameters ¶ms) |
\brief Defines the Normalizer class.
Definition in file Normalize.h.