X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkVertexListIterator.java;h=bb3ca84decb7cf1bf463eea19a46f103d0988516;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=382d6765de4f0e8950609e2337e2118c947d4064;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkVertexListIterator.java b/vtk/src/vtk/vtkVertexListIterator.java index 382d6765..bb3ca84d 100644 --- a/vtk/src/vtk/vtkVertexListIterator.java +++ b/vtk/src/vtk/vtkVertexListIterator.java @@ -1,43 +1,43 @@ -// java wrapper for vtkVertexListIterator object -// - -package vtk; -import vtk.*; - -public class vtkVertexListIterator extends vtkObject -{ - - 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 SetGraph_2(vtkGraph id0); - public void SetGraph(vtkGraph id0) - { SetGraph_2(id0); } - - private native long GetGraph_3(); - public vtkGraph GetGraph() { - long temp = GetGraph_3(); - - if (temp == 0) return null; - return (vtkGraph)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int Next_4(); - public int Next() - { return Next_4(); } - - private native boolean HasNext_5(); - public boolean HasNext() - { return HasNext_5(); } - - public vtkVertexListIterator() { super(); } - - public vtkVertexListIterator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkVertexListIterator object +// + +package vtk; +import vtk.*; + +public class vtkVertexListIterator 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 SetGraph_2(vtkGraph id0); + public void SetGraph(vtkGraph id0) + { SetGraph_2(id0); } + + private native long GetGraph_3(); + public vtkGraph GetGraph() { + long temp = GetGraph_3(); + + if (temp == 0) return null; + return (vtkGraph)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int Next_4(); + public int Next() + { return Next_4(); } + + private native boolean HasNext_5(); + public boolean HasNext() + { return HasNext_5(); } + + public vtkVertexListIterator() { super(); } + + public vtkVertexListIterator(long id) { super(id); } + public native long VTKInit(); + +}