]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/TopLoc_Location.java
Updated OpenCASCADE to 7.3.0
[simantics/3d.git] / org.jcae.opencascade / src-java / org / jcae / opencascade / jni / TopLoc_Location.java
index 600ff54bb14a11d77d8c4889c8ad36c6400f9d29..2fdbc802594db9a301893524d7ded26ff4ded22a 100644 (file)
@@ -1,50 +1,50 @@
-/* ----------------------------------------------------------------------------\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 TopLoc_Location {\r
-  private long swigCPtr;\r
-  protected boolean swigCMemOwn;\r
-\r
-  public TopLoc_Location(long cPtr, boolean cMemoryOwn) {\r
-    swigCMemOwn = cMemoryOwn;\r
-    swigCPtr = cPtr;\r
-  }\r
-\r
-  public static long getCPtr(TopLoc_Location 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_TopLoc_Location(swigCPtr);\r
-      }\r
-      swigCPtr = 0;\r
-    }\r
-  }\r
-\r
-  public boolean isIdentity() {\r
-       return OccJavaJNI.TopLoc_Location_isIdentity(swigCPtr, this);\r
-}\r
-\r
-  public GP_Trsf transformation() {\r
-    return new GP_Trsf(OccJavaJNI.TopLoc_Location_transformation(swigCPtr, this), false);\r
-  }\r
-\r
-  public TopLoc_Location() {\r
-    this(OccJavaJNI.new_TopLoc_Location(), true);\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 TopLoc_Location {
+  private transient long swigCPtr;
+  protected transient boolean swigCMemOwn;
+
+  protected TopLoc_Location(long cPtr, boolean cMemoryOwn) {
+    swigCMemOwn = cMemoryOwn;
+    swigCPtr = cPtr;
+  }
+
+  protected static long getCPtr(TopLoc_Location obj) {
+    return (obj == null) ? 0 : obj.swigCPtr;
+  }
+
+  protected void finalize() {
+    delete();
+  }
+
+  public synchronized void delete() {
+    if (swigCPtr != 0) {
+      if (swigCMemOwn) {
+        swigCMemOwn = false;
+        OccJavaJNI.delete_TopLoc_Location(swigCPtr);
+      }
+      swigCPtr = 0;
+    }
+  }
+
+  public boolean isIdentity() {
+       return OccJavaJNI.TopLoc_Location_isIdentity(swigCPtr, this);
+}
+
+  public GP_Trsf transformation() {
+    return new GP_Trsf(OccJavaJNI.TopLoc_Location_transformation(swigCPtr, this), false);
+  }
+
+  public TopLoc_Location() {
+    this(OccJavaJNI.new_TopLoc_Location(), true);
+  }
+
+}