X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInformationIterator.java;h=6dfb9d58142d15afa2751e28ce0511a11f6735bf;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=9619e41dc22b5ba2c7c2062c528ab7c64893facc;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInformationIterator.java b/vtk/src/vtk/vtkInformationIterator.java index 9619e41d..6dfb9d58 100644 --- a/vtk/src/vtk/vtkInformationIterator.java +++ b/vtk/src/vtk/vtkInformationIterator.java @@ -1,63 +1,63 @@ -// java wrapper for vtkInformationIterator object -// - -package vtk; -import vtk.*; - -public class vtkInformationIterator 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 SetInformation_2(vtkInformation id0); - public void SetInformation(vtkInformation id0) - { SetInformation_2(id0); } - - private native long GetInformation_3(); - public vtkInformation GetInformation() { - long temp = GetInformation_3(); - - if (temp == 0) return null; - return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetInformationWeak_4(vtkInformation id0); - public void SetInformationWeak(vtkInformation id0) - { SetInformationWeak_4(id0); } - - private native void InitTraversal_5(); - public void InitTraversal() - { InitTraversal_5(); } - - private native void GoToFirstItem_6(); - public void GoToFirstItem() - { GoToFirstItem_6(); } - - private native void GoToNextItem_7(); - public void GoToNextItem() - { GoToNextItem_7(); } - - private native int IsDoneWithTraversal_8(); - public int IsDoneWithTraversal() - { return IsDoneWithTraversal_8(); } - - private native long GetCurrentKey_9(); - public vtkInformationKey GetCurrentKey() { - long temp = GetCurrentKey_9(); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkInformationIterator() { super(); } - - public vtkInformationIterator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkInformationIterator object +// + +package vtk; +import vtk.*; + +public class vtkInformationIterator 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 SetInformation_2(vtkInformation id0); + public void SetInformation(vtkInformation id0) + { SetInformation_2(id0); } + + private native long GetInformation_3(); + public vtkInformation GetInformation() { + long temp = GetInformation_3(); + + if (temp == 0) return null; + return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetInformationWeak_4(vtkInformation id0); + public void SetInformationWeak(vtkInformation id0) + { SetInformationWeak_4(id0); } + + private native void InitTraversal_5(); + public void InitTraversal() + { InitTraversal_5(); } + + private native void GoToFirstItem_6(); + public void GoToFirstItem() + { GoToFirstItem_6(); } + + private native void GoToNextItem_7(); + public void GoToNextItem() + { GoToNextItem_7(); } + + private native int IsDoneWithTraversal_8(); + public int IsDoneWithTraversal() + { return IsDoneWithTraversal_8(); } + + private native long GetCurrentKey_9(); + public vtkInformationKey GetCurrentKey() { + long temp = GetCurrentKey_9(); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkInformationIterator() { super(); } + + public vtkInformationIterator(long id) { super(id); } + public native long VTKInit(); + +}