]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkInformationIterator.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkInformationIterator.java
index 9619e41dc22b5ba2c7c2062c528ab7c64893facc..6dfb9d58142d15afa2751e28ce0511a11f6735bf 100644 (file)
@@ -1,63 +1,63 @@
-// java wrapper for vtkInformationIterator object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkInformationIterator extends vtkObject\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetInformation_2(vtkInformation id0);\r
-  public void SetInformation(vtkInformation id0)\r
-    { SetInformation_2(id0); }\r
-\r
-  private native long GetInformation_3();\r
-  public vtkInformation GetInformation() {\r
-    long temp = GetInformation_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetInformationWeak_4(vtkInformation id0);\r
-  public void SetInformationWeak(vtkInformation id0)\r
-    { SetInformationWeak_4(id0); }\r
-\r
-  private native void InitTraversal_5();\r
-  public void InitTraversal()\r
-    { InitTraversal_5(); }\r
-\r
-  private native void GoToFirstItem_6();\r
-  public void GoToFirstItem()\r
-    { GoToFirstItem_6(); }\r
-\r
-  private native void GoToNextItem_7();\r
-  public void GoToNextItem()\r
-    { GoToNextItem_7(); }\r
-\r
-  private native int IsDoneWithTraversal_8();\r
-  public int IsDoneWithTraversal()\r
-    { return IsDoneWithTraversal_8(); }\r
-\r
-  private native long GetCurrentKey_9();\r
-  public vtkInformationKey GetCurrentKey() {\r
-    long temp = GetCurrentKey_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkInformationIterator() { super(); }\r
-\r
-  public vtkInformationIterator(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}