X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkUndirectedGraphAlgorithm.java;h=15c3df61ddc661b6585114cc79c5ce8115f030ee;hb=b93886889422a3111b05a6944b3bcb2cdd8c416a;hp=28df26e6ca20c9febce05159877f50a9dd400704;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkUndirectedGraphAlgorithm.java b/vtk/src/vtk/vtkUndirectedGraphAlgorithm.java index 28df26e6..15c3df61 100644 --- a/vtk/src/vtk/vtkUndirectedGraphAlgorithm.java +++ b/vtk/src/vtk/vtkUndirectedGraphAlgorithm.java @@ -1,47 +1,47 @@ -// java wrapper for vtkUndirectedGraphAlgorithm object -// - -package vtk; -import vtk.*; - -public class vtkUndirectedGraphAlgorithm extends vtkAlgorithm -{ - - 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 long GetOutput_2(); - public vtkUndirectedGraph GetOutput() { - long temp = GetOutput_2(); - - if (temp == 0) return null; - return (vtkUndirectedGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutput_3(int id0); - public vtkUndirectedGraph GetOutput(int id0) { - long temp = GetOutput_3(id0); - - if (temp == 0) return null; - return (vtkUndirectedGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetInput_4(vtkDataObject id0); - public void SetInput(vtkDataObject id0) - { SetInput_4(id0); } - - private native void SetInput_5(int id0,vtkDataObject id1); - public void SetInput(int id0,vtkDataObject id1) - { SetInput_5(id0,id1); } - - public vtkUndirectedGraphAlgorithm() { super(); } - - public vtkUndirectedGraphAlgorithm(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkUndirectedGraphAlgorithm object +// + +package vtk; +import vtk.*; + +public class vtkUndirectedGraphAlgorithm extends vtkAlgorithm +{ + + 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 long GetOutput_2(); + public vtkUndirectedGraph GetOutput() { + long temp = GetOutput_2(); + + if (temp == 0) return null; + return (vtkUndirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutput_3(int id0); + public vtkUndirectedGraph GetOutput(int id0) { + long temp = GetOutput_3(id0); + + if (temp == 0) return null; + return (vtkUndirectedGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetInputData_4(vtkDataObject id0); + public void SetInputData(vtkDataObject id0) + { SetInputData_4(id0); } + + private native void SetInputData_5(int id0,vtkDataObject id1); + public void SetInputData(int id0,vtkDataObject id1) + { SetInputData_5(id0,id1); } + + public vtkUndirectedGraphAlgorithm() { super(); } + + public vtkUndirectedGraphAlgorithm(long id) { super(id); } + public native long VTKInit(); + +}