X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCollectionIterator.java;h=04fb2c8513f13b22c6275f5452d692f93bd4b4f2;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=66f0dc7444f70405fc9d6d195efee9c2564ac712;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCollectionIterator.java b/vtk/src/vtk/vtkCollectionIterator.java index 66f0dc74..04fb2c85 100644 --- a/vtk/src/vtk/vtkCollectionIterator.java +++ b/vtk/src/vtk/vtkCollectionIterator.java @@ -1,67 +1,59 @@ -// java wrapper for vtkCollectionIterator object -// - -package vtk; -import vtk.*; - -public class vtkCollectionIterator 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 SetCollection_2(vtkCollection id0); - public void SetCollection(vtkCollection id0) - { SetCollection_2(id0); } - - private native long GetCollection_3(); - public vtkCollection GetCollection() { - long temp = GetCollection_3(); - - if (temp == 0) return null; - return (vtkCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void InitTraversal_4(); - public void InitTraversal() - { InitTraversal_4(); } - - private native void GoToFirstItem_5(); - public void GoToFirstItem() - { GoToFirstItem_5(); } - - private native void GoToNextItem_6(); - public void GoToNextItem() - { GoToNextItem_6(); } - - private native int IsDoneWithTraversal_7(); - public int IsDoneWithTraversal() - { return IsDoneWithTraversal_7(); } - - private native long GetCurrentObject_8(); - public vtkObject GetCurrentObject() { - long temp = GetCurrentObject_8(); - - if (temp == 0) return null; - return (vtkObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetObject_9(); - public vtkObject GetObject() { - long temp = GetObject_9(); - - if (temp == 0) return null; - return (vtkObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkCollectionIterator() { super(); } - - public vtkCollectionIterator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCollectionIterator object +// + +package vtk; +import vtk.*; + +public class vtkCollectionIterator 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 SetCollection_2(vtkCollection id0); + public void SetCollection(vtkCollection id0) + { SetCollection_2(id0); } + + private native long GetCollection_3(); + public vtkCollection GetCollection() { + long temp = GetCollection_3(); + + if (temp == 0) return null; + return (vtkCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void InitTraversal_4(); + public void InitTraversal() + { InitTraversal_4(); } + + private native void GoToFirstItem_5(); + public void GoToFirstItem() + { GoToFirstItem_5(); } + + private native void GoToNextItem_6(); + public void GoToNextItem() + { GoToNextItem_6(); } + + private native int IsDoneWithTraversal_7(); + public int IsDoneWithTraversal() + { return IsDoneWithTraversal_7(); } + + private native long GetCurrentObject_8(); + public vtkObject GetCurrentObject() { + long temp = GetCurrentObject_8(); + + if (temp == 0) return null; + return (vtkObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkCollectionIterator() { super(); } + + public vtkCollectionIterator(long id) { super(id); } + public native long VTKInit(); + +}