mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-04 18:33:30 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user