Merged changes to the Python SWIG interface to the other scripting languages. Haven't yet been able to test (am trying to set up a VM with a decent amount of RAM...)

This commit is contained in:
Noel O'Boyle
2008-01-20 17:55:57 +00:00
parent 505fd0c5ef
commit 72b9f5011d
6 changed files with 81 additions and 69 deletions
+6 -3
View File
@@ -22,7 +22,7 @@
#include <openbabel/fingerprint.h>
#include <openbabel/forcefield.h>
#include <openbabel/groupcontrib.h>
#include <openbabel/op.h>
#include <openbabel/data.h>
#include <openbabel/parsmart.h>
@@ -69,9 +69,10 @@ OpenBabel::OBUnitCell *toUnitCell(OpenBabel::OBGenericData *data) {
%include <openbabel/obutil.h>
%include <openbabel/math/vector3.h>
%include <openbabel/math/matrix3x3.h>
%include <openbabel/generic.h>
%import <openbabel/math/spacegroup.h>
%include <openbabel/base.h>
%include <openbabel/generic.h>
%include <openbabel/chains.h>
%include <openbabel/bitvec.h>
@@ -80,6 +81,7 @@ OpenBabel::OBUnitCell *toUnitCell(OpenBabel::OBGenericData *data) {
%include <openbabel/plugin.h>
%include <openbabel/oberror.h>
%include <openbabel/format.h>
%include <openbabel/obconversion.h>
%include <openbabel/residue.h>
%include <openbabel/atom.h>
@@ -90,7 +92,8 @@ OpenBabel::OBUnitCell *toUnitCell(OpenBabel::OBGenericData *data) {
%include <openbabel/fingerprint.h>
%include <openbabel/forcefield.h>
%include <openbabel/groupcontrib.h>
%include <openbabel/op.h>
# The following %ignores avoid warning messages due to shadowed classes.
# This does not imply a loss of functionality as (in this case)