]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/GCPnts_UniformDeflection.java
Updated OpenCASCADE to 7.3.0
[simantics/3d.git] / org.jcae.opencascade / src-java / org / jcae / opencascade / jni / GCPnts_UniformDeflection.java
index f8a07d59d28a30390792e0e71c44810a89b0f4ed..d813945de83fbed1f8e0e7562029f1b5ad38e17a 100644 (file)
@@ -1,58 +1,58 @@
-/* ----------------------------------------------------------------------------\r
- * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.4\r
- *\r
- * Do not make changes to this file unless you know what you are doing--modify\r
- * the SWIG interface file instead.\r
- * ----------------------------------------------------------------------------- */\r
-\r
-package org.jcae.opencascade.jni;\r
-\r
-public class GCPnts_UniformDeflection {\r
-  private long swigCPtr;\r
-  protected boolean swigCMemOwn;\r
-\r
-  public GCPnts_UniformDeflection(long cPtr, boolean cMemoryOwn) {\r
-    swigCMemOwn = cMemoryOwn;\r
-    swigCPtr = cPtr;\r
-  }\r
-\r
-  public static long getCPtr(GCPnts_UniformDeflection obj) {\r
-    return (obj == null) ? 0 : obj.swigCPtr;\r
-  }\r
-\r
-  protected void finalize() {\r
-    delete();\r
-  }\r
-\r
-  public synchronized void delete() {\r
-    if (swigCPtr != 0) {\r
-      if (swigCMemOwn) {\r
-        swigCMemOwn = false;\r
-        OccJavaJNI.delete_GCPnts_UniformDeflection(swigCPtr);\r
-      }\r
-      swigCPtr = 0;\r
-    }\r
-  }\r
-\r
-  public GCPnts_UniformDeflection() {\r
-    this(OccJavaJNI.new_GCPnts_UniformDeflection(), true);\r
-  }\r
-\r
-  public void initialize(Adaptor3d_Curve C, double Deflection, double U1, double U2, boolean WithControl) {\r
-    OccJavaJNI.GCPnts_UniformDeflection_initialize__SWIG_0(swigCPtr, this, Adaptor3d_Curve.getCPtr(C), C, Deflection, U1, U2, WithControl);\r
-  }\r
-\r
-  public void initialize(Adaptor3d_Curve C, double Deflection, double U1, double U2) {\r
-    OccJavaJNI.GCPnts_UniformDeflection_initialize__SWIG_1(swigCPtr, this, Adaptor3d_Curve.getCPtr(C), C, Deflection, U1, U2);\r
-  }\r
-\r
-  public int nbPoints() {\r
-    return OccJavaJNI.GCPnts_UniformDeflection_nbPoints(swigCPtr, this);\r
-  }\r
-\r
-  public double parameter(int Index) {\r
-    return OccJavaJNI.GCPnts_UniformDeflection_parameter(swigCPtr, this, Index);\r
-  }\r
-\r
-}\r
+/* ----------------------------------------------------------------------------
+ * 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 GCPnts_UniformDeflection {
+  private transient long swigCPtr;
+  protected transient boolean swigCMemOwn;
+
+  protected GCPnts_UniformDeflection(long cPtr, boolean cMemoryOwn) {
+    swigCMemOwn = cMemoryOwn;
+    swigCPtr = cPtr;
+  }
+
+  protected static long getCPtr(GCPnts_UniformDeflection obj) {
+    return (obj == null) ? 0 : obj.swigCPtr;
+  }
+
+  protected void finalize() {
+    delete();
+  }
+
+  public synchronized void delete() {
+    if (swigCPtr != 0) {
+      if (swigCMemOwn) {
+        swigCMemOwn = false;
+        OccJavaJNI.delete_GCPnts_UniformDeflection(swigCPtr);
+      }
+      swigCPtr = 0;
+    }
+  }
+
+  public GCPnts_UniformDeflection() {
+    this(OccJavaJNI.new_GCPnts_UniformDeflection(), true);
+  }
+
+  public void initialize(Adaptor3d_Curve C, double Deflection, double U1, double U2, boolean WithControl) {
+    OccJavaJNI.GCPnts_UniformDeflection_initialize__SWIG_0(swigCPtr, this, Adaptor3d_Curve.getCPtr(C), C, Deflection, U1, U2, WithControl);
+  }
+
+  public void initialize(Adaptor3d_Curve C, double Deflection, double U1, double U2) {
+    OccJavaJNI.GCPnts_UniformDeflection_initialize__SWIG_1(swigCPtr, this, Adaptor3d_Curve.getCPtr(C), C, Deflection, U1, U2);
+  }
+
+  public int nbPoints() {
+    return OccJavaJNI.GCPnts_UniformDeflection_nbPoints(swigCPtr, this);
+  }
+
+  public double parameter(int Index) {
+    return OccJavaJNI.GCPnts_UniformDeflection_parameter(swigCPtr, this, Index);
+  }
+
+}