X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkOverrideInformationCollection.java;h=3db218fc500b11182684c06cc536fb28e2aa3d21;hb=064a7d0401dba71baae82737271620ca7bcb6bfa;hp=321c2fe30a2b0e43bcd3b19d8b5864216aef96d0;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkOverrideInformationCollection.java b/vtk/src/vtk/vtkOverrideInformationCollection.java index 321c2fe3..3db218fc 100644 --- a/vtk/src/vtk/vtkOverrideInformationCollection.java +++ b/vtk/src/vtk/vtkOverrideInformationCollection.java @@ -1,34 +1,35 @@ -// java wrapper for vtkOverrideInformationCollection object -// - -package vtk; -import vtk.*; - -public class vtkOverrideInformationCollection 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(vtkOverrideInformation id0); - public void AddItem(vtkOverrideInformation id0) - { AddItem_2(id0); } - - private native long GetNextItem_3(); - public vtkOverrideInformation GetNextItem() { - long temp = GetNextItem_3(); - - if (temp == 0) return null; - return (vtkOverrideInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkOverrideInformationCollection() { super(); } - - public vtkOverrideInformationCollection(long id) { super(id); } - -} +// java wrapper for vtkOverrideInformationCollection object +// + +package vtk; +import vtk.*; + +public class vtkOverrideInformationCollection 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(vtkOverrideInformation id0); + public void AddItem(vtkOverrideInformation id0) + { AddItem_2(id0); } + + private native long GetNextItem_3(); + public vtkOverrideInformation GetNextItem() { + long temp = GetNextItem_3(); + + if (temp == 0) return null; + return (vtkOverrideInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkOverrideInformationCollection() { super(); } + + public vtkOverrideInformationCollection(long id) { super(id); } + public native long VTKInit(); + +}