From: Geoffrey H. <ge...@ge...> - 2007-07-08 03:39:25
|
On Jun 28, 2007, at 11:54 PM, wr...@hu... wrote: > Has the proper data structure been wrapped to another name or is it > missing? > I appreciate any response, thank you. No, at the moment, it's missing. If you have SWIG (1.3.30), you can easily regenerate the Python (or other) bindings. You edit the openbabel-python.i file, look for the %template () lines and add something like: %template (vectorpICoord) vector<OBBInternalCoord *> Then take a look at: http://openbabel.sourceforge.net/wiki/Developer:Building Cheers, -Geoff |