]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkIdList.java
Remove dependencies on log4j
[simantics/3d.git] / vtk / src / vtk / vtkIdList.java
index 8cd365a9cf87527e1873ca7cb51885e657675a32..c5b8307b215e90ce693116025df22ba9fc37fc8d 100644 (file)
@@ -1,83 +1,87 @@
-// java wrapper for vtkIdList object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkIdList extends vtkObject\r
-{\r
-\r
-  private native void Initialize_0();\r
-  public void Initialize()\r
-    { Initialize_0(); }\r
-\r
-  private native int Allocate_1(int id0,int id1);\r
-  public int Allocate(int id0,int id1)\r
-    { return Allocate_1(id0,id1); }\r
-\r
-  private native String GetClassName_2();\r
-  public String GetClassName()\r
-    { return GetClassName_2(); }\r
-\r
-  private native int IsA_3(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_3(id0); }\r
-\r
-  private native int GetNumberOfIds_4();\r
-  public int GetNumberOfIds()\r
-    { return GetNumberOfIds_4(); }\r
-\r
-  private native int GetId_5(int id0);\r
-  public int GetId(int id0)\r
-    { return GetId_5(id0); }\r
-\r
-  private native void SetNumberOfIds_6(int id0);\r
-  public void SetNumberOfIds(int id0)\r
-    { SetNumberOfIds_6(id0); }\r
-\r
-  private native void SetId_7(int id0,int id1);\r
-  public void SetId(int id0,int id1)\r
-    { SetId_7(id0,id1); }\r
-\r
-  private native void InsertId_8(int id0,int id1);\r
-  public void InsertId(int id0,int id1)\r
-    { InsertId_8(id0,id1); }\r
-\r
-  private native int InsertNextId_9(int id0);\r
-  public int InsertNextId(int id0)\r
-    { return InsertNextId_9(id0); }\r
-\r
-  private native int InsertUniqueId_10(int id0);\r
-  public int InsertUniqueId(int id0)\r
-    { return InsertUniqueId_10(id0); }\r
-\r
-  private native void Reset_11();\r
-  public void Reset()\r
-    { Reset_11(); }\r
-\r
-  private native void Squeeze_12();\r
-  public void Squeeze()\r
-    { Squeeze_12(); }\r
-\r
-  private native void DeepCopy_13(vtkIdList id0);\r
-  public void DeepCopy(vtkIdList id0)\r
-    { DeepCopy_13(id0); }\r
-\r
-  private native void DeleteId_14(int id0);\r
-  public void DeleteId(int id0)\r
-    { DeleteId_14(id0); }\r
-\r
-  private native int IsId_15(int id0);\r
-  public int IsId(int id0)\r
-    { return IsId_15(id0); }\r
-\r
-  private native void IntersectWith_16(vtkIdList id0);\r
-  public void IntersectWith(vtkIdList id0)\r
-    { IntersectWith_16(id0); }\r
-\r
-  public vtkIdList() { super(); }\r
-\r
-  public vtkIdList(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkIdList object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkIdList extends vtkObject
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void Initialize_2();
+  public void Initialize()
+    { Initialize_2(); }
+
+  private native int Allocate_3(int id0,int id1);
+  public int Allocate(int id0,int id1)
+    { return Allocate_3(id0,id1); }
+
+  private native int GetNumberOfIds_4();
+  public int GetNumberOfIds()
+    { return GetNumberOfIds_4(); }
+
+  private native int GetId_5(int id0);
+  public int GetId(int id0)
+    { return GetId_5(id0); }
+
+  private native void SetNumberOfIds_6(int id0);
+  public void SetNumberOfIds(int id0)
+    { SetNumberOfIds_6(id0); }
+
+  private native void SetId_7(int id0,int id1);
+  public void SetId(int id0,int id1)
+    { SetId_7(id0,id1); }
+
+  private native void InsertId_8(int id0,int id1);
+  public void InsertId(int id0,int id1)
+    { InsertId_8(id0,id1); }
+
+  private native int InsertNextId_9(int id0);
+  public int InsertNextId(int id0)
+    { return InsertNextId_9(id0); }
+
+  private native int InsertUniqueId_10(int id0);
+  public int InsertUniqueId(int id0)
+    { return InsertUniqueId_10(id0); }
+
+  private native void Sort_11();
+  public void Sort()
+    { Sort_11(); }
+
+  private native void Reset_12();
+  public void Reset()
+    { Reset_12(); }
+
+  private native void Squeeze_13();
+  public void Squeeze()
+    { Squeeze_13(); }
+
+  private native void DeepCopy_14(vtkIdList id0);
+  public void DeepCopy(vtkIdList id0)
+    { DeepCopy_14(id0); }
+
+  private native void DeleteId_15(int id0);
+  public void DeleteId(int id0)
+    { DeleteId_15(id0); }
+
+  private native int IsId_16(int id0);
+  public int IsId(int id0)
+    { return IsId_16(id0); }
+
+  private native void IntersectWith_17(vtkIdList id0);
+  public void IntersectWith(vtkIdList id0)
+    { IntersectWith_17(id0); }
+
+  public vtkIdList() { super(); }
+
+  public vtkIdList(long id) { super(id); }
+  public native long   VTKInit();
+
+}