RDKit
Open-source cheminformatics and machine learning.
SubstructUtils.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2003-2019 Greg Landrum and Rational Discovery LLC
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_SUBSTRUCT_UTILS_H
12 #define RD_SUBSTRUCT_UTILS_H
13 
14 #include "SubstructMatch.h"
15 
16 namespace RDKit {
17 class ROMol;
18 class Atom;
19 class Bond;
20 
22 RDKIT_SUBSTRUCTMATCH_EXPORT void removeDuplicates(std::vector<MatchVectType>& v,
23  unsigned int nAtoms);
24 RDKIT_SUBSTRUCTMATCH_EXPORT bool atomCompat(const Atom* a1, const Atom* a2,
25  const SubstructMatchParameters& ps);
27  const Atom* a2);
28 RDKIT_SUBSTRUCTMATCH_EXPORT bool bondCompat(const Bond* b1, const Bond* b2,
29  const SubstructMatchParameters& ps);
30 } // namespace RDKit
31 
32 #endif
RDKit::toPrime
RDKIT_SUBSTRUCTMATCH_EXPORT double toPrime(const MatchVectType &v)
RDKit::removeDuplicates
RDKIT_SUBSTRUCTMATCH_EXPORT void removeDuplicates(std::vector< MatchVectType > &v, unsigned int nAtoms)
RDKit::chiralAtomCompat
RDKIT_SUBSTRUCTMATCH_EXPORT bool chiralAtomCompat(const Atom *a1, const Atom *a2)
RDKit
Std stuff.
Definition: Atom.h:30
RDKIT_SUBSTRUCTMATCH_EXPORT
#define RDKIT_SUBSTRUCTMATCH_EXPORT
Definition: export.h:684
RDKit::bondCompat
RDKIT_SUBSTRUCTMATCH_EXPORT bool bondCompat(const Bond *b1, const Bond *b2, const SubstructMatchParameters &ps)
RDKit::atomCompat
RDKIT_SUBSTRUCTMATCH_EXPORT bool atomCompat(const Atom *a1, const Atom *a2, const SubstructMatchParameters &ps)
RDKit::MatchVectType
std::vector< std::pair< int, int > > MatchVectType
used to return matches from substructure searching, The format is (queryAtomIdx, molAtomIdx)
Definition: FragFPGenerator.h:24
SubstructMatch.h
export.h