]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGenericEdgeTable.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkGenericEdgeTable.java
index f0611e7982953d13951119eab25af841232eef71..9ec50d160914621a1c233bbc8f5f7bb419f1ec6c 100644 (file)
@@ -1,75 +1,75 @@
-// java wrapper for vtkGenericEdgeTable object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkGenericEdgeTable extends vtkObject\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void InsertEdge_2(int id0,int id1,int id2,int id3);\r
-  public void InsertEdge(int id0,int id1,int id2,int id3)\r
-    { InsertEdge_2(id0,id1,id2,id3); }\r
-\r
-  private native int RemoveEdge_3(int id0,int id1);\r
-  public int RemoveEdge(int id0,int id1)\r
-    { return RemoveEdge_3(id0,id1); }\r
-\r
-  private native int IncrementEdgeReferenceCount_4(int id0,int id1,int id2);\r
-  public int IncrementEdgeReferenceCount(int id0,int id1,int id2)\r
-    { return IncrementEdgeReferenceCount_4(id0,id1,id2); }\r
-\r
-  private native int CheckEdgeReferenceCount_5(int id0,int id1);\r
-  public int CheckEdgeReferenceCount(int id0,int id1)\r
-    { return CheckEdgeReferenceCount_5(id0,id1); }\r
-\r
-  private native void Initialize_6(int id0);\r
-  public void Initialize(int id0)\r
-    { Initialize_6(id0); }\r
-\r
-  private native int GetNumberOfComponents_7();\r
-  public int GetNumberOfComponents()\r
-    { return GetNumberOfComponents_7(); }\r
-\r
-  private native void SetNumberOfComponents_8(int id0);\r
-  public void SetNumberOfComponents(int id0)\r
-    { SetNumberOfComponents_8(id0); }\r
-\r
-  private native int CheckPoint_9(int id0);\r
-  public int CheckPoint(int id0)\r
-    { return CheckPoint_9(id0); }\r
-\r
-  private native void InsertPoint_10(int id0,double id1[]);\r
-  public void InsertPoint(int id0,double id1[])\r
-    { InsertPoint_10(id0,id1); }\r
-\r
-  private native void RemovePoint_11(int id0);\r
-  public void RemovePoint(int id0)\r
-    { RemovePoint_11(id0); }\r
-\r
-  private native void IncrementPointReferenceCount_12(int id0);\r
-  public void IncrementPointReferenceCount(int id0)\r
-    { IncrementPointReferenceCount_12(id0); }\r
-\r
-  private native void DumpTable_13();\r
-  public void DumpTable()\r
-    { DumpTable_13(); }\r
-\r
-  private native void LoadFactor_14();\r
-  public void LoadFactor()\r
-    { LoadFactor_14(); }\r
-\r
-  public vtkGenericEdgeTable() { super(); }\r
-\r
-  public vtkGenericEdgeTable(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkGenericEdgeTable object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGenericEdgeTable 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 InsertEdge_2(int id0,int id1,int id2,int id3);
+  public void InsertEdge(int id0,int id1,int id2,int id3)
+    { InsertEdge_2(id0,id1,id2,id3); }
+
+  private native int RemoveEdge_3(int id0,int id1);
+  public int RemoveEdge(int id0,int id1)
+    { return RemoveEdge_3(id0,id1); }
+
+  private native int IncrementEdgeReferenceCount_4(int id0,int id1,int id2);
+  public int IncrementEdgeReferenceCount(int id0,int id1,int id2)
+    { return IncrementEdgeReferenceCount_4(id0,id1,id2); }
+
+  private native int CheckEdgeReferenceCount_5(int id0,int id1);
+  public int CheckEdgeReferenceCount(int id0,int id1)
+    { return CheckEdgeReferenceCount_5(id0,id1); }
+
+  private native void Initialize_6(int id0);
+  public void Initialize(int id0)
+    { Initialize_6(id0); }
+
+  private native int GetNumberOfComponents_7();
+  public int GetNumberOfComponents()
+    { return GetNumberOfComponents_7(); }
+
+  private native void SetNumberOfComponents_8(int id0);
+  public void SetNumberOfComponents(int id0)
+    { SetNumberOfComponents_8(id0); }
+
+  private native int CheckPoint_9(int id0);
+  public int CheckPoint(int id0)
+    { return CheckPoint_9(id0); }
+
+  private native void InsertPoint_10(int id0,double id1[]);
+  public void InsertPoint(int id0,double id1[])
+    { InsertPoint_10(id0,id1); }
+
+  private native void RemovePoint_11(int id0);
+  public void RemovePoint(int id0)
+    { RemovePoint_11(id0); }
+
+  private native void IncrementPointReferenceCount_12(int id0);
+  public void IncrementPointReferenceCount(int id0)
+    { IncrementPointReferenceCount_12(id0); }
+
+  private native void DumpTable_13();
+  public void DumpTable()
+    { DumpTable_13(); }
+
+  private native void LoadFactor_14();
+  public void LoadFactor()
+    { LoadFactor_14(); }
+
+  public vtkGenericEdgeTable() { super(); }
+
+  public vtkGenericEdgeTable(long id) { super(id); }
+  public native long   VTKInit();
+
+}