Adds RDProps to c# wrapper (#1188)

This commit is contained in:
Brian Kelley
2016-12-04 10:07:29 -05:00
committed by Greg Landrum
parent bb85eababd
commit a867fbc394

View File

@@ -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"