Exposes substructlibrary to swig (#2337)

* SWIG wrap SubstructLibrary

* Fix tests

* Fix virtual overload for tagAtoms

* Add SubstructLibrary to swig
This commit is contained in:
Brian Kelley
2019-03-12 11:35:22 -04:00
committed by Greg Landrum
parent 95eeec7b34
commit af6d413ccc
7 changed files with 352 additions and 2 deletions

View File

@@ -224,6 +224,7 @@ typedef unsigned long long int uintmax_t;
%include "../FilterCatalog.i"
%include "../Trajectory.i"
%include "../MolStandardize.i"
%include "../SubstructLibrary.i"
// Create a class to throw various sorts of errors for testing. Required for unit tests in ErrorHandlingTests.java
#ifdef INCLUDE_ERROR_GENERATOR