mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Added support for Python FMCS functors (#3023)
* Added support for Python FMCS functors * - changes in response to review
This commit is contained in:
@@ -36,6 +36,22 @@
|
||||
|
||||
%ignore MCSParameters;
|
||||
%ignore findMCS(const std::vector<ROMOL_SPTR>& mols, const MCSParameters* params);
|
||||
%ignore checkAtomRingMatch(const MCSAtomCompareParameters& p,
|
||||
const ROMol& mol1, unsigned int atom1,
|
||||
const ROMol& mol2, unsigned int atom2);
|
||||
%ignore checkAtomCharge(const MCSAtomCompareParameters& p,
|
||||
const ROMol& mol1, unsigned int atom1,
|
||||
const ROMol& mol2, unsigned int atom2);
|
||||
%ignore checkAtomChirality(const MCSAtomCompareParameters& p,
|
||||
const ROMol& mol1, unsigned int atom1,
|
||||
const ROMol& mol2, unsigned int atom2);
|
||||
%ignore checkBondStereo(const MCSBondCompareParameters& p,
|
||||
const ROMol& mol1, unsigned int bond1,
|
||||
const ROMol& mol2, unsigned int bond2);
|
||||
%ignore checkBondRingMatch(const MCSBondCompareParameters &p,
|
||||
const ROMol& mol1, unsigned int bond1,
|
||||
const ROMol& mol2, unsigned int bond2,
|
||||
void* v_ringMatchMatrixSet);
|
||||
%include <GraphMol/FMCS/FMCS.h>
|
||||
|
||||
%{
|
||||
|
||||
Reference in New Issue
Block a user