RDKit
Open-source cheminformatics and machine learning.
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"
18 #include <iostream>
19 
20 namespace RDKit {
21 class ROMol;
22 
23 namespace MolStandardize {
24 class TransformCatalogParams;
25 
26 RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::shared_ptr<ChemicalReaction>>
27 readTransformations(std::string fileName);
28 RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::shared_ptr<ChemicalReaction>>
29 readTransformations(std::istream &inStream, int nToRead = -1);
30 RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::shared_ptr<ChemicalReaction>>
32  const std::vector<std::pair<std::string, std::string>> &data);
33 
34 } // namespace MolStandardize
35 } // namespace RDKit
36 
37 #endif
pulls in the core RDKit functionality
#define RDKIT_MOLSTANDARDIZE_EXPORT
Definition: export.h:305
RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::shared_ptr< ChemicalReaction > > readTransformations(std::string fileName)
Std stuff.
Definition: Abbreviations.h:18