From: Geoffrey H. <ge...@ge...> - 2006-02-21 15:38:34
|
On Feb 21, 2006, at 5:54 AM, Noel O'Boyle wrote: > I've just CVS updated my openbabel, but I'm just wondering about some > changes to the API that I've found. > > Both OBMolecule and OBAtom no longer have a wrapped GetData() method. Oops. This was brought into the base class OBBase, so that other classes can store data too (e.g., OBReaction, OBResidue...). On that subject, are there other headers/classes that I should be adding to the wrapper? Thanks, -Geoff P.S. Yes, I think it's good to have documentation (e.g., in the wiki) on which classes are accessible from the scripting wrapper. I guess eventually everything would be available, but some headers seem to generate errors when first trying to wrap them. |