mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
Add MolEnumerator to C# (#6542)
* Include enumerator in C# wrappers * Add MolBundle to C# and create test
This commit is contained in:
committed by
greg landrum
parent
7d824f5af4
commit
8fac924710
@@ -159,6 +159,8 @@ typedef unsigned long long int uintmax_t;
|
||||
%shared_ptr(RDKit::QueryAtom)
|
||||
%shared_ptr(RDKit::QueryBond)
|
||||
%shared_ptr(RDKit::QueryOps)
|
||||
%shared_ptr(RDKit::MolBundle)
|
||||
%shared_ptr(RDKit::FixedMolSizeMolBundle)
|
||||
%shared_ptr(RDKit::MolSanitizeException)
|
||||
%shared_ptr(RDKit::AtomSanitizeException)
|
||||
%shared_ptr(RDKit::AtomValenceException)
|
||||
@@ -206,6 +208,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%include "../QueryAtom.i"
|
||||
%include "../QueryBond.i"
|
||||
%include "../QueryOps.i"
|
||||
%include "../MolBundle.i"
|
||||
%include "../MonomerInfo.i"
|
||||
%include "../PeriodicTable.i"
|
||||
%include "../SanitException.i"
|
||||
@@ -237,6 +240,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%include "../SubstructLibrary.i"
|
||||
%include "../ScaffoldNetwork.i"
|
||||
%include "../TautomerQuery.i"
|
||||
%include "../MolEnumerator.i"
|
||||
%include "../SubstanceGroup.i"
|
||||
%include "../MolHash.i"
|
||||
%include "../Abbreviations.i"
|
||||
|
||||
Reference in New Issue
Block a user