X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkKCoreDecomposition.java;h=62191c2c161ed6dba31c3d5b337851e20eef2e25;hb=34cb7e694463fb4463a9bde610a1fd3bfd330644;hp=d8c3e87291686f642a77ddb3119622cf59d41b8c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkKCoreDecomposition.java b/vtk/src/vtk/vtkKCoreDecomposition.java index d8c3e872..62191c2c 100644 --- a/vtk/src/vtk/vtkKCoreDecomposition.java +++ b/vtk/src/vtk/vtkKCoreDecomposition.java @@ -1,75 +1,75 @@ -// java wrapper for vtkKCoreDecomposition object -// - -package vtk; -import vtk.*; - -public class vtkKCoreDecomposition extends vtkGraphAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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(); - -} +// 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(); + +}