X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGenericCellIterator.java;h=8216e968661f45a82785e5f3cca8e9a2ca69fa8e;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=804c2cc057ad550a389127d7fe9e996bfbdbeefa;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGenericCellIterator.java b/vtk/src/vtk/vtkGenericCellIterator.java index 804c2cc0..8216e968 100644 --- a/vtk/src/vtk/vtkGenericCellIterator.java +++ b/vtk/src/vtk/vtkGenericCellIterator.java @@ -1,54 +1,54 @@ -// java wrapper for vtkGenericCellIterator object -// - -package vtk; -import vtk.*; - -public class vtkGenericCellIterator 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 Begin_2(); - public void Begin() - { Begin_2(); } - - private native int IsAtEnd_3(); - public int IsAtEnd() - { return IsAtEnd_3(); } - - private native long NewCell_4(); - public vtkGenericAdaptorCell NewCell() { - long temp = NewCell_4(); - - if (temp == 0) return null; - return (vtkGenericAdaptorCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetCell_5(vtkGenericAdaptorCell id0); - public void GetCell(vtkGenericAdaptorCell id0) - { GetCell_5(id0); } - - private native long GetCell_6(); - public vtkGenericAdaptorCell GetCell() { - long temp = GetCell_6(); - - if (temp == 0) return null; - return (vtkGenericAdaptorCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Next_7(); - public void Next() - { Next_7(); } - - public vtkGenericCellIterator() { super(); } - - public vtkGenericCellIterator(long id) { super(id); } - -} +// java wrapper for vtkGenericCellIterator object +// + +package vtk; +import vtk.*; + +public class vtkGenericCellIterator 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 Begin_2(); + public void Begin() + { Begin_2(); } + + private native int IsAtEnd_3(); + public int IsAtEnd() + { return IsAtEnd_3(); } + + private native long NewCell_4(); + public vtkGenericAdaptorCell NewCell() { + long temp = NewCell_4(); + + if (temp == 0) return null; + return (vtkGenericAdaptorCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void GetCell_5(vtkGenericAdaptorCell id0); + public void GetCell(vtkGenericAdaptorCell id0) + { GetCell_5(id0); } + + private native long GetCell_6(); + public vtkGenericAdaptorCell GetCell() { + long temp = GetCell_6(); + + if (temp == 0) return null; + return (vtkGenericAdaptorCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Next_7(); + public void Next() + { Next_7(); } + + public vtkGenericCellIterator() { super(); } + + public vtkGenericCellIterator(long id) { super(id); } + +}