mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Adds RDProps to c# wrapper (#1188)
This commit is contained in:
committed by
Greg Landrum
parent
bb85eababd
commit
a867fbc394
@@ -161,6 +161,8 @@ typedef unsigned long long int uintmax_t;
|
||||
*/
|
||||
#endif
|
||||
|
||||
%shared_ptr(std::exception)
|
||||
%shared_ptr(RDKit::RDProps)
|
||||
%shared_ptr(RDKit::ROMol)
|
||||
%shared_ptr(RDKit::RWMol)
|
||||
%shared_ptr(RDKit::Atom)
|
||||
@@ -196,6 +198,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%include "../types.i"
|
||||
// Conformer seems to need to come before ROMol
|
||||
%include "../Conformer.i"
|
||||
%include "../RDProps.i"
|
||||
%include "../ROMol.i"
|
||||
%include "../RWMol.i"
|
||||
%include "../Bond.i"
|
||||
|
||||
Reference in New Issue
Block a user