* scripts/*: Regenerate for continuing API changes (e.g., vector3,

etc.)
This commit is contained in:
Geoffrey Hutchison
2006-11-27 22:16:08 +00:00
parent bc3d360670
commit ddd3f40be1
20 changed files with 5478 additions and 464 deletions
+5 -1
View File
@@ -48,8 +48,12 @@ public class OBMolBondIter {
return openbabelJNI.OBMolBondIter_good(swigCPtr, this);
}
public OBMolBondIter inc() {
return new OBMolBondIter(openbabelJNI.OBMolBondIter_inc__SWIG_0(swigCPtr, this), false);
}
public OBMolBondIter inc(int arg0) {
return new OBMolBondIter(openbabelJNI.OBMolBondIter_inc(swigCPtr, this, arg0), true);
return new OBMolBondIter(openbabelJNI.OBMolBondIter_inc__SWIG_1(swigCPtr, this, arg0), true);
}
public OBBond deref() {