From: Noel O'B. <bao...@gm...> - 2007-07-11 12:25:42
|
I'm working on identifying (basically, by grepping the Doxygen XML docs) any remaining std::vector templates included in OpenBabel that we need to wrap . This will mean that no more users will have to complain about this problem... Noel On 08/07/07, Geoffrey Hutchison <ge...@ge...> wrote: > > 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > OpenBabel-scripting mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbabel-scripting > |