]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/GProp_GProps.java
Remove dependencies on log4j
[simantics/3d.git] / org.jcae.opencascade / src-java / org / jcae / opencascade / jni / GProp_GProps.java
index c2880fda02ac520947b81c51dcae65516aee0b27..fbf80167066f4570a3b574ef2ffb8043913c2c2f 100644 (file)
@@ -1,54 +1,54 @@
-/* ----------------------------------------------------------------------------\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 GProp_GProps {\r
-  private long swigCPtr;\r
-  protected boolean swigCMemOwn;\r
-\r
-  public GProp_GProps(long cPtr, boolean cMemoryOwn) {\r
-    swigCMemOwn = cMemoryOwn;\r
-    swigCPtr = cPtr;\r
-  }\r
-\r
-  public static long getCPtr(GProp_GProps 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_GProp_GProps(swigCPtr);\r
-      }\r
-      swigCPtr = 0;\r
-    }\r
-  }\r
-\r
-  public GProp_GProps() {\r
-    this(OccJavaJNI.new_GProp_GProps(), true);\r
-  }\r
-\r
-  public double mass() {\r
-    return OccJavaJNI.GProp_GProps_mass(swigCPtr, this);\r
-  }\r
-\r
-  public double[] centreOfMass() {\r
-       return OccJavaJNI.GProp_GProps_centreOfMass(swigCPtr, this);\r
-}\r
-\r
-  public double[] matrixOfInertia() {\r
-       return OccJavaJNI.GProp_GProps_matrixOfInertia(swigCPtr, this);\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 GProp_GProps {
+  private transient long swigCPtr;
+  protected transient boolean swigCMemOwn;
+
+  protected GProp_GProps(long cPtr, boolean cMemoryOwn) {
+    swigCMemOwn = cMemoryOwn;
+    swigCPtr = cPtr;
+  }
+
+  protected static long getCPtr(GProp_GProps obj) {
+    return (obj == null) ? 0 : obj.swigCPtr;
+  }
+
+  protected void finalize() {
+    delete();
+  }
+
+  public synchronized void delete() {
+    if (swigCPtr != 0) {
+      if (swigCMemOwn) {
+        swigCMemOwn = false;
+        OccJavaJNI.delete_GProp_GProps(swigCPtr);
+      }
+      swigCPtr = 0;
+    }
+  }
+
+  public GProp_GProps() {
+    this(OccJavaJNI.new_GProp_GProps(), true);
+  }
+
+  public double mass() {
+    return OccJavaJNI.GProp_GProps_mass(swigCPtr, this);
+  }
+
+  public double[] centreOfMass() {
+       return OccJavaJNI.GProp_GProps_centreOfMass(swigCPtr, this);
+}
+
+  public double[] matrixOfInertia() {
+       return OccJavaJNI.GProp_GProps_matrixOfInertia(swigCPtr, this);
+}
+
+}