X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCullerCollection.java;h=7bbee9d795c1dae293c5e492cc31f6f37bcff706;hb=b93886889422a3111b05a6944b3bcb2cdd8c416a;hp=51528ea4e0d07c5b677ea9c35c65b7d87194885c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCullerCollection.java b/vtk/src/vtk/vtkCullerCollection.java index 51528ea4..7bbee9d7 100644 --- a/vtk/src/vtk/vtkCullerCollection.java +++ b/vtk/src/vtk/vtkCullerCollection.java @@ -1,43 +1,43 @@ -// java wrapper for vtkCullerCollection object -// - -package vtk; -import vtk.*; - -public class vtkCullerCollection extends vtkCollection -{ - - 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 AddItem_2(vtkCuller id0); - public void AddItem(vtkCuller id0) - { AddItem_2(id0); } - - private native long GetNextItem_3(); - public vtkCuller GetNextItem() { - long temp = GetNextItem_3(); - - if (temp == 0) return null; - return (vtkCuller)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetLastItem_4(); - public vtkCuller GetLastItem() { - long temp = GetLastItem_4(); - - if (temp == 0) return null; - return (vtkCuller)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkCullerCollection() { super(); } - - public vtkCullerCollection(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCullerCollection object +// + +package vtk; +import vtk.*; + +public class vtkCullerCollection extends vtkCollection +{ + + 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 AddItem_2(vtkCuller id0); + public void AddItem(vtkCuller id0) + { AddItem_2(id0); } + + private native long GetNextItem_3(); + public vtkCuller GetNextItem() { + long temp = GetNextItem_3(); + + if (temp == 0) return null; + return (vtkCuller)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetLastItem_4(); + public vtkCuller GetLastItem() { + long temp = GetLastItem_4(); + + if (temp == 0) return null; + return (vtkCuller)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkCullerCollection() { super(); } + + public vtkCullerCollection(long id) { super(id); } + public native long VTKInit(); + +}