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