]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInformation.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkInformation.java
1 // java wrapper for vtkInformation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkInformation 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 Modified_2();\r
19   public void Modified()\r
20     { Modified_2(); }\r
21 \r
22   private native void Modified_3(vtkInformationKey id0);\r
23   public void Modified(vtkInformationKey id0)\r
24     { Modified_3(id0); }\r
25 \r
26   private native void Clear_4();\r
27   public void Clear()\r
28     { Clear_4(); }\r
29 \r
30   private native int GetNumberOfKeys_5();\r
31   public int GetNumberOfKeys()\r
32     { return GetNumberOfKeys_5(); }\r
33 \r
34   private native void Copy_6(vtkInformation id0,int id1);\r
35   public void Copy(vtkInformation id0,int id1)\r
36     { Copy_6(id0,id1); }\r
37 \r
38   private native void CopyEntry_7(vtkInformation id0,vtkInformationKey id1,int id2);\r
39   public void CopyEntry(vtkInformation id0,vtkInformationKey id1,int id2)\r
40     { CopyEntry_7(id0,id1,id2); }\r
41 \r
42   private native void CopyEntry_8(vtkInformation id0,vtkInformationDataObjectKey id1,int id2);\r
43   public void CopyEntry(vtkInformation id0,vtkInformationDataObjectKey id1,int id2)\r
44     { CopyEntry_8(id0,id1,id2); }\r
45 \r
46   private native void CopyEntry_9(vtkInformation id0,vtkInformationDoubleVectorKey id1,int id2);\r
47   public void CopyEntry(vtkInformation id0,vtkInformationDoubleVectorKey id1,int id2)\r
48     { CopyEntry_9(id0,id1,id2); }\r
49 \r
50   private native void CopyEntry_10(vtkInformation id0,vtkInformationInformationKey id1,int id2);\r
51   public void CopyEntry(vtkInformation id0,vtkInformationInformationKey id1,int id2)\r
52     { CopyEntry_10(id0,id1,id2); }\r
53 \r
54   private native void CopyEntry_11(vtkInformation id0,vtkInformationInformationVectorKey id1,int id2);\r
55   public void CopyEntry(vtkInformation id0,vtkInformationInformationVectorKey id1,int id2)\r
56     { CopyEntry_11(id0,id1,id2); }\r
57 \r
58   private native void CopyEntry_12(vtkInformation id0,vtkInformationIntegerKey id1,int id2);\r
59   public void CopyEntry(vtkInformation id0,vtkInformationIntegerKey id1,int id2)\r
60     { CopyEntry_12(id0,id1,id2); }\r
61 \r
62   private native void CopyEntry_13(vtkInformation id0,vtkInformationIntegerVectorKey id1,int id2);\r
63   public void CopyEntry(vtkInformation id0,vtkInformationIntegerVectorKey id1,int id2)\r
64     { CopyEntry_13(id0,id1,id2); }\r
65 \r
66   private native void CopyEntry_14(vtkInformation id0,vtkInformationRequestKey id1,int id2);\r
67   public void CopyEntry(vtkInformation id0,vtkInformationRequestKey id1,int id2)\r
68     { CopyEntry_14(id0,id1,id2); }\r
69 \r
70   private native void CopyEntry_15(vtkInformation id0,vtkInformationStringKey id1,int id2);\r
71   public void CopyEntry(vtkInformation id0,vtkInformationStringKey id1,int id2)\r
72     { CopyEntry_15(id0,id1,id2); }\r
73 \r
74   private native void CopyEntry_16(vtkInformation id0,vtkInformationStringVectorKey id1,int id2);\r
75   public void CopyEntry(vtkInformation id0,vtkInformationStringVectorKey id1,int id2)\r
76     { CopyEntry_16(id0,id1,id2); }\r
77 \r
78   private native void CopyEntry_17(vtkInformation id0,vtkInformationUnsignedLongKey id1,int id2);\r
79   public void CopyEntry(vtkInformation id0,vtkInformationUnsignedLongKey id1,int id2)\r
80     { CopyEntry_17(id0,id1,id2); }\r
81 \r
82   private native void CopyEntries_18(vtkInformation id0,vtkInformationKeyVectorKey id1,int id2);\r
83   public void CopyEntries(vtkInformation id0,vtkInformationKeyVectorKey id1,int id2)\r
84     { CopyEntries_18(id0,id1,id2); }\r
85 \r
86   private native int Has_19(vtkInformationKey id0);\r
87   public int Has(vtkInformationKey id0)\r
88     { return Has_19(id0); }\r
89 \r
90   private native void Remove_20(vtkInformationKey id0);\r
91   public void Remove(vtkInformationKey id0)\r
92     { Remove_20(id0); }\r
93 \r
94   private native void Set_21(vtkInformationRequestKey id0);\r
95   public void Set(vtkInformationRequestKey id0)\r
96     { Set_21(id0); }\r
97 \r
98   private native void Remove_22(vtkInformationRequestKey id0);\r
99   public void Remove(vtkInformationRequestKey id0)\r
100     { Remove_22(id0); }\r
101 \r
102   private native int Has_23(vtkInformationRequestKey id0);\r
103   public int Has(vtkInformationRequestKey id0)\r
104     { return Has_23(id0); }\r
105 \r
106   private native void Set_24(vtkInformationIntegerKey id0,int id1);\r
107   public void Set(vtkInformationIntegerKey id0,int id1)\r
108     { Set_24(id0,id1); }\r
109 \r
110   private native int Get_25(vtkInformationIntegerKey id0);\r
111   public int Get(vtkInformationIntegerKey id0)\r
112     { return Get_25(id0); }\r
113 \r
114   private native void Remove_26(vtkInformationIntegerKey id0);\r
115   public void Remove(vtkInformationIntegerKey id0)\r
116     { Remove_26(id0); }\r
117 \r
118   private native int Has_27(vtkInformationIntegerKey id0);\r
119   public int Has(vtkInformationIntegerKey id0)\r
120     { return Has_27(id0); }\r
121 \r
122   private native void Set_28(vtkInformationIdTypeKey id0,int id1);\r
123   public void Set(vtkInformationIdTypeKey id0,int id1)\r
124     { Set_28(id0,id1); }\r
125 \r
126   private native int Get_29(vtkInformationIdTypeKey id0);\r
127   public int Get(vtkInformationIdTypeKey id0)\r
128     { return Get_29(id0); }\r
129 \r
130   private native void Remove_30(vtkInformationIdTypeKey id0);\r
131   public void Remove(vtkInformationIdTypeKey id0)\r
132     { Remove_30(id0); }\r
133 \r
134   private native int Has_31(vtkInformationIdTypeKey id0);\r
135   public int Has(vtkInformationIdTypeKey id0)\r
136     { return Has_31(id0); }\r
137 \r
138   private native void Set_32(vtkInformationDoubleKey id0,double id1);\r
139   public void Set(vtkInformationDoubleKey id0,double id1)\r
140     { Set_32(id0,id1); }\r
141 \r
142   private native double Get_33(vtkInformationDoubleKey id0);\r
143   public double Get(vtkInformationDoubleKey id0)\r
144     { return Get_33(id0); }\r
145 \r
146   private native void Remove_34(vtkInformationDoubleKey id0);\r
147   public void Remove(vtkInformationDoubleKey id0)\r
148     { Remove_34(id0); }\r
149 \r
150   private native int Has_35(vtkInformationDoubleKey id0);\r
151   public int Has(vtkInformationDoubleKey id0)\r
152     { return Has_35(id0); }\r
153 \r
154   private native void Append_36(vtkInformationIntegerVectorKey id0,int id1);\r
155   public void Append(vtkInformationIntegerVectorKey id0,int id1)\r
156     { Append_36(id0,id1); }\r
157 \r
158   private native void Set_37(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3);\r
159   public void Set(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3)\r
160     { Set_37(id0,id1,id2,id3); }\r
161 \r
162   private native void Set_38(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3,int id4,int id5,int id6);\r
163   public void Set(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3,int id4,int id5,int id6)\r
164     { Set_38(id0,id1,id2,id3,id4,id5,id6); }\r
165 \r
166   private native int Get_39(vtkInformationIntegerVectorKey id0,int id1);\r
167   public int Get(vtkInformationIntegerVectorKey id0,int id1)\r
168     { return Get_39(id0,id1); }\r
169 \r
170   private native int Length_40(vtkInformationIntegerVectorKey id0);\r
171   public int Length(vtkInformationIntegerVectorKey id0)\r
172     { return Length_40(id0); }\r
173 \r
174   private native void Remove_41(vtkInformationIntegerVectorKey id0);\r
175   public void Remove(vtkInformationIntegerVectorKey id0)\r
176     { Remove_41(id0); }\r
177 \r
178   private native int Has_42(vtkInformationIntegerVectorKey id0);\r
179   public int Has(vtkInformationIntegerVectorKey id0)\r
180     { return Has_42(id0); }\r
181 \r
182   private native void Append_43(vtkInformationStringVectorKey id0,String id1);\r
183   public void Append(vtkInformationStringVectorKey id0,String id1)\r
184     { Append_43(id0,id1); }\r
185 \r
186   private native void Set_44(vtkInformationStringVectorKey id0,String id1,int id2);\r
187   public void Set(vtkInformationStringVectorKey id0,String id1,int id2)\r
188     { Set_44(id0,id1,id2); }\r
189 \r
190   private native String Get_45(vtkInformationStringVectorKey id0,int id1);\r
191   public String Get(vtkInformationStringVectorKey id0,int id1)\r
192     { return Get_45(id0,id1); }\r
193 \r
194   private native int Length_46(vtkInformationStringVectorKey id0);\r
195   public int Length(vtkInformationStringVectorKey id0)\r
196     { return Length_46(id0); }\r
197 \r
198   private native void Remove_47(vtkInformationStringVectorKey id0);\r
199   public void Remove(vtkInformationStringVectorKey id0)\r
200     { Remove_47(id0); }\r
201 \r
202   private native int Has_48(vtkInformationStringVectorKey id0);\r
203   public int Has(vtkInformationStringVectorKey id0)\r
204     { return Has_48(id0); }\r
205 \r
206   private native int Length_49(vtkInformationIntegerPointerKey id0);\r
207   public int Length(vtkInformationIntegerPointerKey id0)\r
208     { return Length_49(id0); }\r
209 \r
210   private native void Remove_50(vtkInformationIntegerPointerKey id0);\r
211   public void Remove(vtkInformationIntegerPointerKey id0)\r
212     { Remove_50(id0); }\r
213 \r
214   private native int Has_51(vtkInformationIntegerPointerKey id0);\r
215   public int Has(vtkInformationIntegerPointerKey id0)\r
216     { return Has_51(id0); }\r
217 \r
218   private native void Set_52(vtkInformationUnsignedLongKey id0,int id1);\r
219   public void Set(vtkInformationUnsignedLongKey id0,int id1)\r
220     { Set_52(id0,id1); }\r
221 \r
222   private native int Get_53(vtkInformationUnsignedLongKey id0);\r
223   public int Get(vtkInformationUnsignedLongKey id0)\r
224     { return Get_53(id0); }\r
225 \r
226   private native void Remove_54(vtkInformationUnsignedLongKey id0);\r
227   public void Remove(vtkInformationUnsignedLongKey id0)\r
228     { Remove_54(id0); }\r
229 \r
230   private native int Has_55(vtkInformationUnsignedLongKey id0);\r
231   public int Has(vtkInformationUnsignedLongKey id0)\r
232     { return Has_55(id0); }\r
233 \r
234   private native void Append_56(vtkInformationDoubleVectorKey id0,double id1);\r
235   public void Append(vtkInformationDoubleVectorKey id0,double id1)\r
236     { Append_56(id0,id1); }\r
237 \r
238   private native void Set_57(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3);\r
239   public void Set(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3)\r
240     { Set_57(id0,id1,id2,id3); }\r
241 \r
242   private native void Set_58(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3,double id4,double id5,double id6);\r
243   public void Set(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3,double id4,double id5,double id6)\r
244     { Set_58(id0,id1,id2,id3,id4,id5,id6); }\r
245 \r
246   private native double Get_59(vtkInformationDoubleVectorKey id0,int id1);\r
247   public double Get(vtkInformationDoubleVectorKey id0,int id1)\r
248     { return Get_59(id0,id1); }\r
249 \r
250   private native int Length_60(vtkInformationDoubleVectorKey id0);\r
251   public int Length(vtkInformationDoubleVectorKey id0)\r
252     { return Length_60(id0); }\r
253 \r
254   private native void Remove_61(vtkInformationDoubleVectorKey id0);\r
255   public void Remove(vtkInformationDoubleVectorKey id0)\r
256     { Remove_61(id0); }\r
257 \r
258   private native int Has_62(vtkInformationDoubleVectorKey id0);\r
259   public int Has(vtkInformationDoubleVectorKey id0)\r
260     { return Has_62(id0); }\r
261 \r
262   private native void Append_63(vtkInformationKeyVectorKey id0,vtkInformationKey id1);\r
263   public void Append(vtkInformationKeyVectorKey id0,vtkInformationKey id1)\r
264     { Append_63(id0,id1); }\r
265 \r
266   private native void AppendUnique_64(vtkInformationKeyVectorKey id0,vtkInformationKey id1);\r
267   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationKey id1)\r
268     { AppendUnique_64(id0,id1); }\r
269 \r
270   private native void Remove_65(vtkInformationKeyVectorKey id0,vtkInformationKey id1);\r
271   public void Remove(vtkInformationKeyVectorKey id0,vtkInformationKey id1)\r
272     { Remove_65(id0,id1); }\r
273 \r
274   private native long Get_66(vtkInformationKeyVectorKey id0,int id1);\r
275   public vtkInformationKey Get(vtkInformationKeyVectorKey id0,int id1) {\r
276     long temp = Get_66(id0,id1);\r
277 \r
278     if (temp == 0) return null;\r
279     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
280   }\r
281 \r
282   private native int Length_67(vtkInformationKeyVectorKey id0);\r
283   public int Length(vtkInformationKeyVectorKey id0)\r
284     { return Length_67(id0); }\r
285 \r
286   private native void Remove_68(vtkInformationKeyVectorKey id0);\r
287   public void Remove(vtkInformationKeyVectorKey id0)\r
288     { Remove_68(id0); }\r
289 \r
290   private native int Has_69(vtkInformationKeyVectorKey id0);\r
291   public int Has(vtkInformationKeyVectorKey id0)\r
292     { return Has_69(id0); }\r
293 \r
294   private native void Append_70(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1);\r
295   public void Append(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1)\r
296     { Append_70(id0,id1); }\r
297 \r
298   private native void Append_71(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1);\r
299   public void Append(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1)\r
300     { Append_71(id0,id1); }\r
301 \r
302   private native void Append_72(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1);\r
303   public void Append(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1)\r
304     { Append_72(id0,id1); }\r
305 \r
306   private native void Append_73(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1);\r
307   public void Append(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1)\r
308     { Append_73(id0,id1); }\r
309 \r
310   private native void Append_74(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1);\r
311   public void Append(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1)\r
312     { Append_74(id0,id1); }\r
313 \r
314   private native void Append_75(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1);\r
315   public void Append(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1)\r
316     { Append_75(id0,id1); }\r
317 \r
318   private native void Append_76(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1);\r
319   public void Append(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1)\r
320     { Append_76(id0,id1); }\r
321 \r
322   private native void Append_77(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1);\r
323   public void Append(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1)\r
324     { Append_77(id0,id1); }\r
325 \r
326   private native void Append_78(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1);\r
327   public void Append(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1)\r
328     { Append_78(id0,id1); }\r
329 \r
330   private native void Append_79(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1);\r
331   public void Append(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1)\r
332     { Append_79(id0,id1); }\r
333 \r
334   private native void Append_80(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1);\r
335   public void Append(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1)\r
336     { Append_80(id0,id1); }\r
337 \r
338   private native void AppendUnique_81(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1);\r
339   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1)\r
340     { AppendUnique_81(id0,id1); }\r
341 \r
342   private native void AppendUnique_82(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1);\r
343   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1)\r
344     { AppendUnique_82(id0,id1); }\r
345 \r
346   private native void AppendUnique_83(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1);\r
347   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1)\r
348     { AppendUnique_83(id0,id1); }\r
349 \r
350   private native void AppendUnique_84(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1);\r
351   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1)\r
352     { AppendUnique_84(id0,id1); }\r
353 \r
354   private native void AppendUnique_85(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1);\r
355   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1)\r
356     { AppendUnique_85(id0,id1); }\r
357 \r
358   private native void AppendUnique_86(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1);\r
359   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1)\r
360     { AppendUnique_86(id0,id1); }\r
361 \r
362   private native void AppendUnique_87(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1);\r
363   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1)\r
364     { AppendUnique_87(id0,id1); }\r
365 \r
366   private native void AppendUnique_88(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1);\r
367   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1)\r
368     { AppendUnique_88(id0,id1); }\r
369 \r
370   private native void AppendUnique_89(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1);\r
371   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1)\r
372     { AppendUnique_89(id0,id1); }\r
373 \r
374   private native void AppendUnique_90(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1);\r
375   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1)\r
376     { AppendUnique_90(id0,id1); }\r
377 \r
378   private native void AppendUnique_91(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1);\r
379   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1)\r
380     { AppendUnique_91(id0,id1); }\r
381 \r
382   private native void Set_92(vtkInformationStringKey id0,String id1);\r
383   public void Set(vtkInformationStringKey id0,String id1)\r
384     { Set_92(id0,id1); }\r
385 \r
386   private native String Get_93(vtkInformationStringKey id0);\r
387   public String Get(vtkInformationStringKey id0)\r
388     { return Get_93(id0); }\r
389 \r
390   private native void Remove_94(vtkInformationStringKey id0);\r
391   public void Remove(vtkInformationStringKey id0)\r
392     { Remove_94(id0); }\r
393 \r
394   private native int Has_95(vtkInformationStringKey id0);\r
395   public int Has(vtkInformationStringKey id0)\r
396     { return Has_95(id0); }\r
397 \r
398   private native void Set_96(vtkInformationInformationKey id0,vtkInformation id1);\r
399   public void Set(vtkInformationInformationKey id0,vtkInformation id1)\r
400     { Set_96(id0,id1); }\r
401 \r
402   private native long Get_97(vtkInformationInformationKey id0);\r
403   public vtkInformation Get(vtkInformationInformationKey id0) {\r
404     long temp = Get_97(id0);\r
405 \r
406     if (temp == 0) return null;\r
407     return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
408   }\r
409 \r
410   private native void Remove_98(vtkInformationInformationKey id0);\r
411   public void Remove(vtkInformationInformationKey id0)\r
412     { Remove_98(id0); }\r
413 \r
414   private native int Has_99(vtkInformationInformationKey id0);\r
415   public int Has(vtkInformationInformationKey id0)\r
416     { return Has_99(id0); }\r
417 \r
418   private native void Set_100(vtkInformationInformationVectorKey id0,vtkInformationVector id1);\r
419   public void Set(vtkInformationInformationVectorKey id0,vtkInformationVector id1)\r
420     { Set_100(id0,id1); }\r
421 \r
422   private native long Get_101(vtkInformationInformationVectorKey id0);\r
423   public vtkInformationVector Get(vtkInformationInformationVectorKey id0) {\r
424     long temp = Get_101(id0);\r
425 \r
426     if (temp == 0) return null;\r
427     return (vtkInformationVector)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
428   }\r
429 \r
430   private native void Remove_102(vtkInformationInformationVectorKey id0);\r
431   public void Remove(vtkInformationInformationVectorKey id0)\r
432     { Remove_102(id0); }\r
433 \r
434   private native int Has_103(vtkInformationInformationVectorKey id0);\r
435   public int Has(vtkInformationInformationVectorKey id0)\r
436     { return Has_103(id0); }\r
437 \r
438   private native void Set_104(vtkInformationObjectBaseKey id0,vtkObjectBase id1);\r
439   public void Set(vtkInformationObjectBaseKey id0,vtkObjectBase id1)\r
440     { Set_104(id0,id1); }\r
441 \r
442   private native long Get_105(vtkInformationObjectBaseKey id0);\r
443   public vtkObjectBase Get(vtkInformationObjectBaseKey id0) {\r
444     long temp = Get_105(id0);\r
445 \r
446     if (temp == 0) return null;\r
447     return (vtkObjectBase)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
448   }\r
449 \r
450   private native void Remove_106(vtkInformationObjectBaseKey id0);\r
451   public void Remove(vtkInformationObjectBaseKey id0)\r
452     { Remove_106(id0); }\r
453 \r
454   private native int Has_107(vtkInformationObjectBaseKey id0);\r
455   public int Has(vtkInformationObjectBaseKey id0)\r
456     { return Has_107(id0); }\r
457 \r
458   private native void Remove_108(vtkInformationDataObjectKey id0);\r
459   public void Remove(vtkInformationDataObjectKey id0)\r
460     { Remove_108(id0); }\r
461 \r
462   private native int Has_109(vtkInformationDataObjectKey id0);\r
463   public int Has(vtkInformationDataObjectKey id0)\r
464     { return Has_109(id0); }\r
465 \r
466   private native long GetKey_110(vtkInformationDataObjectKey id0);\r
467   public vtkInformationKey GetKey(vtkInformationDataObjectKey id0) {\r
468     long temp = GetKey_110(id0);\r
469 \r
470     if (temp == 0) return null;\r
471     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
472   }\r
473 \r
474   private native long GetKey_111(vtkInformationDoubleKey id0);\r
475   public vtkInformationKey GetKey(vtkInformationDoubleKey id0) {\r
476     long temp = GetKey_111(id0);\r
477 \r
478     if (temp == 0) return null;\r
479     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
480   }\r
481 \r
482   private native long GetKey_112(vtkInformationDoubleVectorKey id0);\r
483   public vtkInformationKey GetKey(vtkInformationDoubleVectorKey id0) {\r
484     long temp = GetKey_112(id0);\r
485 \r
486     if (temp == 0) return null;\r
487     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
488   }\r
489 \r
490   private native long GetKey_113(vtkInformationInformationKey id0);\r
491   public vtkInformationKey GetKey(vtkInformationInformationKey id0) {\r
492     long temp = GetKey_113(id0);\r
493 \r
494     if (temp == 0) return null;\r
495     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
496   }\r
497 \r
498   private native long GetKey_114(vtkInformationInformationVectorKey id0);\r
499   public vtkInformationKey GetKey(vtkInformationInformationVectorKey id0) {\r
500     long temp = GetKey_114(id0);\r
501 \r
502     if (temp == 0) return null;\r
503     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
504   }\r
505 \r
506   private native long GetKey_115(vtkInformationIntegerKey id0);\r
507   public vtkInformationKey GetKey(vtkInformationIntegerKey id0) {\r
508     long temp = GetKey_115(id0);\r
509 \r
510     if (temp == 0) return null;\r
511     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
512   }\r
513 \r
514   private native long GetKey_116(vtkInformationIntegerVectorKey id0);\r
515   public vtkInformationKey GetKey(vtkInformationIntegerVectorKey id0) {\r
516     long temp = GetKey_116(id0);\r
517 \r
518     if (temp == 0) return null;\r
519     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
520   }\r
521 \r
522   private native long GetKey_117(vtkInformationRequestKey id0);\r
523   public vtkInformationKey GetKey(vtkInformationRequestKey id0) {\r
524     long temp = GetKey_117(id0);\r
525 \r
526     if (temp == 0) return null;\r
527     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
528   }\r
529 \r
530   private native long GetKey_118(vtkInformationStringKey id0);\r
531   public vtkInformationKey GetKey(vtkInformationStringKey id0) {\r
532     long temp = GetKey_118(id0);\r
533 \r
534     if (temp == 0) return null;\r
535     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
536   }\r
537 \r
538   private native long GetKey_119(vtkInformationStringVectorKey id0);\r
539   public vtkInformationKey GetKey(vtkInformationStringVectorKey id0) {\r
540     long temp = GetKey_119(id0);\r
541 \r
542     if (temp == 0) return null;\r
543     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
544   }\r
545 \r
546   private native long GetKey_120(vtkInformationKey id0);\r
547   public vtkInformationKey GetKey(vtkInformationKey id0) {\r
548     long temp = GetKey_120(id0);\r
549 \r
550     if (temp == 0) return null;\r
551     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
552   }\r
553 \r
554   private native long GetKey_121(vtkInformationUnsignedLongKey id0);\r
555   public vtkInformationKey GetKey(vtkInformationUnsignedLongKey id0) {\r
556     long temp = GetKey_121(id0);\r
557 \r
558     if (temp == 0) return null;\r
559     return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
560   }\r
561 \r
562   private native void Register_122(vtkObjectBase id0);\r
563   public void Register(vtkObjectBase id0)\r
564     { Register_122(id0); }\r
565 \r
566   private native void UnRegister_123(vtkObjectBase id0);\r
567   public void UnRegister(vtkObjectBase id0)\r
568     { UnRegister_123(id0); }\r
569 \r
570   private native void SetRequest_124(vtkInformationRequestKey id0);\r
571   public void SetRequest(vtkInformationRequestKey id0)\r
572     { SetRequest_124(id0); }\r
573 \r
574   private native long GetRequest_125();\r
575   public vtkInformationRequestKey GetRequest() {\r
576     long temp = GetRequest_125();\r
577 \r
578     if (temp == 0) return null;\r
579     return (vtkInformationRequestKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
580   }\r
581 \r
582   public vtkInformation() { super(); }\r
583 \r
584   public vtkInformation(long id) { super(id); }\r
585   public native long   VTKInit();\r
586 \r
587 }\r