]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkKCoreDecomposition.java
Tooltip support
[simantics/3d.git] / vtk / src / vtk / vtkKCoreDecomposition.java
index d8c3e87291686f642a77ddb3119622cf59d41b8c..62191c2c161ed6dba31c3d5b337851e20eef2e25 100644 (file)
@@ -1,75 +1,75 @@
-// java wrapper for vtkKCoreDecomposition object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkKCoreDecomposition extends vtkGraphAlgorithm\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 SetOutputArrayName_2(String id0);\r
-  public void SetOutputArrayName(String id0)\r
-    { SetOutputArrayName_2(id0); }\r
-\r
-  private native void SetUseInDegreeNeighbors_3(boolean id0);\r
-  public void SetUseInDegreeNeighbors(boolean id0)\r
-    { SetUseInDegreeNeighbors_3(id0); }\r
-\r
-  private native boolean GetUseInDegreeNeighbors_4();\r
-  public boolean GetUseInDegreeNeighbors()\r
-    { return GetUseInDegreeNeighbors_4(); }\r
-\r
-  private native void UseInDegreeNeighborsOn_5();\r
-  public void UseInDegreeNeighborsOn()\r
-    { UseInDegreeNeighborsOn_5(); }\r
-\r
-  private native void UseInDegreeNeighborsOff_6();\r
-  public void UseInDegreeNeighborsOff()\r
-    { UseInDegreeNeighborsOff_6(); }\r
-\r
-  private native void SetUseOutDegreeNeighbors_7(boolean id0);\r
-  public void SetUseOutDegreeNeighbors(boolean id0)\r
-    { SetUseOutDegreeNeighbors_7(id0); }\r
-\r
-  private native boolean GetUseOutDegreeNeighbors_8();\r
-  public boolean GetUseOutDegreeNeighbors()\r
-    { return GetUseOutDegreeNeighbors_8(); }\r
-\r
-  private native void UseOutDegreeNeighborsOn_9();\r
-  public void UseOutDegreeNeighborsOn()\r
-    { UseOutDegreeNeighborsOn_9(); }\r
-\r
-  private native void UseOutDegreeNeighborsOff_10();\r
-  public void UseOutDegreeNeighborsOff()\r
-    { UseOutDegreeNeighborsOff_10(); }\r
-\r
-  private native void SetCheckInputGraph_11(boolean id0);\r
-  public void SetCheckInputGraph(boolean id0)\r
-    { SetCheckInputGraph_11(id0); }\r
-\r
-  private native boolean GetCheckInputGraph_12();\r
-  public boolean GetCheckInputGraph()\r
-    { return GetCheckInputGraph_12(); }\r
-\r
-  private native void CheckInputGraphOn_13();\r
-  public void CheckInputGraphOn()\r
-    { CheckInputGraphOn_13(); }\r
-\r
-  private native void CheckInputGraphOff_14();\r
-  public void CheckInputGraphOff()\r
-    { CheckInputGraphOff_14(); }\r
-\r
-  public vtkKCoreDecomposition() { super(); }\r
-\r
-  public vtkKCoreDecomposition(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkKCoreDecomposition object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkKCoreDecomposition extends vtkGraphAlgorithm
+{
+
+  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 SetOutputArrayName_2(String id0);
+  public void SetOutputArrayName(String id0)
+    { SetOutputArrayName_2(id0); }
+
+  private native void SetUseInDegreeNeighbors_3(boolean id0);
+  public void SetUseInDegreeNeighbors(boolean id0)
+    { SetUseInDegreeNeighbors_3(id0); }
+
+  private native boolean GetUseInDegreeNeighbors_4();
+  public boolean GetUseInDegreeNeighbors()
+    { return GetUseInDegreeNeighbors_4(); }
+
+  private native void UseInDegreeNeighborsOn_5();
+  public void UseInDegreeNeighborsOn()
+    { UseInDegreeNeighborsOn_5(); }
+
+  private native void UseInDegreeNeighborsOff_6();
+  public void UseInDegreeNeighborsOff()
+    { UseInDegreeNeighborsOff_6(); }
+
+  private native void SetUseOutDegreeNeighbors_7(boolean id0);
+  public void SetUseOutDegreeNeighbors(boolean id0)
+    { SetUseOutDegreeNeighbors_7(id0); }
+
+  private native boolean GetUseOutDegreeNeighbors_8();
+  public boolean GetUseOutDegreeNeighbors()
+    { return GetUseOutDegreeNeighbors_8(); }
+
+  private native void UseOutDegreeNeighborsOn_9();
+  public void UseOutDegreeNeighborsOn()
+    { UseOutDegreeNeighborsOn_9(); }
+
+  private native void UseOutDegreeNeighborsOff_10();
+  public void UseOutDegreeNeighborsOff()
+    { UseOutDegreeNeighborsOff_10(); }
+
+  private native void SetCheckInputGraph_11(boolean id0);
+  public void SetCheckInputGraph(boolean id0)
+    { SetCheckInputGraph_11(id0); }
+
+  private native boolean GetCheckInputGraph_12();
+  public boolean GetCheckInputGraph()
+    { return GetCheckInputGraph_12(); }
+
+  private native void CheckInputGraphOn_13();
+  public void CheckInputGraphOn()
+    { CheckInputGraphOn_13(); }
+
+  private native void CheckInputGraphOff_14();
+  public void CheckInputGraphOff()
+    { CheckInputGraphOff_14(); }
+
+  public vtkKCoreDecomposition() { super(); }
+
+  public vtkKCoreDecomposition(long id) { super(id); }
+  public native long   VTKInit();
+
+}