OSDN Git Service

swig generated java files
[mikumikustudio/libgdx-mikumikustudio.git] / extensions / gdx-bullet / jni / swig-src / com / badlogic / gdx / physics / bullet / btShortIntIndexTripletData.java
old mode 100755 (executable)
new mode 100644 (file)
index 2e1e80a..d5f4fb8
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.9\r
+ * Version 2.0.10\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -13,47 +13,62 @@ import com.badlogic.gdx.math.Quaternion;
 import com.badlogic.gdx.math.Matrix3;\r
 import com.badlogic.gdx.math.Matrix4;\r
 \r
-public class btShortIntIndexTripletData {\r
-  private long swigCPtr;\r
-  protected boolean swigCMemOwn;\r
+public class btShortIntIndexTripletData extends BulletBase {\r
+       private long swigCPtr;\r
+       \r
+       protected btShortIntIndexTripletData(final String className, long cPtr, boolean cMemoryOwn) {\r
+               super(className, cPtr, cMemoryOwn);\r
+               swigCPtr = cPtr;\r
+       }\r
+       \r
+       protected btShortIntIndexTripletData(long cPtr, boolean cMemoryOwn) {\r
+               this("btShortIntIndexTripletData", cPtr, cMemoryOwn);\r
+               construct();\r
+       }\r
+       \r
+       @Override\r
+       protected void reset(long cPtr, boolean cMemoryOwn) {\r
+               if (!destroyed)\r
+                       destroy();\r
+               super.reset(swigCPtr = cPtr, cMemoryOwn);\r
+       }\r
+       \r
+       public static long getCPtr(btShortIntIndexTripletData obj) {\r
+               return (obj == null) ? 0 : obj.swigCPtr;\r
+       }\r
 \r
-  protected btShortIntIndexTripletData(long cPtr, boolean cMemoryOwn) {\r
-    swigCMemOwn = cMemoryOwn;\r
-    swigCPtr = cPtr;\r
-  }\r
-\r
-  public static long getCPtr(btShortIntIndexTripletData obj) {\r
-    return (obj == null) ? 0 : obj.swigCPtr;\r
-  }\r
+       @Override\r
+       protected void finalize() throws Throwable {\r
+               if (!destroyed)\r
+                       destroy();\r
+               super.finalize();\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
-        gdxBulletJNI.delete_btShortIntIndexTripletData(swigCPtr);\r
-      }\r
-      swigCPtr = 0;\r
-    }\r
-  }\r
+  @Override protected synchronized void delete() {\r
+               if (swigCPtr != 0) {\r
+                       if (swigCMemOwn) {\r
+                               swigCMemOwn = false;\r
+                               gdxBulletJNI.delete_btShortIntIndexTripletData(swigCPtr);\r
+                       }\r
+                       swigCPtr = 0;\r
+               }\r
+               super.delete();\r
+       }\r
 \r
-  public void setM_values(short[] value) {\r
-    gdxBulletJNI.btShortIntIndexTripletData_m_values_set(swigCPtr, this, value);\r
+  public void setValues(short[] value) {\r
+    gdxBulletJNI.btShortIntIndexTripletData_values_set(swigCPtr, this, value);\r
   }\r
 \r
-  public short[] getM_values() {\r
-    return gdxBulletJNI.btShortIntIndexTripletData_m_values_get(swigCPtr, this);\r
+  public short[] getValues() {\r
+    return gdxBulletJNI.btShortIntIndexTripletData_values_get(swigCPtr, this);\r
   }\r
 \r
-  public void setM_pad(String value) {\r
-    gdxBulletJNI.btShortIntIndexTripletData_m_pad_set(swigCPtr, this, value);\r
+  public void setPad(String value) {\r
+    gdxBulletJNI.btShortIntIndexTripletData_pad_set(swigCPtr, this, value);\r
   }\r
 \r
-  public String getM_pad() {\r
-    return gdxBulletJNI.btShortIntIndexTripletData_m_pad_get(swigCPtr, this);\r
+  public String getPad() {\r
+    return gdxBulletJNI.btShortIntIndexTripletData_pad_get(swigCPtr, this);\r
   }\r
 \r
   public btShortIntIndexTripletData() {\r