RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
TransformCatalogUtils.h
Go to the documentation of this file.
1
//
2
// Copyright (C) 2018-2021 Susan H. Leung and other RDKit contributors
3
//
4
// @@ All Rights Reserved @@
5
// This file is part of the RDKit.
6
// The contents are covered by the terms of the BSD license
7
// which is included in the file license.txt, found at the root
8
// of the RDKit source tree.
9
//
10
#include <
RDGeneral/export.h
>
11
#ifndef RD_TRANSFORM_CATALOG_UTILS_H
12
#define RD_TRANSFORM_CATALOG_UTILS_H
13
14
#include <
GraphMol/RDKitBase.h
>
15
#include "
TransformCatalogParams.h
"
16
#include <
GraphMol/Substruct/SubstructMatch.h
>
17
#include <
GraphMol/ChemReactions/Reaction.h
>
18
19
namespace
RDKit
{
20
class
ROMol
;
21
22
namespace
MolStandardize
{
23
class
TransformCatalogParams
;
24
25
RDKIT_MOLSTANDARDIZE_EXPORT
std::vector<std::shared_ptr<ChemicalReaction>>
26
readTransformations
(std::string fileName);
27
RDKIT_MOLSTANDARDIZE_EXPORT
std::vector<std::shared_ptr<ChemicalReaction>>
28
readTransformations
(std::istream &inStream,
int
nToRead = -1);
29
RDKIT_MOLSTANDARDIZE_EXPORT
std::vector<std::shared_ptr<ChemicalReaction>>
30
readTransformations
(
31
const
std::vector<std::pair<std::string, std::string>> &data);
32
33
}
// namespace MolStandardize
34
}
// namespace RDKit
35
36
#endif
RDKitBase.h
pulls in the core RDKit functionality
Reaction.h
SubstructMatch.h
TransformCatalogParams.h
RDKit::MolStandardize::TransformCatalogParams
Definition
TransformCatalogParams.h:26
RDKit::ROMol
Definition
ROMol.h:199
export.h
RDKIT_MOLSTANDARDIZE_EXPORT
#define RDKIT_MOLSTANDARDIZE_EXPORT
Definition
export.h:369
RDKit::MolStandardize
Definition
AcidBaseCatalogEntry.h:22
RDKit::MolStandardize::readTransformations
RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::shared_ptr< ChemicalReaction > > readTransformations(std::string fileName)
RDKit
Std stuff.
Definition
Abbreviations.h:19
GraphMol
MolStandardize
TransformCatalog
TransformCatalogUtils.h
Generated on Fri Feb 27 2026 15:14:41 for RDKit by
1.13.2