]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRandomAttributeGenerator.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkRandomAttributeGenerator.java
1 // java wrapper for vtkRandomAttributeGenerator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRandomAttributeGenerator extends vtkPassInputTypeAlgorithm
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 SetDataType_2(int id0);
19   public void SetDataType(int id0)
20     { SetDataType_2(id0); }
21
22   private native void SetDataTypeToBit_3();
23   public void SetDataTypeToBit()
24     { SetDataTypeToBit_3(); }
25
26   private native void SetDataTypeToChar_4();
27   public void SetDataTypeToChar()
28     { SetDataTypeToChar_4(); }
29
30   private native void SetDataTypeToUnsignedChar_5();
31   public void SetDataTypeToUnsignedChar()
32     { SetDataTypeToUnsignedChar_5(); }
33
34   private native void SetDataTypeToShort_6();
35   public void SetDataTypeToShort()
36     { SetDataTypeToShort_6(); }
37
38   private native void SetDataTypeToUnsignedShort_7();
39   public void SetDataTypeToUnsignedShort()
40     { SetDataTypeToUnsignedShort_7(); }
41
42   private native void SetDataTypeToInt_8();
43   public void SetDataTypeToInt()
44     { SetDataTypeToInt_8(); }
45
46   private native void SetDataTypeToUnsignedInt_9();
47   public void SetDataTypeToUnsignedInt()
48     { SetDataTypeToUnsignedInt_9(); }
49
50   private native void SetDataTypeToLong_10();
51   public void SetDataTypeToLong()
52     { SetDataTypeToLong_10(); }
53
54   private native void SetDataTypeToLongLong_11();
55   public void SetDataTypeToLongLong()
56     { SetDataTypeToLongLong_11(); }
57
58   private native void SetDataTypeToUnsignedLong_12();
59   public void SetDataTypeToUnsignedLong()
60     { SetDataTypeToUnsignedLong_12(); }
61
62   private native void SetDataTypeToUnsignedLongLong_13();
63   public void SetDataTypeToUnsignedLongLong()
64     { SetDataTypeToUnsignedLongLong_13(); }
65
66   private native void SetDataTypeToIdType_14();
67   public void SetDataTypeToIdType()
68     { SetDataTypeToIdType_14(); }
69
70   private native void SetDataTypeToFloat_15();
71   public void SetDataTypeToFloat()
72     { SetDataTypeToFloat_15(); }
73
74   private native void SetDataTypeToDouble_16();
75   public void SetDataTypeToDouble()
76     { SetDataTypeToDouble_16(); }
77
78   private native int GetDataType_17();
79   public int GetDataType()
80     { return GetDataType_17(); }
81
82   private native void SetNumberOfComponents_18(int id0);
83   public void SetNumberOfComponents(int id0)
84     { SetNumberOfComponents_18(id0); }
85
86   private native int GetNumberOfComponentsMinValue_19();
87   public int GetNumberOfComponentsMinValue()
88     { return GetNumberOfComponentsMinValue_19(); }
89
90   private native int GetNumberOfComponentsMaxValue_20();
91   public int GetNumberOfComponentsMaxValue()
92     { return GetNumberOfComponentsMaxValue_20(); }
93
94   private native int GetNumberOfComponents_21();
95   public int GetNumberOfComponents()
96     { return GetNumberOfComponents_21(); }
97
98   private native void SetMinimumComponentValue_22(double id0);
99   public void SetMinimumComponentValue(double id0)
100     { SetMinimumComponentValue_22(id0); }
101
102   private native double GetMinimumComponentValue_23();
103   public double GetMinimumComponentValue()
104     { return GetMinimumComponentValue_23(); }
105
106   private native void SetComponentRange_24(double id0,double id1);
107   public void SetComponentRange(double id0,double id1)
108     { SetComponentRange_24(id0,id1); }
109
110   private native void SetMaximumComponentValue_25(double id0);
111   public void SetMaximumComponentValue(double id0)
112     { SetMaximumComponentValue_25(id0); }
113
114   private native double GetMaximumComponentValue_26();
115   public double GetMaximumComponentValue()
116     { return GetMaximumComponentValue_26(); }
117
118   private native void SetNumberOfTuples_27(int id0);
119   public void SetNumberOfTuples(int id0)
120     { SetNumberOfTuples_27(id0); }
121
122   private native int GetNumberOfTuplesMinValue_28();
123   public int GetNumberOfTuplesMinValue()
124     { return GetNumberOfTuplesMinValue_28(); }
125
126   private native int GetNumberOfTuplesMaxValue_29();
127   public int GetNumberOfTuplesMaxValue()
128     { return GetNumberOfTuplesMaxValue_29(); }
129
130   private native int GetNumberOfTuples_30();
131   public int GetNumberOfTuples()
132     { return GetNumberOfTuples_30(); }
133
134   private native void SetGeneratePointScalars_31(int id0);
135   public void SetGeneratePointScalars(int id0)
136     { SetGeneratePointScalars_31(id0); }
137
138   private native int GetGeneratePointScalars_32();
139   public int GetGeneratePointScalars()
140     { return GetGeneratePointScalars_32(); }
141
142   private native void GeneratePointScalarsOn_33();
143   public void GeneratePointScalarsOn()
144     { GeneratePointScalarsOn_33(); }
145
146   private native void GeneratePointScalarsOff_34();
147   public void GeneratePointScalarsOff()
148     { GeneratePointScalarsOff_34(); }
149
150   private native void SetGeneratePointVectors_35(int id0);
151   public void SetGeneratePointVectors(int id0)
152     { SetGeneratePointVectors_35(id0); }
153
154   private native int GetGeneratePointVectors_36();
155   public int GetGeneratePointVectors()
156     { return GetGeneratePointVectors_36(); }
157
158   private native void GeneratePointVectorsOn_37();
159   public void GeneratePointVectorsOn()
160     { GeneratePointVectorsOn_37(); }
161
162   private native void GeneratePointVectorsOff_38();
163   public void GeneratePointVectorsOff()
164     { GeneratePointVectorsOff_38(); }
165
166   private native void SetGeneratePointNormals_39(int id0);
167   public void SetGeneratePointNormals(int id0)
168     { SetGeneratePointNormals_39(id0); }
169
170   private native int GetGeneratePointNormals_40();
171   public int GetGeneratePointNormals()
172     { return GetGeneratePointNormals_40(); }
173
174   private native void GeneratePointNormalsOn_41();
175   public void GeneratePointNormalsOn()
176     { GeneratePointNormalsOn_41(); }
177
178   private native void GeneratePointNormalsOff_42();
179   public void GeneratePointNormalsOff()
180     { GeneratePointNormalsOff_42(); }
181
182   private native void SetGeneratePointTensors_43(int id0);
183   public void SetGeneratePointTensors(int id0)
184     { SetGeneratePointTensors_43(id0); }
185
186   private native int GetGeneratePointTensors_44();
187   public int GetGeneratePointTensors()
188     { return GetGeneratePointTensors_44(); }
189
190   private native void GeneratePointTensorsOn_45();
191   public void GeneratePointTensorsOn()
192     { GeneratePointTensorsOn_45(); }
193
194   private native void GeneratePointTensorsOff_46();
195   public void GeneratePointTensorsOff()
196     { GeneratePointTensorsOff_46(); }
197
198   private native void SetGeneratePointTCoords_47(int id0);
199   public void SetGeneratePointTCoords(int id0)
200     { SetGeneratePointTCoords_47(id0); }
201
202   private native int GetGeneratePointTCoords_48();
203   public int GetGeneratePointTCoords()
204     { return GetGeneratePointTCoords_48(); }
205
206   private native void GeneratePointTCoordsOn_49();
207   public void GeneratePointTCoordsOn()
208     { GeneratePointTCoordsOn_49(); }
209
210   private native void GeneratePointTCoordsOff_50();
211   public void GeneratePointTCoordsOff()
212     { GeneratePointTCoordsOff_50(); }
213
214   private native void SetGeneratePointArray_51(int id0);
215   public void SetGeneratePointArray(int id0)
216     { SetGeneratePointArray_51(id0); }
217
218   private native int GetGeneratePointArray_52();
219   public int GetGeneratePointArray()
220     { return GetGeneratePointArray_52(); }
221
222   private native void GeneratePointArrayOn_53();
223   public void GeneratePointArrayOn()
224     { GeneratePointArrayOn_53(); }
225
226   private native void GeneratePointArrayOff_54();
227   public void GeneratePointArrayOff()
228     { GeneratePointArrayOff_54(); }
229
230   private native void SetGenerateCellScalars_55(int id0);
231   public void SetGenerateCellScalars(int id0)
232     { SetGenerateCellScalars_55(id0); }
233
234   private native int GetGenerateCellScalars_56();
235   public int GetGenerateCellScalars()
236     { return GetGenerateCellScalars_56(); }
237
238   private native void GenerateCellScalarsOn_57();
239   public void GenerateCellScalarsOn()
240     { GenerateCellScalarsOn_57(); }
241
242   private native void GenerateCellScalarsOff_58();
243   public void GenerateCellScalarsOff()
244     { GenerateCellScalarsOff_58(); }
245
246   private native void SetGenerateCellVectors_59(int id0);
247   public void SetGenerateCellVectors(int id0)
248     { SetGenerateCellVectors_59(id0); }
249
250   private native int GetGenerateCellVectors_60();
251   public int GetGenerateCellVectors()
252     { return GetGenerateCellVectors_60(); }
253
254   private native void GenerateCellVectorsOn_61();
255   public void GenerateCellVectorsOn()
256     { GenerateCellVectorsOn_61(); }
257
258   private native void GenerateCellVectorsOff_62();
259   public void GenerateCellVectorsOff()
260     { GenerateCellVectorsOff_62(); }
261
262   private native void SetGenerateCellNormals_63(int id0);
263   public void SetGenerateCellNormals(int id0)
264     { SetGenerateCellNormals_63(id0); }
265
266   private native int GetGenerateCellNormals_64();
267   public int GetGenerateCellNormals()
268     { return GetGenerateCellNormals_64(); }
269
270   private native void GenerateCellNormalsOn_65();
271   public void GenerateCellNormalsOn()
272     { GenerateCellNormalsOn_65(); }
273
274   private native void GenerateCellNormalsOff_66();
275   public void GenerateCellNormalsOff()
276     { GenerateCellNormalsOff_66(); }
277
278   private native void SetGenerateCellTensors_67(int id0);
279   public void SetGenerateCellTensors(int id0)
280     { SetGenerateCellTensors_67(id0); }
281
282   private native int GetGenerateCellTensors_68();
283   public int GetGenerateCellTensors()
284     { return GetGenerateCellTensors_68(); }
285
286   private native void GenerateCellTensorsOn_69();
287   public void GenerateCellTensorsOn()
288     { GenerateCellTensorsOn_69(); }
289
290   private native void GenerateCellTensorsOff_70();
291   public void GenerateCellTensorsOff()
292     { GenerateCellTensorsOff_70(); }
293
294   private native void SetGenerateCellTCoords_71(int id0);
295   public void SetGenerateCellTCoords(int id0)
296     { SetGenerateCellTCoords_71(id0); }
297
298   private native int GetGenerateCellTCoords_72();
299   public int GetGenerateCellTCoords()
300     { return GetGenerateCellTCoords_72(); }
301
302   private native void GenerateCellTCoordsOn_73();
303   public void GenerateCellTCoordsOn()
304     { GenerateCellTCoordsOn_73(); }
305
306   private native void GenerateCellTCoordsOff_74();
307   public void GenerateCellTCoordsOff()
308     { GenerateCellTCoordsOff_74(); }
309
310   private native void SetGenerateCellArray_75(int id0);
311   public void SetGenerateCellArray(int id0)
312     { SetGenerateCellArray_75(id0); }
313
314   private native int GetGenerateCellArray_76();
315   public int GetGenerateCellArray()
316     { return GetGenerateCellArray_76(); }
317
318   private native void GenerateCellArrayOn_77();
319   public void GenerateCellArrayOn()
320     { GenerateCellArrayOn_77(); }
321
322   private native void GenerateCellArrayOff_78();
323   public void GenerateCellArrayOff()
324     { GenerateCellArrayOff_78(); }
325
326   private native void SetGenerateFieldArray_79(int id0);
327   public void SetGenerateFieldArray(int id0)
328     { SetGenerateFieldArray_79(id0); }
329
330   private native int GetGenerateFieldArray_80();
331   public int GetGenerateFieldArray()
332     { return GetGenerateFieldArray_80(); }
333
334   private native void GenerateFieldArrayOn_81();
335   public void GenerateFieldArrayOn()
336     { GenerateFieldArrayOn_81(); }
337
338   private native void GenerateFieldArrayOff_82();
339   public void GenerateFieldArrayOff()
340     { GenerateFieldArrayOff_82(); }
341
342   private native void SetAttributesConstantPerBlock_83(boolean id0);
343   public void SetAttributesConstantPerBlock(boolean id0)
344     { SetAttributesConstantPerBlock_83(id0); }
345
346   private native boolean GetAttributesConstantPerBlock_84();
347   public boolean GetAttributesConstantPerBlock()
348     { return GetAttributesConstantPerBlock_84(); }
349
350   private native void AttributesConstantPerBlockOn_85();
351   public void AttributesConstantPerBlockOn()
352     { AttributesConstantPerBlockOn_85(); }
353
354   private native void AttributesConstantPerBlockOff_86();
355   public void AttributesConstantPerBlockOff()
356     { AttributesConstantPerBlockOff_86(); }
357
358   private native void GenerateAllPointDataOn_87();
359   public void GenerateAllPointDataOn()
360     { GenerateAllPointDataOn_87(); }
361
362   private native void GenerateAllPointDataOff_88();
363   public void GenerateAllPointDataOff()
364     { GenerateAllPointDataOff_88(); }
365
366   private native void GenerateAllCellDataOn_89();
367   public void GenerateAllCellDataOn()
368     { GenerateAllCellDataOn_89(); }
369
370   private native void GenerateAllCellDataOff_90();
371   public void GenerateAllCellDataOff()
372     { GenerateAllCellDataOff_90(); }
373
374   private native void GenerateAllDataOn_91();
375   public void GenerateAllDataOn()
376     { GenerateAllDataOn_91(); }
377
378   private native void GenerateAllDataOff_92();
379   public void GenerateAllDataOff()
380     { GenerateAllDataOff_92(); }
381
382   public vtkRandomAttributeGenerator() { super(); }
383
384   public vtkRandomAttributeGenerator(long id) { super(id); }
385   public native long   VTKInit();
386
387 }