]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInformationIterator.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkInformationIterator.java
1 // java wrapper for vtkInformationIterator object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkInformationIterator extends vtkObject\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetInformation_2(vtkInformation id0);\r
19   public void SetInformation(vtkInformation id0)\r
20     { SetInformation_2(id0); }\r
21 \r
22   private native long GetInformation_3();\r
23   public vtkInformation GetInformation() {\r
24     long temp = GetInformation_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetInformationWeak_4(vtkInformation id0);\r
31   public void SetInformationWeak(vtkInformation id0)\r
32     { SetInformationWeak_4(id0); }\r
33 \r
34   private native void InitTraversal_5();\r
35   public void InitTraversal()\r
36     { InitTraversal_5(); }\r
37 \r
38   private native void GoToFirstItem_6();\r
39   public void GoToFirstItem()\r
40     { GoToFirstItem_6(); }\r
41 \r
42   private native void GoToNextItem_7();\r
43   public void GoToNextItem()\r
44     { GoToNextItem_7(); }\r
45 \r
46   private native int IsDoneWithTraversal_8();\r
47   public int IsDoneWithTraversal()\r
48     { return IsDoneWithTraversal_8(); }\r
49 \r
50   private native long GetCurrentKey_9();\r
51   public vtkInformationKey GetCurrentKey() {\r
52     long temp = GetCurrentKey_9();\r
53 \r
54     if (temp == 0) return null;\r
55     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
56   }\r
57 \r
58   public vtkInformationIterator() { super(); }\r
59 \r
60   public vtkInformationIterator(long id) { super(id); }\r
61   public native long   VTKInit();\r
62 \r
63 }\r