]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInformation.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkInformation.java
1 // java wrapper for vtkInformation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInformation extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void Modified_2();
19   public void Modified()
20     { Modified_2(); }
21
22   private native void Modified_3(vtkInformationKey id0);
23   public void Modified(vtkInformationKey id0)
24     { Modified_3(id0); }
25
26   private native void Clear_4();
27   public void Clear()
28     { Clear_4(); }
29
30   private native int GetNumberOfKeys_5();
31   public int GetNumberOfKeys()
32     { return GetNumberOfKeys_5(); }
33
34   private native void Copy_6(vtkInformation id0,int id1);
35   public void Copy(vtkInformation id0,int id1)
36     { Copy_6(id0,id1); }
37
38   private native void Append_7(vtkInformation id0,int id1);
39   public void Append(vtkInformation id0,int id1)
40     { Append_7(id0,id1); }
41
42   private native void CopyEntry_8(vtkInformation id0,vtkInformationKey id1,int id2);
43   public void CopyEntry(vtkInformation id0,vtkInformationKey id1,int id2)
44     { CopyEntry_8(id0,id1,id2); }
45
46   private native void CopyEntry_9(vtkInformation id0,vtkInformationDataObjectKey id1,int id2);
47   public void CopyEntry(vtkInformation id0,vtkInformationDataObjectKey id1,int id2)
48     { CopyEntry_9(id0,id1,id2); }
49
50   private native void CopyEntry_10(vtkInformation id0,vtkInformationDoubleVectorKey id1,int id2);
51   public void CopyEntry(vtkInformation id0,vtkInformationDoubleVectorKey id1,int id2)
52     { CopyEntry_10(id0,id1,id2); }
53
54   private native void CopyEntry_11(vtkInformation id0,vtkInformationVariantKey id1,int id2);
55   public void CopyEntry(vtkInformation id0,vtkInformationVariantKey id1,int id2)
56     { CopyEntry_11(id0,id1,id2); }
57
58   private native void CopyEntry_12(vtkInformation id0,vtkInformationVariantVectorKey id1,int id2);
59   public void CopyEntry(vtkInformation id0,vtkInformationVariantVectorKey id1,int id2)
60     { CopyEntry_12(id0,id1,id2); }
61
62   private native void CopyEntry_13(vtkInformation id0,vtkInformationInformationKey id1,int id2);
63   public void CopyEntry(vtkInformation id0,vtkInformationInformationKey id1,int id2)
64     { CopyEntry_13(id0,id1,id2); }
65
66   private native void CopyEntry_14(vtkInformation id0,vtkInformationInformationVectorKey id1,int id2);
67   public void CopyEntry(vtkInformation id0,vtkInformationInformationVectorKey id1,int id2)
68     { CopyEntry_14(id0,id1,id2); }
69
70   private native void CopyEntry_15(vtkInformation id0,vtkInformationIntegerKey id1,int id2);
71   public void CopyEntry(vtkInformation id0,vtkInformationIntegerKey id1,int id2)
72     { CopyEntry_15(id0,id1,id2); }
73
74   private native void CopyEntry_16(vtkInformation id0,vtkInformationIntegerVectorKey id1,int id2);
75   public void CopyEntry(vtkInformation id0,vtkInformationIntegerVectorKey id1,int id2)
76     { CopyEntry_16(id0,id1,id2); }
77
78   private native void CopyEntry_17(vtkInformation id0,vtkInformationObjectBaseVectorKey id1,int id2);
79   public void CopyEntry(vtkInformation id0,vtkInformationObjectBaseVectorKey id1,int id2)
80     { CopyEntry_17(id0,id1,id2); }
81
82   private native void CopyEntry_18(vtkInformation id0,vtkInformationRequestKey id1,int id2);
83   public void CopyEntry(vtkInformation id0,vtkInformationRequestKey id1,int id2)
84     { CopyEntry_18(id0,id1,id2); }
85
86   private native void CopyEntry_19(vtkInformation id0,vtkInformationStringKey id1,int id2);
87   public void CopyEntry(vtkInformation id0,vtkInformationStringKey id1,int id2)
88     { CopyEntry_19(id0,id1,id2); }
89
90   private native void CopyEntry_20(vtkInformation id0,vtkInformationStringVectorKey id1,int id2);
91   public void CopyEntry(vtkInformation id0,vtkInformationStringVectorKey id1,int id2)
92     { CopyEntry_20(id0,id1,id2); }
93
94   private native void CopyEntry_21(vtkInformation id0,vtkInformationUnsignedLongKey id1,int id2);
95   public void CopyEntry(vtkInformation id0,vtkInformationUnsignedLongKey id1,int id2)
96     { CopyEntry_21(id0,id1,id2); }
97
98   private native void CopyEntries_22(vtkInformation id0,vtkInformationKeyVectorKey id1,int id2);
99   public void CopyEntries(vtkInformation id0,vtkInformationKeyVectorKey id1,int id2)
100     { CopyEntries_22(id0,id1,id2); }
101
102   private native int Has_23(vtkInformationKey id0);
103   public int Has(vtkInformationKey id0)
104     { return Has_23(id0); }
105
106   private native void Remove_24(vtkInformationKey id0);
107   public void Remove(vtkInformationKey id0)
108     { Remove_24(id0); }
109
110   private native void Set_25(vtkInformationRequestKey id0);
111   public void Set(vtkInformationRequestKey id0)
112     { Set_25(id0); }
113
114   private native void Remove_26(vtkInformationRequestKey id0);
115   public void Remove(vtkInformationRequestKey id0)
116     { Remove_26(id0); }
117
118   private native int Has_27(vtkInformationRequestKey id0);
119   public int Has(vtkInformationRequestKey id0)
120     { return Has_27(id0); }
121
122   private native void Set_28(vtkInformationIntegerKey id0,int id1);
123   public void Set(vtkInformationIntegerKey id0,int id1)
124     { Set_28(id0,id1); }
125
126   private native int Get_29(vtkInformationIntegerKey id0);
127   public int Get(vtkInformationIntegerKey id0)
128     { return Get_29(id0); }
129
130   private native void Remove_30(vtkInformationIntegerKey id0);
131   public void Remove(vtkInformationIntegerKey id0)
132     { Remove_30(id0); }
133
134   private native int Has_31(vtkInformationIntegerKey id0);
135   public int Has(vtkInformationIntegerKey id0)
136     { return Has_31(id0); }
137
138   private native void Set_32(vtkInformationIdTypeKey id0,int id1);
139   public void Set(vtkInformationIdTypeKey id0,int id1)
140     { Set_32(id0,id1); }
141
142   private native int Get_33(vtkInformationIdTypeKey id0);
143   public int Get(vtkInformationIdTypeKey id0)
144     { return Get_33(id0); }
145
146   private native void Remove_34(vtkInformationIdTypeKey id0);
147   public void Remove(vtkInformationIdTypeKey id0)
148     { Remove_34(id0); }
149
150   private native int Has_35(vtkInformationIdTypeKey id0);
151   public int Has(vtkInformationIdTypeKey id0)
152     { return Has_35(id0); }
153
154   private native void Set_36(vtkInformationDoubleKey id0,double id1);
155   public void Set(vtkInformationDoubleKey id0,double id1)
156     { Set_36(id0,id1); }
157
158   private native double Get_37(vtkInformationDoubleKey id0);
159   public double Get(vtkInformationDoubleKey id0)
160     { return Get_37(id0); }
161
162   private native void Remove_38(vtkInformationDoubleKey id0);
163   public void Remove(vtkInformationDoubleKey id0)
164     { Remove_38(id0); }
165
166   private native int Has_39(vtkInformationDoubleKey id0);
167   public int Has(vtkInformationDoubleKey id0)
168     { return Has_39(id0); }
169
170   private native void Remove_40(vtkInformationVariantKey id0);
171   public void Remove(vtkInformationVariantKey id0)
172     { Remove_40(id0); }
173
174   private native int Has_41(vtkInformationVariantKey id0);
175   public int Has(vtkInformationVariantKey id0)
176     { return Has_41(id0); }
177
178   private native void Append_42(vtkInformationIntegerVectorKey id0,int id1);
179   public void Append(vtkInformationIntegerVectorKey id0,int id1)
180     { Append_42(id0,id1); }
181
182   private native void Set_43(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3);
183   public void Set(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3)
184     { Set_43(id0,id1,id2,id3); }
185
186   private native void Set_44(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3,int id4,int id5,int id6);
187   public void Set(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3,int id4,int id5,int id6)
188     { Set_44(id0,id1,id2,id3,id4,id5,id6); }
189
190   private native int Get_45(vtkInformationIntegerVectorKey id0,int id1);
191   public int Get(vtkInformationIntegerVectorKey id0,int id1)
192     { return Get_45(id0,id1); }
193
194   private native int Length_46(vtkInformationIntegerVectorKey id0);
195   public int Length(vtkInformationIntegerVectorKey id0)
196     { return Length_46(id0); }
197
198   private native void Remove_47(vtkInformationIntegerVectorKey id0);
199   public void Remove(vtkInformationIntegerVectorKey id0)
200     { Remove_47(id0); }
201
202   private native int Has_48(vtkInformationIntegerVectorKey id0);
203   public int Has(vtkInformationIntegerVectorKey id0)
204     { return Has_48(id0); }
205
206   private native void Append_49(vtkInformationStringVectorKey id0,String id1);
207   public void Append(vtkInformationStringVectorKey id0,String id1)
208     { Append_49(id0,id1); }
209
210   private native void Set_50(vtkInformationStringVectorKey id0,String id1,int id2);
211   public void Set(vtkInformationStringVectorKey id0,String id1,int id2)
212     { Set_50(id0,id1,id2); }
213
214   private native String Get_51(vtkInformationStringVectorKey id0,int id1);
215   public String Get(vtkInformationStringVectorKey id0,int id1)
216     { return Get_51(id0,id1); }
217
218   private native int Length_52(vtkInformationStringVectorKey id0);
219   public int Length(vtkInformationStringVectorKey id0)
220     { return Length_52(id0); }
221
222   private native void Remove_53(vtkInformationStringVectorKey id0);
223   public void Remove(vtkInformationStringVectorKey id0)
224     { Remove_53(id0); }
225
226   private native int Has_54(vtkInformationStringVectorKey id0);
227   public int Has(vtkInformationStringVectorKey id0)
228     { return Has_54(id0); }
229
230   private native int Length_55(vtkInformationIntegerPointerKey id0);
231   public int Length(vtkInformationIntegerPointerKey id0)
232     { return Length_55(id0); }
233
234   private native void Remove_56(vtkInformationIntegerPointerKey id0);
235   public void Remove(vtkInformationIntegerPointerKey id0)
236     { Remove_56(id0); }
237
238   private native int Has_57(vtkInformationIntegerPointerKey id0);
239   public int Has(vtkInformationIntegerPointerKey id0)
240     { return Has_57(id0); }
241
242   private native void Set_58(vtkInformationUnsignedLongKey id0,int id1);
243   public void Set(vtkInformationUnsignedLongKey id0,int id1)
244     { Set_58(id0,id1); }
245
246   private native int Get_59(vtkInformationUnsignedLongKey id0);
247   public int Get(vtkInformationUnsignedLongKey id0)
248     { return Get_59(id0); }
249
250   private native void Remove_60(vtkInformationUnsignedLongKey id0);
251   public void Remove(vtkInformationUnsignedLongKey id0)
252     { Remove_60(id0); }
253
254   private native int Has_61(vtkInformationUnsignedLongKey id0);
255   public int Has(vtkInformationUnsignedLongKey id0)
256     { return Has_61(id0); }
257
258   private native void Append_62(vtkInformationDoubleVectorKey id0,double id1);
259   public void Append(vtkInformationDoubleVectorKey id0,double id1)
260     { Append_62(id0,id1); }
261
262   private native void Set_63(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3);
263   public void Set(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3)
264     { Set_63(id0,id1,id2,id3); }
265
266   private native void Set_64(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3,double id4,double id5,double id6);
267   public void Set(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3,double id4,double id5,double id6)
268     { Set_64(id0,id1,id2,id3,id4,id5,id6); }
269
270   private native double Get_65(vtkInformationDoubleVectorKey id0,int id1);
271   public double Get(vtkInformationDoubleVectorKey id0,int id1)
272     { return Get_65(id0,id1); }
273
274   private native int Length_66(vtkInformationDoubleVectorKey id0);
275   public int Length(vtkInformationDoubleVectorKey id0)
276     { return Length_66(id0); }
277
278   private native void Remove_67(vtkInformationDoubleVectorKey id0);
279   public void Remove(vtkInformationDoubleVectorKey id0)
280     { Remove_67(id0); }
281
282   private native int Has_68(vtkInformationDoubleVectorKey id0);
283   public int Has(vtkInformationDoubleVectorKey id0)
284     { return Has_68(id0); }
285
286   private native int Length_69(vtkInformationVariantVectorKey id0);
287   public int Length(vtkInformationVariantVectorKey id0)
288     { return Length_69(id0); }
289
290   private native void Remove_70(vtkInformationVariantVectorKey id0);
291   public void Remove(vtkInformationVariantVectorKey id0)
292     { Remove_70(id0); }
293
294   private native int Has_71(vtkInformationVariantVectorKey id0);
295   public int Has(vtkInformationVariantVectorKey id0)
296     { return Has_71(id0); }
297
298   private native void Append_72(vtkInformationKeyVectorKey id0,vtkInformationKey id1);
299   public void Append(vtkInformationKeyVectorKey id0,vtkInformationKey id1)
300     { Append_72(id0,id1); }
301
302   private native void AppendUnique_73(vtkInformationKeyVectorKey id0,vtkInformationKey id1);
303   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationKey id1)
304     { AppendUnique_73(id0,id1); }
305
306   private native void Remove_74(vtkInformationKeyVectorKey id0,vtkInformationKey id1);
307   public void Remove(vtkInformationKeyVectorKey id0,vtkInformationKey id1)
308     { Remove_74(id0,id1); }
309
310   private native long Get_75(vtkInformationKeyVectorKey id0,int id1);
311   public vtkInformationKey Get(vtkInformationKeyVectorKey id0,int id1) {
312     long temp = Get_75(id0,id1);
313
314     if (temp == 0) return null;
315     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
316 }
317
318   private native int Length_76(vtkInformationKeyVectorKey id0);
319   public int Length(vtkInformationKeyVectorKey id0)
320     { return Length_76(id0); }
321
322   private native void Remove_77(vtkInformationKeyVectorKey id0);
323   public void Remove(vtkInformationKeyVectorKey id0)
324     { Remove_77(id0); }
325
326   private native int Has_78(vtkInformationKeyVectorKey id0);
327   public int Has(vtkInformationKeyVectorKey id0)
328     { return Has_78(id0); }
329
330   private native void Append_79(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1);
331   public void Append(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1)
332     { Append_79(id0,id1); }
333
334   private native void Append_80(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1);
335   public void Append(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1)
336     { Append_80(id0,id1); }
337
338   private native void Append_81(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1);
339   public void Append(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1)
340     { Append_81(id0,id1); }
341
342   private native void Append_82(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1);
343   public void Append(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1)
344     { Append_82(id0,id1); }
345
346   private native void Append_83(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1);
347   public void Append(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1)
348     { Append_83(id0,id1); }
349
350   private native void Append_84(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1);
351   public void Append(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1)
352     { Append_84(id0,id1); }
353
354   private native void Append_85(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1);
355   public void Append(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1)
356     { Append_85(id0,id1); }
357
358   private native void Append_86(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1);
359   public void Append(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1)
360     { Append_86(id0,id1); }
361
362   private native void Append_87(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1);
363   public void Append(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1)
364     { Append_87(id0,id1); }
365
366   private native void Append_88(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1);
367   public void Append(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1)
368     { Append_88(id0,id1); }
369
370   private native void Append_89(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1);
371   public void Append(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1)
372     { Append_89(id0,id1); }
373
374   private native void AppendUnique_90(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1);
375   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1)
376     { AppendUnique_90(id0,id1); }
377
378   private native void AppendUnique_91(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1);
379   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1)
380     { AppendUnique_91(id0,id1); }
381
382   private native void AppendUnique_92(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1);
383   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1)
384     { AppendUnique_92(id0,id1); }
385
386   private native void AppendUnique_93(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1);
387   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1)
388     { AppendUnique_93(id0,id1); }
389
390   private native void AppendUnique_94(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1);
391   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1)
392     { AppendUnique_94(id0,id1); }
393
394   private native void AppendUnique_95(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1);
395   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1)
396     { AppendUnique_95(id0,id1); }
397
398   private native void AppendUnique_96(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1);
399   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1)
400     { AppendUnique_96(id0,id1); }
401
402   private native void AppendUnique_97(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1);
403   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1)
404     { AppendUnique_97(id0,id1); }
405
406   private native void AppendUnique_98(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1);
407   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1)
408     { AppendUnique_98(id0,id1); }
409
410   private native void AppendUnique_99(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1);
411   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1)
412     { AppendUnique_99(id0,id1); }
413
414   private native void AppendUnique_100(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1);
415   public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1)
416     { AppendUnique_100(id0,id1); }
417
418   private native void Set_101(vtkInformationStringKey id0,String id1);
419   public void Set(vtkInformationStringKey id0,String id1)
420     { Set_101(id0,id1); }
421
422   private native String Get_102(vtkInformationStringKey id0);
423   public String Get(vtkInformationStringKey id0)
424     { return Get_102(id0); }
425
426   private native void Remove_103(vtkInformationStringKey id0);
427   public void Remove(vtkInformationStringKey id0)
428     { Remove_103(id0); }
429
430   private native int Has_104(vtkInformationStringKey id0);
431   public int Has(vtkInformationStringKey id0)
432     { return Has_104(id0); }
433
434   private native void Set_105(vtkInformationInformationKey id0,vtkInformation id1);
435   public void Set(vtkInformationInformationKey id0,vtkInformation id1)
436     { Set_105(id0,id1); }
437
438   private native long Get_106(vtkInformationInformationKey id0);
439   public vtkInformation Get(vtkInformationInformationKey id0) {
440     long temp = Get_106(id0);
441
442     if (temp == 0) return null;
443     return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
444 }
445
446   private native void Remove_107(vtkInformationInformationKey id0);
447   public void Remove(vtkInformationInformationKey id0)
448     { Remove_107(id0); }
449
450   private native int Has_108(vtkInformationInformationKey id0);
451   public int Has(vtkInformationInformationKey id0)
452     { return Has_108(id0); }
453
454   private native void Set_109(vtkInformationInformationVectorKey id0,vtkInformationVector id1);
455   public void Set(vtkInformationInformationVectorKey id0,vtkInformationVector id1)
456     { Set_109(id0,id1); }
457
458   private native long Get_110(vtkInformationInformationVectorKey id0);
459   public vtkInformationVector Get(vtkInformationInformationVectorKey id0) {
460     long temp = Get_110(id0);
461
462     if (temp == 0) return null;
463     return (vtkInformationVector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
464 }
465
466   private native void Remove_111(vtkInformationInformationVectorKey id0);
467   public void Remove(vtkInformationInformationVectorKey id0)
468     { Remove_111(id0); }
469
470   private native int Has_112(vtkInformationInformationVectorKey id0);
471   public int Has(vtkInformationInformationVectorKey id0)
472     { return Has_112(id0); }
473
474   private native void Set_113(vtkInformationObjectBaseKey id0,vtkObjectBase id1);
475   public void Set(vtkInformationObjectBaseKey id0,vtkObjectBase id1)
476     { Set_113(id0,id1); }
477
478   private native long Get_114(vtkInformationObjectBaseKey id0);
479   public vtkObjectBase Get(vtkInformationObjectBaseKey id0) {
480     long temp = Get_114(id0);
481
482     if (temp == 0) return null;
483     return (vtkObjectBase)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
484 }
485
486   private native void Remove_115(vtkInformationObjectBaseKey id0);
487   public void Remove(vtkInformationObjectBaseKey id0)
488     { Remove_115(id0); }
489
490   private native int Has_116(vtkInformationObjectBaseKey id0);
491   public int Has(vtkInformationObjectBaseKey id0)
492     { return Has_116(id0); }
493
494   private native void Append_117(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1);
495   public void Append(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1)
496     { Append_117(id0,id1); }
497
498   private native void Set_118(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1,int id2);
499   public void Set(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1,int id2)
500     { Set_118(id0,id1,id2); }
501
502   private native long Get_119(vtkInformationObjectBaseVectorKey id0,int id1);
503   public vtkObjectBase Get(vtkInformationObjectBaseVectorKey id0,int id1) {
504     long temp = Get_119(id0,id1);
505
506     if (temp == 0) return null;
507     return (vtkObjectBase)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
508 }
509
510   private native int Length_120(vtkInformationObjectBaseVectorKey id0);
511   public int Length(vtkInformationObjectBaseVectorKey id0)
512     { return Length_120(id0); }
513
514   private native void Remove_121(vtkInformationObjectBaseVectorKey id0);
515   public void Remove(vtkInformationObjectBaseVectorKey id0)
516     { Remove_121(id0); }
517
518   private native void Remove_122(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1);
519   public void Remove(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1)
520     { Remove_122(id0,id1); }
521
522   private native void Remove_123(vtkInformationObjectBaseVectorKey id0,int id1);
523   public void Remove(vtkInformationObjectBaseVectorKey id0,int id1)
524     { Remove_123(id0,id1); }
525
526   private native int Has_124(vtkInformationObjectBaseVectorKey id0);
527   public int Has(vtkInformationObjectBaseVectorKey id0)
528     { return Has_124(id0); }
529
530   private native void Remove_125(vtkInformationDataObjectKey id0);
531   public void Remove(vtkInformationDataObjectKey id0)
532     { Remove_125(id0); }
533
534   private native int Has_126(vtkInformationDataObjectKey id0);
535   public int Has(vtkInformationDataObjectKey id0)
536     { return Has_126(id0); }
537
538   private native long GetKey_127(vtkInformationDataObjectKey id0);
539   public vtkInformationKey GetKey(vtkInformationDataObjectKey id0) {
540     long temp = GetKey_127(id0);
541
542     if (temp == 0) return null;
543     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
544 }
545
546   private native long GetKey_128(vtkInformationDoubleKey id0);
547   public vtkInformationKey GetKey(vtkInformationDoubleKey id0) {
548     long temp = GetKey_128(id0);
549
550     if (temp == 0) return null;
551     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
552 }
553
554   private native long GetKey_129(vtkInformationDoubleVectorKey id0);
555   public vtkInformationKey GetKey(vtkInformationDoubleVectorKey id0) {
556     long temp = GetKey_129(id0);
557
558     if (temp == 0) return null;
559     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
560 }
561
562   private native long GetKey_130(vtkInformationInformationKey id0);
563   public vtkInformationKey GetKey(vtkInformationInformationKey id0) {
564     long temp = GetKey_130(id0);
565
566     if (temp == 0) return null;
567     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
568 }
569
570   private native long GetKey_131(vtkInformationInformationVectorKey id0);
571   public vtkInformationKey GetKey(vtkInformationInformationVectorKey id0) {
572     long temp = GetKey_131(id0);
573
574     if (temp == 0) return null;
575     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
576 }
577
578   private native long GetKey_132(vtkInformationIntegerKey id0);
579   public vtkInformationKey GetKey(vtkInformationIntegerKey id0) {
580     long temp = GetKey_132(id0);
581
582     if (temp == 0) return null;
583     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
584 }
585
586   private native long GetKey_133(vtkInformationIntegerVectorKey id0);
587   public vtkInformationKey GetKey(vtkInformationIntegerVectorKey id0) {
588     long temp = GetKey_133(id0);
589
590     if (temp == 0) return null;
591     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
592 }
593
594   private native long GetKey_134(vtkInformationRequestKey id0);
595   public vtkInformationKey GetKey(vtkInformationRequestKey id0) {
596     long temp = GetKey_134(id0);
597
598     if (temp == 0) return null;
599     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
600 }
601
602   private native long GetKey_135(vtkInformationStringKey id0);
603   public vtkInformationKey GetKey(vtkInformationStringKey id0) {
604     long temp = GetKey_135(id0);
605
606     if (temp == 0) return null;
607     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
608 }
609
610   private native long GetKey_136(vtkInformationStringVectorKey id0);
611   public vtkInformationKey GetKey(vtkInformationStringVectorKey id0) {
612     long temp = GetKey_136(id0);
613
614     if (temp == 0) return null;
615     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
616 }
617
618   private native long GetKey_137(vtkInformationKey id0);
619   public vtkInformationKey GetKey(vtkInformationKey id0) {
620     long temp = GetKey_137(id0);
621
622     if (temp == 0) return null;
623     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
624 }
625
626   private native long GetKey_138(vtkInformationUnsignedLongKey id0);
627   public vtkInformationKey GetKey(vtkInformationUnsignedLongKey id0) {
628     long temp = GetKey_138(id0);
629
630     if (temp == 0) return null;
631     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
632 }
633
634   private native long GetKey_139(vtkInformationVariantKey id0);
635   public vtkInformationKey GetKey(vtkInformationVariantKey id0) {
636     long temp = GetKey_139(id0);
637
638     if (temp == 0) return null;
639     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
640 }
641
642   private native long GetKey_140(vtkInformationVariantVectorKey id0);
643   public vtkInformationKey GetKey(vtkInformationVariantVectorKey id0) {
644     long temp = GetKey_140(id0);
645
646     if (temp == 0) return null;
647     return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
648 }
649
650   private native void Register_141(vtkObjectBase id0);
651   public void Register(vtkObjectBase id0)
652     { Register_141(id0); }
653
654   private native void UnRegister_142(vtkObjectBase id0);
655   public void UnRegister(vtkObjectBase id0)
656     { UnRegister_142(id0); }
657
658   private native void SetRequest_143(vtkInformationRequestKey id0);
659   public void SetRequest(vtkInformationRequestKey id0)
660     { SetRequest_143(id0); }
661
662   private native long GetRequest_144();
663   public vtkInformationRequestKey GetRequest() {
664     long temp = GetRequest_144();
665
666     if (temp == 0) return null;
667     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
668 }
669
670   public vtkInformation() { super(); }
671
672   public vtkInformation(long id) { super(id); }
673   public native long   VTKInit();
674
675 }