X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPlaneCollection.java;h=347a56d9382687e8879e94c58e2c9ed4e334c975;hb=a8fd21b46927e6ab9b6887dd87ddc6eca8161a76;hp=7b7f3abe0b5f898553e7b047f121648e13a10a92;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPlaneCollection.java b/vtk/src/vtk/vtkPlaneCollection.java index 7b7f3abe..347a56d9 100644 --- a/vtk/src/vtk/vtkPlaneCollection.java +++ b/vtk/src/vtk/vtkPlaneCollection.java @@ -1,43 +1,43 @@ -// java wrapper for vtkPlaneCollection object -// - -package vtk; -import vtk.*; - -public class vtkPlaneCollection 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(vtkPlane id0); - public void AddItem(vtkPlane id0) - { AddItem_2(id0); } - - private native long GetNextItem_3(); - public vtkPlane GetNextItem() { - long temp = GetNextItem_3(); - - if (temp == 0) return null; - return (vtkPlane)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetItem_4(int id0); - public vtkPlane GetItem(int id0) { - long temp = GetItem_4(id0); - - if (temp == 0) return null; - return (vtkPlane)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkPlaneCollection() { super(); } - - public vtkPlaneCollection(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPlaneCollection object +// + +package vtk; +import vtk.*; + +public class vtkPlaneCollection 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(vtkPlane id0); + public void AddItem(vtkPlane id0) + { AddItem_2(id0); } + + private native long GetNextItem_3(); + public vtkPlane GetNextItem() { + long temp = GetNextItem_3(); + + if (temp == 0) return null; + return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetItem_4(int id0); + public vtkPlane GetItem(int id0) { + long temp = GetItem_4(id0); + + if (temp == 0) return null; + return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkPlaneCollection() { super(); } + + public vtkPlaneCollection(long id) { super(id); } + public native long VTKInit(); + +}