]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkKCoreDecomposition.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkKCoreDecomposition.java
1 // java wrapper for vtkKCoreDecomposition object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkKCoreDecomposition extends vtkGraphAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetOutputArrayName_2(String id0);
19   public void SetOutputArrayName(String id0)
20     { SetOutputArrayName_2(id0); }
21
22   private native void SetUseInDegreeNeighbors_3(boolean id0);
23   public void SetUseInDegreeNeighbors(boolean id0)
24     { SetUseInDegreeNeighbors_3(id0); }
25
26   private native boolean GetUseInDegreeNeighbors_4();
27   public boolean GetUseInDegreeNeighbors()
28     { return GetUseInDegreeNeighbors_4(); }
29
30   private native void UseInDegreeNeighborsOn_5();
31   public void UseInDegreeNeighborsOn()
32     { UseInDegreeNeighborsOn_5(); }
33
34   private native void UseInDegreeNeighborsOff_6();
35   public void UseInDegreeNeighborsOff()
36     { UseInDegreeNeighborsOff_6(); }
37
38   private native void SetUseOutDegreeNeighbors_7(boolean id0);
39   public void SetUseOutDegreeNeighbors(boolean id0)
40     { SetUseOutDegreeNeighbors_7(id0); }
41
42   private native boolean GetUseOutDegreeNeighbors_8();
43   public boolean GetUseOutDegreeNeighbors()
44     { return GetUseOutDegreeNeighbors_8(); }
45
46   private native void UseOutDegreeNeighborsOn_9();
47   public void UseOutDegreeNeighborsOn()
48     { UseOutDegreeNeighborsOn_9(); }
49
50   private native void UseOutDegreeNeighborsOff_10();
51   public void UseOutDegreeNeighborsOff()
52     { UseOutDegreeNeighborsOff_10(); }
53
54   private native void SetCheckInputGraph_11(boolean id0);
55   public void SetCheckInputGraph(boolean id0)
56     { SetCheckInputGraph_11(id0); }
57
58   private native boolean GetCheckInputGraph_12();
59   public boolean GetCheckInputGraph()
60     { return GetCheckInputGraph_12(); }
61
62   private native void CheckInputGraphOn_13();
63   public void CheckInputGraphOn()
64     { CheckInputGraphOn_13(); }
65
66   private native void CheckInputGraphOff_14();
67   public void CheckInputGraphOff()
68     { CheckInputGraphOff_14(); }
69
70   public vtkKCoreDecomposition() { super(); }
71
72   public vtkKCoreDecomposition(long id) { super(id); }
73   public native long   VTKInit();
74
75 }