X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGenericPointIterator.java;h=a0a49648d56d9ed92ad77e7c41da6be79d9d116f;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=2b7f485658586071b4d916a31a0cc2d60ac18efa;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGenericPointIterator.java b/vtk/src/vtk/vtkGenericPointIterator.java index 2b7f4856..a0a49648 100644 --- a/vtk/src/vtk/vtkGenericPointIterator.java +++ b/vtk/src/vtk/vtkGenericPointIterator.java @@ -1,42 +1,42 @@ -// java wrapper for vtkGenericPointIterator object -// - -package vtk; -import vtk.*; - -public class vtkGenericPointIterator 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 void Next_4(); - public void Next() - { Next_4(); } - - private native void GetPosition_5(double id0[]); - public void GetPosition(double id0[]) - { GetPosition_5(id0); } - - private native int GetId_6(); - public int GetId() - { return GetId_6(); } - - public vtkGenericPointIterator() { super(); } - - public vtkGenericPointIterator(long id) { super(id); } - -} +// java wrapper for vtkGenericPointIterator object +// + +package vtk; +import vtk.*; + +public class vtkGenericPointIterator 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 void Next_4(); + public void Next() + { Next_4(); } + + private native void GetPosition_5(double id0[]); + public void GetPosition(double id0[]) + { GetPosition_5(id0); } + + private native int GetId_6(); + public int GetId() + { return GetId_6(); } + + public vtkGenericPointIterator() { super(); } + + public vtkGenericPointIterator(long id) { super(id); } + +}