]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAlgorithm.java
Merge "Publish Plant3D feature"
[simantics/3d.git] / vtk / src / vtk / vtkAlgorithm.java
1 // java wrapper for vtkAlgorithm object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkAlgorithm 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 int HasExecutive_2();\r
19   public int HasExecutive()\r
20     { return HasExecutive_2(); }\r
21 \r
22   private native long GetExecutive_3();\r
23   public vtkExecutive GetExecutive() {\r
24     long temp = GetExecutive_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkExecutive)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetExecutive_4(vtkExecutive id0);\r
31   public void SetExecutive(vtkExecutive id0)\r
32     { SetExecutive_4(id0); }\r
33 \r
34   private native int ProcessRequest_5(vtkInformation id0,vtkCollection id1,vtkInformationVector id2);\r
35   public int ProcessRequest(vtkInformation id0,vtkCollection id1,vtkInformationVector id2)\r
36     { return ProcessRequest_5(id0,id1,id2); }\r
37 \r
38   private native int ModifyRequest_6(vtkInformation id0,int id1);\r
39   public int ModifyRequest(vtkInformation id0,int id1)\r
40     { return ModifyRequest_6(id0,id1); }\r
41 \r
42   private native long GetInputPortInformation_7(int id0);\r
43   public vtkInformation GetInputPortInformation(int id0) {\r
44     long temp = GetInputPortInformation_7(id0);\r
45 \r
46     if (temp == 0) return null;\r
47     return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
48   }\r
49 \r
50   private native long GetOutputPortInformation_8(int id0);\r
51   public vtkInformation GetOutputPortInformation(int id0) {\r
52     long temp = GetOutputPortInformation_8(id0);\r
53 \r
54     if (temp == 0) return null;\r
55     return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
56   }\r
57 \r
58   private native long GetInformation_9();\r
59   public vtkInformation GetInformation() {\r
60     long temp = GetInformation_9();\r
61 \r
62     if (temp == 0) return null;\r
63     return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
64   }\r
65 \r
66   private native void SetInformation_10(vtkInformation id0);\r
67   public void SetInformation(vtkInformation id0)\r
68     { SetInformation_10(id0); }\r
69 \r
70   private native int GetNumberOfInputPorts_11();\r
71   public int GetNumberOfInputPorts()\r
72     { return GetNumberOfInputPorts_11(); }\r
73 \r
74   private native int GetNumberOfOutputPorts_12();\r
75   public int GetNumberOfOutputPorts()\r
76     { return GetNumberOfOutputPorts_12(); }\r
77 \r
78   private native void Register_13(vtkObjectBase id0);\r
79   public void Register(vtkObjectBase id0)\r
80     { Register_13(id0); }\r
81 \r
82   private native void UnRegister_14(vtkObjectBase id0);\r
83   public void UnRegister(vtkObjectBase id0)\r
84     { UnRegister_14(id0); }\r
85 \r
86   private native void SetAbortExecute_15(int id0);\r
87   public void SetAbortExecute(int id0)\r
88     { SetAbortExecute_15(id0); }\r
89 \r
90   private native int GetAbortExecute_16();\r
91   public int GetAbortExecute()\r
92     { return GetAbortExecute_16(); }\r
93 \r
94   private native void AbortExecuteOn_17();\r
95   public void AbortExecuteOn()\r
96     { AbortExecuteOn_17(); }\r
97 \r
98   private native void AbortExecuteOff_18();\r
99   public void AbortExecuteOff()\r
100     { AbortExecuteOff_18(); }\r
101 \r
102   private native void SetProgress_19(double id0);\r
103   public void SetProgress(double id0)\r
104     { SetProgress_19(id0); }\r
105 \r
106   private native double GetProgressMinValue_20();\r
107   public double GetProgressMinValue()\r
108     { return GetProgressMinValue_20(); }\r
109 \r
110   private native double GetProgressMaxValue_21();\r
111   public double GetProgressMaxValue()\r
112     { return GetProgressMaxValue_21(); }\r
113 \r
114   private native double GetProgress_22();\r
115   public double GetProgress()\r
116     { return GetProgress_22(); }\r
117 \r
118   private native void UpdateProgress_23(double id0);\r
119   public void UpdateProgress(double id0)\r
120     { UpdateProgress_23(id0); }\r
121 \r
122   private native void SetProgressText_24(String id0);\r
123   public void SetProgressText(String id0)\r
124     { SetProgressText_24(id0); }\r
125 \r
126   private native String GetProgressText_25();\r
127   public String GetProgressText()\r
128     { return GetProgressText_25(); }\r
129 \r
130   private native int GetErrorCode_26();\r
131   public int GetErrorCode()\r
132     { return GetErrorCode_26(); }\r
133 \r
134   private native long INPUT_IS_OPTIONAL_27();\r
135   public vtkInformationIntegerKey INPUT_IS_OPTIONAL() {\r
136     long temp = INPUT_IS_OPTIONAL_27();\r
137 \r
138     if (temp == 0) return null;\r
139     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
140   }\r
141 \r
142   private native long INPUT_IS_REPEATABLE_28();\r
143   public vtkInformationIntegerKey INPUT_IS_REPEATABLE() {\r
144     long temp = INPUT_IS_REPEATABLE_28();\r
145 \r
146     if (temp == 0) return null;\r
147     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
148   }\r
149 \r
150   private native long INPUT_REQUIRED_FIELDS_29();\r
151   public vtkInformationInformationVectorKey INPUT_REQUIRED_FIELDS() {\r
152     long temp = INPUT_REQUIRED_FIELDS_29();\r
153 \r
154     if (temp == 0) return null;\r
155     return (vtkInformationInformationVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
156   }\r
157 \r
158   private native long INPUT_REQUIRED_DATA_TYPE_30();\r
159   public vtkInformationStringVectorKey INPUT_REQUIRED_DATA_TYPE() {\r
160     long temp = INPUT_REQUIRED_DATA_TYPE_30();\r
161 \r
162     if (temp == 0) return null;\r
163     return (vtkInformationStringVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
164   }\r
165 \r
166   private native long INPUT_ARRAYS_TO_PROCESS_31();\r
167   public vtkInformationInformationVectorKey INPUT_ARRAYS_TO_PROCESS() {\r
168     long temp = INPUT_ARRAYS_TO_PROCESS_31();\r
169 \r
170     if (temp == 0) return null;\r
171     return (vtkInformationInformationVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
172   }\r
173 \r
174   private native long INPUT_PORT_32();\r
175   public vtkInformationIntegerKey INPUT_PORT() {\r
176     long temp = INPUT_PORT_32();\r
177 \r
178     if (temp == 0) return null;\r
179     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
180   }\r
181 \r
182   private native long INPUT_CONNECTION_33();\r
183   public vtkInformationIntegerKey INPUT_CONNECTION() {\r
184     long temp = INPUT_CONNECTION_33();\r
185 \r
186     if (temp == 0) return null;\r
187     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
188   }\r
189 \r
190   private native void SetInputArrayToProcess_34(int id0,int id1,int id2,int id3,String id4);\r
191   public void SetInputArrayToProcess(int id0,int id1,int id2,int id3,String id4)\r
192     { SetInputArrayToProcess_34(id0,id1,id2,id3,id4); }\r
193 \r
194   private native void SetInputArrayToProcess_35(int id0,int id1,int id2,int id3,int id4);\r
195   public void SetInputArrayToProcess(int id0,int id1,int id2,int id3,int id4)\r
196     { SetInputArrayToProcess_35(id0,id1,id2,id3,id4); }\r
197 \r
198   private native void SetInputArrayToProcess_36(int id0,vtkInformation id1);\r
199   public void SetInputArrayToProcess(int id0,vtkInformation id1)\r
200     { SetInputArrayToProcess_36(id0,id1); }\r
201 \r
202   private native void SetInputArrayToProcess_37(int id0,int id1,int id2,String id3,String id4);\r
203   public void SetInputArrayToProcess(int id0,int id1,int id2,String id3,String id4)\r
204     { SetInputArrayToProcess_37(id0,id1,id2,id3,id4); }\r
205 \r
206   private native long GetInputArrayInformation_38(int id0);\r
207   public vtkInformation GetInputArrayInformation(int id0) {\r
208     long temp = GetInputArrayInformation_38(id0);\r
209 \r
210     if (temp == 0) return null;\r
211     return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
212   }\r
213 \r
214   private native void RemoveAllInputs_39();\r
215   public void RemoveAllInputs()\r
216     { RemoveAllInputs_39(); }\r
217 \r
218   private native long GetOutputDataObject_40(int id0);\r
219   public vtkDataObject GetOutputDataObject(int id0) {\r
220     long temp = GetOutputDataObject_40(id0);\r
221 \r
222     if (temp == 0) return null;\r
223     return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
224   }\r
225 \r
226   private native long GetInputDataObject_41(int id0,int id1);\r
227   public vtkDataObject GetInputDataObject(int id0,int id1) {\r
228     long temp = GetInputDataObject_41(id0,id1);\r
229 \r
230     if (temp == 0) return null;\r
231     return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
232   }\r
233 \r
234   private native void SetInputConnection_42(int id0,vtkAlgorithmOutput id1);\r
235   public void SetInputConnection(int id0,vtkAlgorithmOutput id1)\r
236     { SetInputConnection_42(id0,id1); }\r
237 \r
238   private native void SetInputConnection_43(vtkAlgorithmOutput id0);\r
239   public void SetInputConnection(vtkAlgorithmOutput id0)\r
240     { SetInputConnection_43(id0); }\r
241 \r
242   private native void AddInputConnection_44(int id0,vtkAlgorithmOutput id1);\r
243   public void AddInputConnection(int id0,vtkAlgorithmOutput id1)\r
244     { AddInputConnection_44(id0,id1); }\r
245 \r
246   private native void AddInputConnection_45(vtkAlgorithmOutput id0);\r
247   public void AddInputConnection(vtkAlgorithmOutput id0)\r
248     { AddInputConnection_45(id0); }\r
249 \r
250   private native void RemoveInputConnection_46(int id0,vtkAlgorithmOutput id1);\r
251   public void RemoveInputConnection(int id0,vtkAlgorithmOutput id1)\r
252     { RemoveInputConnection_46(id0,id1); }\r
253 \r
254   private native long GetOutputPort_47(int id0);\r
255   public vtkAlgorithmOutput GetOutputPort(int id0) {\r
256     long temp = GetOutputPort_47(id0);\r
257 \r
258     if (temp == 0) return null;\r
259     return (vtkAlgorithmOutput)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
260   }\r
261 \r
262   private native long GetOutputPort_48();\r
263   public vtkAlgorithmOutput GetOutputPort() {\r
264     long temp = GetOutputPort_48();\r
265 \r
266     if (temp == 0) return null;\r
267     return (vtkAlgorithmOutput)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
268   }\r
269 \r
270   private native int GetNumberOfInputConnections_49(int id0);\r
271   public int GetNumberOfInputConnections(int id0)\r
272     { return GetNumberOfInputConnections_49(id0); }\r
273 \r
274   private native int GetTotalNumberOfInputConnections_50();\r
275   public int GetTotalNumberOfInputConnections()\r
276     { return GetTotalNumberOfInputConnections_50(); }\r
277 \r
278   private native long GetInputConnection_51(int id0,int id1);\r
279   public vtkAlgorithmOutput GetInputConnection(int id0,int id1) {\r
280     long temp = GetInputConnection_51(id0,id1);\r
281 \r
282     if (temp == 0) return null;\r
283     return (vtkAlgorithmOutput)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
284   }\r
285 \r
286   private native void Update_52();\r
287   public void Update()\r
288     { Update_52(); }\r
289 \r
290   private native void UpdateInformation_53();\r
291   public void UpdateInformation()\r
292     { UpdateInformation_53(); }\r
293 \r
294   private native void UpdateWholeExtent_54();\r
295   public void UpdateWholeExtent()\r
296     { UpdateWholeExtent_54(); }\r
297 \r
298   private native void SetReleaseDataFlag_55(int id0);\r
299   public void SetReleaseDataFlag(int id0)\r
300     { SetReleaseDataFlag_55(id0); }\r
301 \r
302   private native int GetReleaseDataFlag_56();\r
303   public int GetReleaseDataFlag()\r
304     { return GetReleaseDataFlag_56(); }\r
305 \r
306   private native void ReleaseDataFlagOn_57();\r
307   public void ReleaseDataFlagOn()\r
308     { ReleaseDataFlagOn_57(); }\r
309 \r
310   private native void ReleaseDataFlagOff_58();\r
311   public void ReleaseDataFlagOff()\r
312     { ReleaseDataFlagOff_58(); }\r
313 \r
314   private native int UpdateExtentIsEmpty_59(vtkDataObject id0);\r
315   public int UpdateExtentIsEmpty(vtkDataObject id0)\r
316     { return UpdateExtentIsEmpty_59(id0); }\r
317 \r
318   private native int UpdateExtentIsEmpty_60(vtkInformation id0,int id1);\r
319   public int UpdateExtentIsEmpty(vtkInformation id0,int id1)\r
320     { return UpdateExtentIsEmpty_60(id0,id1); }\r
321 \r
322   private native void SetDefaultExecutivePrototype_61(vtkExecutive id0);\r
323   public void SetDefaultExecutivePrototype(vtkExecutive id0)\r
324     { SetDefaultExecutivePrototype_61(id0); }\r
325 \r
326   private native double ComputePriority_62();\r
327   public double ComputePriority()\r
328     { return ComputePriority_62(); }\r
329 \r
330   private native long PRESERVES_DATASET_63();\r
331   public vtkInformationIntegerKey PRESERVES_DATASET() {\r
332     long temp = PRESERVES_DATASET_63();\r
333 \r
334     if (temp == 0) return null;\r
335     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
336   }\r
337 \r
338   private native long PRESERVES_GEOMETRY_64();\r
339   public vtkInformationIntegerKey PRESERVES_GEOMETRY() {\r
340     long temp = PRESERVES_GEOMETRY_64();\r
341 \r
342     if (temp == 0) return null;\r
343     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
344   }\r
345 \r
346   private native long PRESERVES_BOUNDS_65();\r
347   public vtkInformationIntegerKey PRESERVES_BOUNDS() {\r
348     long temp = PRESERVES_BOUNDS_65();\r
349 \r
350     if (temp == 0) return null;\r
351     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
352   }\r
353 \r
354   private native long PRESERVES_TOPOLOGY_66();\r
355   public vtkInformationIntegerKey PRESERVES_TOPOLOGY() {\r
356     long temp = PRESERVES_TOPOLOGY_66();\r
357 \r
358     if (temp == 0) return null;\r
359     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
360   }\r
361 \r
362   private native long PRESERVES_ATTRIBUTES_67();\r
363   public vtkInformationIntegerKey PRESERVES_ATTRIBUTES() {\r
364     long temp = PRESERVES_ATTRIBUTES_67();\r
365 \r
366     if (temp == 0) return null;\r
367     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
368   }\r
369 \r
370   private native long PRESERVES_RANGES_68();\r
371   public vtkInformationIntegerKey PRESERVES_RANGES() {\r
372     long temp = PRESERVES_RANGES_68();\r
373 \r
374     if (temp == 0) return null;\r
375     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
376   }\r
377 \r
378   private native long MANAGES_METAINFORMATION_69();\r
379   public vtkInformationIntegerKey MANAGES_METAINFORMATION() {\r
380     long temp = MANAGES_METAINFORMATION_69();\r
381 \r
382     if (temp == 0) return null;\r
383     return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
384   }\r
385 \r
386   public vtkAlgorithm() { super(); }\r
387 \r
388   public vtkAlgorithm(long id) { super(id); }\r
389   public native long   VTKInit();\r
390 \r
391 }\r