RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
AcidBaseCatalogUtils.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_ACIDBASE_CATALOG_UTILS_H
12#define RD_ACIDBASE_CATALOG_UTILS_H
13
14#include <GraphMol/RDKitBase.h>
18#include <iostream>
19
20namespace RDKit {
21class ROMol;
22
23namespace MolStandardize {
24class AcidBaseCatalogParams;
25
26RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::pair<ROMOL_SPTR, ROMOL_SPTR>>
27readPairs(std::string fileName);
28RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::pair<ROMOL_SPTR, ROMOL_SPTR>>
29readPairs(std::istream &inStream, int nToRead = -1);
30RDKIT_MOLSTANDARDIZE_EXPORT std::vector<std::pair<ROMOL_SPTR, ROMOL_SPTR>>
32 const std::vector<std::tuple<std::string, 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:337
RDKIT_MOLSTANDARDIZE_EXPORT std::vector< std::pair< ROMOL_SPTR, ROMOL_SPTR > > readPairs(std::string fileName)
Std stuff.
bool rdvalue_is(const RDValue_cast_t)