RDKit
Open-source cheminformatics and machine learning.
AcidBaseCatalogUtils.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2018 Susan H. Leung
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_ACIDBASE_CATALOG_UTILS_H__
12 #define __RD_ACIDBASE_CATALOG_UTILS_H__
13 
14 #include <GraphMol/RDKitBase.h>
15 #include "AcidBaseCatalogParams.h"
18 #include <iostream>
19 
20 namespace RDKit {
21 class ROMol;
22 
23 namespace MolStandardize {
24 class AcidBaseCatalogParams;
25 
26 RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::pair<ROMOL_SPTR, ROMOL_SPTR>>
27 readPairs(std::string fileName);
28 RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::pair<ROMOL_SPTR, ROMOL_SPTR>>
29 readPairs(std::istream &inStream, int nToRead = -1);
30 
31 } // namespace MolStandardize
32 } // namespace RDKit
33 
34 #endif
RDKit::MolStandardize::readPairs
RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::pair< ROMOL_SPTR, ROMOL_SPTR > > readPairs(std::string fileName)
RDKitBase.h
pulls in the core RDKit functionality
Reaction.h
AcidBaseCatalogParams.h
RDKit
Std stuff.
Definition: Atom.h:30
RDKIT_MOLSTANDARDIZE_EXPORT
#define RDKIT_MOLSTANDARDIZE_EXPORT
Definition: export.h:437
SubstructMatch.h
export.h