Fixed Java (JNI) interfaces to compile cleanly. Updated other SWIG interfaces.

This commit is contained in:
Geoffrey Hutchison
2006-12-14 23:17:34 +00:00
parent b2528f043e
commit 9d98c5e948
79 changed files with 3971 additions and 73002 deletions
+9 -1
View File
@@ -41,7 +41,15 @@ public class OBMolAngleIter {
}
public OBMolAngleIter(OBMolAngleIter ai) {
this(openbabelJNI.new_OBMolAngleIter__SWIG_3(OBMolAngleIter.getCPtr(ai), ai), true);
this(openbabelJNI.new_OBMolAngleIter__SWIG_2(OBMolAngleIter.getCPtr(ai), ai), true);
}
public boolean good() {
return openbabelJNI.OBMolAngleIter_good(swigCPtr, this);
}
public OBMolAngleIter inc(int arg0) {
return new OBMolAngleIter(openbabelJNI.OBMolAngleIter_inc(swigCPtr, this, arg0), true);
}
public vectorUnsignedInt __ref__() {