X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.jcae.opencascade%2Fsrc-java%2Forg%2Fjcae%2Fopencascade%2Fjni%2FBRepBuilderAPI_NurbsConvert.java;h=f82a4afcda34d62c23e99b58a488b82c2682b7ba;hb=6c85a1331df92384baa03b3968ea6f06459a04ab;hp=91f29fbe7b5cd99efbe92146c2342d9dfb185cf4;hpb=1e885c30936c7df2efda5a00bfdc127ee059dee0;p=simantics%2F3d.git diff --git a/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/BRepBuilderAPI_NurbsConvert.java b/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/BRepBuilderAPI_NurbsConvert.java index 91f29fbe..f82a4afc 100644 --- a/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/BRepBuilderAPI_NurbsConvert.java +++ b/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/BRepBuilderAPI_NurbsConvert.java @@ -1,58 +1,58 @@ -/* ---------------------------------------------------------------------------- - * This file was automatically generated by SWIG (http://www.swig.org). - * Version 2.0.4 - * - * Do not make changes to this file unless you know what you are doing--modify - * the SWIG interface file instead. - * ----------------------------------------------------------------------------- */ - -package org.jcae.opencascade.jni; - -public class BRepBuilderAPI_NurbsConvert extends BRepBuilderAPI_ModifyShape { - private long swigCPtr; - - public BRepBuilderAPI_NurbsConvert(long cPtr, boolean cMemoryOwn) { - super(OccJavaJNI.BRepBuilderAPI_NurbsConvert_SWIGUpcast(cPtr), cMemoryOwn); - swigCPtr = cPtr; - } - - public static long getCPtr(BRepBuilderAPI_NurbsConvert obj) { - return (obj == null) ? 0 : obj.swigCPtr; - } - - protected void finalize() { - delete(); - } - - public synchronized void delete() { - if (swigCPtr != 0) { - if (swigCMemOwn) { - swigCMemOwn = false; - OccJavaJNI.delete_BRepBuilderAPI_NurbsConvert(swigCPtr); - } - swigCPtr = 0; - } - super.delete(); - } - - public BRepBuilderAPI_NurbsConvert() { - this(OccJavaJNI.new_BRepBuilderAPI_NurbsConvert__SWIG_0(), true); - } - - public BRepBuilderAPI_NurbsConvert(TopoDS_Shape S, boolean Copy) { - this(OccJavaJNI.new_BRepBuilderAPI_NurbsConvert__SWIG_1(TopoDS_Shape.getCPtr(S), S, Copy), true); - } - - public BRepBuilderAPI_NurbsConvert(TopoDS_Shape S) { - this(OccJavaJNI.new_BRepBuilderAPI_NurbsConvert__SWIG_2(TopoDS_Shape.getCPtr(S), S), true); - } - - public void perform(TopoDS_Shape S, boolean Copy) { - OccJavaJNI.BRepBuilderAPI_NurbsConvert_perform__SWIG_0(swigCPtr, this, TopoDS_Shape.getCPtr(S), S, Copy); - } - - public void perform(TopoDS_Shape S) { - OccJavaJNI.BRepBuilderAPI_NurbsConvert_perform__SWIG_1(swigCPtr, this, TopoDS_Shape.getCPtr(S), S); - } - -} +/* ---------------------------------------------------------------------------- + * This file was automatically generated by SWIG (http://www.swig.org). + * Version 3.0.12 + * + * Do not make changes to this file unless you know what you are doing--modify + * the SWIG interface file instead. + * ----------------------------------------------------------------------------- */ + +package org.jcae.opencascade.jni; + +public class BRepBuilderAPI_NurbsConvert extends BRepBuilderAPI_ModifyShape { + private transient long swigCPtr; + + protected BRepBuilderAPI_NurbsConvert(long cPtr, boolean cMemoryOwn) { + super(OccJavaJNI.BRepBuilderAPI_NurbsConvert_SWIGUpcast(cPtr), cMemoryOwn); + swigCPtr = cPtr; + } + + protected static long getCPtr(BRepBuilderAPI_NurbsConvert obj) { + return (obj == null) ? 0 : obj.swigCPtr; + } + + protected void finalize() { + delete(); + } + + public synchronized void delete() { + if (swigCPtr != 0) { + if (swigCMemOwn) { + swigCMemOwn = false; + OccJavaJNI.delete_BRepBuilderAPI_NurbsConvert(swigCPtr); + } + swigCPtr = 0; + } + super.delete(); + } + + public BRepBuilderAPI_NurbsConvert() { + this(OccJavaJNI.new_BRepBuilderAPI_NurbsConvert__SWIG_0(), true); + } + + public BRepBuilderAPI_NurbsConvert(TopoDS_Shape S, boolean Copy) { + this(OccJavaJNI.new_BRepBuilderAPI_NurbsConvert__SWIG_1(TopoDS_Shape.getCPtr(S), S, Copy), true); + } + + public BRepBuilderAPI_NurbsConvert(TopoDS_Shape S) { + this(OccJavaJNI.new_BRepBuilderAPI_NurbsConvert__SWIG_2(TopoDS_Shape.getCPtr(S), S), true); + } + + public void perform(TopoDS_Shape S, boolean Copy) { + OccJavaJNI.BRepBuilderAPI_NurbsConvert_perform__SWIG_0(swigCPtr, this, TopoDS_Shape.getCPtr(S), S, Copy); + } + + public void perform(TopoDS_Shape S) { + OccJavaJNI.BRepBuilderAPI_NurbsConvert_perform__SWIG_1(swigCPtr, this, TopoDS_Shape.getCPtr(S), S); + } + +}