]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkVolumeProperty.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkVolumeProperty.java
1 // java wrapper for vtkVolumeProperty object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkVolumeProperty 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 DeepCopy_2(vtkVolumeProperty id0);
19   public void DeepCopy(vtkVolumeProperty id0)
20     { DeepCopy_2(id0); }
21
22   private native int GetMTime_3();
23   public int GetMTime()
24     { return GetMTime_3(); }
25
26   private native void SetIndependentComponents_4(int id0);
27   public void SetIndependentComponents(int id0)
28     { SetIndependentComponents_4(id0); }
29
30   private native int GetIndependentComponentsMinValue_5();
31   public int GetIndependentComponentsMinValue()
32     { return GetIndependentComponentsMinValue_5(); }
33
34   private native int GetIndependentComponentsMaxValue_6();
35   public int GetIndependentComponentsMaxValue()
36     { return GetIndependentComponentsMaxValue_6(); }
37
38   private native int GetIndependentComponents_7();
39   public int GetIndependentComponents()
40     { return GetIndependentComponents_7(); }
41
42   private native void IndependentComponentsOn_8();
43   public void IndependentComponentsOn()
44     { IndependentComponentsOn_8(); }
45
46   private native void IndependentComponentsOff_9();
47   public void IndependentComponentsOff()
48     { IndependentComponentsOff_9(); }
49
50   private native void SetInterpolationType_10(int id0);
51   public void SetInterpolationType(int id0)
52     { SetInterpolationType_10(id0); }
53
54   private native int GetInterpolationTypeMinValue_11();
55   public int GetInterpolationTypeMinValue()
56     { return GetInterpolationTypeMinValue_11(); }
57
58   private native int GetInterpolationTypeMaxValue_12();
59   public int GetInterpolationTypeMaxValue()
60     { return GetInterpolationTypeMaxValue_12(); }
61
62   private native int GetInterpolationType_13();
63   public int GetInterpolationType()
64     { return GetInterpolationType_13(); }
65
66   private native void SetInterpolationTypeToNearest_14();
67   public void SetInterpolationTypeToNearest()
68     { SetInterpolationTypeToNearest_14(); }
69
70   private native void SetInterpolationTypeToLinear_15();
71   public void SetInterpolationTypeToLinear()
72     { SetInterpolationTypeToLinear_15(); }
73
74   private native String GetInterpolationTypeAsString_16();
75   public String GetInterpolationTypeAsString()
76     { return GetInterpolationTypeAsString_16(); }
77
78   private native void SetComponentWeight_17(int id0,double id1);
79   public void SetComponentWeight(int id0,double id1)
80     { SetComponentWeight_17(id0,id1); }
81
82   private native double GetComponentWeight_18(int id0);
83   public double GetComponentWeight(int id0)
84     { return GetComponentWeight_18(id0); }
85
86   private native void SetColor_19(int id0,vtkPiecewiseFunction id1);
87   public void SetColor(int id0,vtkPiecewiseFunction id1)
88     { SetColor_19(id0,id1); }
89
90   private native void SetColor_20(vtkPiecewiseFunction id0);
91   public void SetColor(vtkPiecewiseFunction id0)
92     { SetColor_20(id0); }
93
94   private native void SetColor_21(int id0,vtkColorTransferFunction id1);
95   public void SetColor(int id0,vtkColorTransferFunction id1)
96     { SetColor_21(id0,id1); }
97
98   private native void SetColor_22(vtkColorTransferFunction id0);
99   public void SetColor(vtkColorTransferFunction id0)
100     { SetColor_22(id0); }
101
102   private native int GetColorChannels_23(int id0);
103   public int GetColorChannels(int id0)
104     { return GetColorChannels_23(id0); }
105
106   private native int GetColorChannels_24();
107   public int GetColorChannels()
108     { return GetColorChannels_24(); }
109
110   private native long GetGrayTransferFunction_25(int id0);
111   public vtkPiecewiseFunction GetGrayTransferFunction(int id0) {
112     long temp = GetGrayTransferFunction_25(id0);
113
114     if (temp == 0) return null;
115     return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
116 }
117
118   private native long GetGrayTransferFunction_26();
119   public vtkPiecewiseFunction GetGrayTransferFunction() {
120     long temp = GetGrayTransferFunction_26();
121
122     if (temp == 0) return null;
123     return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native long GetRGBTransferFunction_27(int id0);
127   public vtkColorTransferFunction GetRGBTransferFunction(int id0) {
128     long temp = GetRGBTransferFunction_27(id0);
129
130     if (temp == 0) return null;
131     return (vtkColorTransferFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native long GetRGBTransferFunction_28();
135   public vtkColorTransferFunction GetRGBTransferFunction() {
136     long temp = GetRGBTransferFunction_28();
137
138     if (temp == 0) return null;
139     return (vtkColorTransferFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
140 }
141
142   private native void SetScalarOpacity_29(int id0,vtkPiecewiseFunction id1);
143   public void SetScalarOpacity(int id0,vtkPiecewiseFunction id1)
144     { SetScalarOpacity_29(id0,id1); }
145
146   private native void SetScalarOpacity_30(vtkPiecewiseFunction id0);
147   public void SetScalarOpacity(vtkPiecewiseFunction id0)
148     { SetScalarOpacity_30(id0); }
149
150   private native long GetScalarOpacity_31(int id0);
151   public vtkPiecewiseFunction GetScalarOpacity(int id0) {
152     long temp = GetScalarOpacity_31(id0);
153
154     if (temp == 0) return null;
155     return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native long GetScalarOpacity_32();
159   public vtkPiecewiseFunction GetScalarOpacity() {
160     long temp = GetScalarOpacity_32();
161
162     if (temp == 0) return null;
163     return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
164 }
165
166   private native void SetScalarOpacityUnitDistance_33(int id0,double id1);
167   public void SetScalarOpacityUnitDistance(int id0,double id1)
168     { SetScalarOpacityUnitDistance_33(id0,id1); }
169
170   private native void SetScalarOpacityUnitDistance_34(double id0);
171   public void SetScalarOpacityUnitDistance(double id0)
172     { SetScalarOpacityUnitDistance_34(id0); }
173
174   private native double GetScalarOpacityUnitDistance_35(int id0);
175   public double GetScalarOpacityUnitDistance(int id0)
176     { return GetScalarOpacityUnitDistance_35(id0); }
177
178   private native double GetScalarOpacityUnitDistance_36();
179   public double GetScalarOpacityUnitDistance()
180     { return GetScalarOpacityUnitDistance_36(); }
181
182   private native void SetGradientOpacity_37(int id0,vtkPiecewiseFunction id1);
183   public void SetGradientOpacity(int id0,vtkPiecewiseFunction id1)
184     { SetGradientOpacity_37(id0,id1); }
185
186   private native void SetGradientOpacity_38(vtkPiecewiseFunction id0);
187   public void SetGradientOpacity(vtkPiecewiseFunction id0)
188     { SetGradientOpacity_38(id0); }
189
190   private native void SetTransferFunction2D_39(int id0,vtkImageData id1);
191   public void SetTransferFunction2D(int id0,vtkImageData id1)
192     { SetTransferFunction2D_39(id0,id1); }
193
194   private native void SetTransferFunction2D_40(vtkImageData id0);
195   public void SetTransferFunction2D(vtkImageData id0)
196     { SetTransferFunction2D_40(id0); }
197
198   private native long GetTransferFunction2D_41(int id0);
199   public vtkImageData GetTransferFunction2D(int id0) {
200     long temp = GetTransferFunction2D_41(id0);
201
202     if (temp == 0) return null;
203     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
204 }
205
206   private native long GetTransferFunction2D_42();
207   public vtkImageData GetTransferFunction2D() {
208     long temp = GetTransferFunction2D_42();
209
210     if (temp == 0) return null;
211     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
212 }
213
214   private native void SetTransferFunctionMode_43(int id0);
215   public void SetTransferFunctionMode(int id0)
216     { SetTransferFunctionMode_43(id0); }
217
218   private native int GetTransferFunctionModeMinValue_44();
219   public int GetTransferFunctionModeMinValue()
220     { return GetTransferFunctionModeMinValue_44(); }
221
222   private native int GetTransferFunctionModeMaxValue_45();
223   public int GetTransferFunctionModeMaxValue()
224     { return GetTransferFunctionModeMaxValue_45(); }
225
226   private native int GetTransferFunctionMode_46();
227   public int GetTransferFunctionMode()
228     { return GetTransferFunctionMode_46(); }
229
230   private native long GetGradientOpacity_47(int id0);
231   public vtkPiecewiseFunction GetGradientOpacity(int id0) {
232     long temp = GetGradientOpacity_47(id0);
233
234     if (temp == 0) return null;
235     return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
236 }
237
238   private native long GetGradientOpacity_48();
239   public vtkPiecewiseFunction GetGradientOpacity() {
240     long temp = GetGradientOpacity_48();
241
242     if (temp == 0) return null;
243     return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
244 }
245
246   private native void SetDisableGradientOpacity_49(int id0,int id1);
247   public void SetDisableGradientOpacity(int id0,int id1)
248     { SetDisableGradientOpacity_49(id0,id1); }
249
250   private native void SetDisableGradientOpacity_50(int id0);
251   public void SetDisableGradientOpacity(int id0)
252     { SetDisableGradientOpacity_50(id0); }
253
254   private native void DisableGradientOpacityOn_51(int id0);
255   public void DisableGradientOpacityOn(int id0)
256     { DisableGradientOpacityOn_51(id0); }
257
258   private native void DisableGradientOpacityOn_52();
259   public void DisableGradientOpacityOn()
260     { DisableGradientOpacityOn_52(); }
261
262   private native void DisableGradientOpacityOff_53(int id0);
263   public void DisableGradientOpacityOff(int id0)
264     { DisableGradientOpacityOff_53(id0); }
265
266   private native void DisableGradientOpacityOff_54();
267   public void DisableGradientOpacityOff()
268     { DisableGradientOpacityOff_54(); }
269
270   private native int GetDisableGradientOpacity_55(int id0);
271   public int GetDisableGradientOpacity(int id0)
272     { return GetDisableGradientOpacity_55(id0); }
273
274   private native int GetDisableGradientOpacity_56();
275   public int GetDisableGradientOpacity()
276     { return GetDisableGradientOpacity_56(); }
277
278   private native long GetStoredGradientOpacity_57(int id0);
279   public vtkPiecewiseFunction GetStoredGradientOpacity(int id0) {
280     long temp = GetStoredGradientOpacity_57(id0);
281
282     if (temp == 0) return null;
283     return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
284 }
285
286   private native long GetStoredGradientOpacity_58();
287   public vtkPiecewiseFunction GetStoredGradientOpacity() {
288     long temp = GetStoredGradientOpacity_58();
289
290     if (temp == 0) return null;
291     return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
292 }
293
294   private native boolean HasGradientOpacity_59(int id0);
295   public boolean HasGradientOpacity(int id0)
296     { return HasGradientOpacity_59(id0); }
297
298   private native void SetShade_60(int id0,int id1);
299   public void SetShade(int id0,int id1)
300     { SetShade_60(id0,id1); }
301
302   private native void SetShade_61(int id0);
303   public void SetShade(int id0)
304     { SetShade_61(id0); }
305
306   private native int GetShade_62(int id0);
307   public int GetShade(int id0)
308     { return GetShade_62(id0); }
309
310   private native int GetShade_63();
311   public int GetShade()
312     { return GetShade_63(); }
313
314   private native void ShadeOn_64(int id0);
315   public void ShadeOn(int id0)
316     { ShadeOn_64(id0); }
317
318   private native void ShadeOn_65();
319   public void ShadeOn()
320     { ShadeOn_65(); }
321
322   private native void ShadeOff_66(int id0);
323   public void ShadeOff(int id0)
324     { ShadeOff_66(id0); }
325
326   private native void ShadeOff_67();
327   public void ShadeOff()
328     { ShadeOff_67(); }
329
330   private native void SetAmbient_68(int id0,double id1);
331   public void SetAmbient(int id0,double id1)
332     { SetAmbient_68(id0,id1); }
333
334   private native void SetAmbient_69(double id0);
335   public void SetAmbient(double id0)
336     { SetAmbient_69(id0); }
337
338   private native double GetAmbient_70(int id0);
339   public double GetAmbient(int id0)
340     { return GetAmbient_70(id0); }
341
342   private native double GetAmbient_71();
343   public double GetAmbient()
344     { return GetAmbient_71(); }
345
346   private native void SetDiffuse_72(int id0,double id1);
347   public void SetDiffuse(int id0,double id1)
348     { SetDiffuse_72(id0,id1); }
349
350   private native void SetDiffuse_73(double id0);
351   public void SetDiffuse(double id0)
352     { SetDiffuse_73(id0); }
353
354   private native double GetDiffuse_74(int id0);
355   public double GetDiffuse(int id0)
356     { return GetDiffuse_74(id0); }
357
358   private native double GetDiffuse_75();
359   public double GetDiffuse()
360     { return GetDiffuse_75(); }
361
362   private native void SetSpecular_76(int id0,double id1);
363   public void SetSpecular(int id0,double id1)
364     { SetSpecular_76(id0,id1); }
365
366   private native void SetSpecular_77(double id0);
367   public void SetSpecular(double id0)
368     { SetSpecular_77(id0); }
369
370   private native double GetSpecular_78(int id0);
371   public double GetSpecular(int id0)
372     { return GetSpecular_78(id0); }
373
374   private native double GetSpecular_79();
375   public double GetSpecular()
376     { return GetSpecular_79(); }
377
378   private native void SetSpecularPower_80(int id0,double id1);
379   public void SetSpecularPower(int id0,double id1)
380     { SetSpecularPower_80(id0,id1); }
381
382   private native void SetSpecularPower_81(double id0);
383   public void SetSpecularPower(double id0)
384     { SetSpecularPower_81(id0); }
385
386   private native double GetSpecularPower_82(int id0);
387   public double GetSpecularPower(int id0)
388     { return GetSpecularPower_82(id0); }
389
390   private native double GetSpecularPower_83();
391   public double GetSpecularPower()
392     { return GetSpecularPower_83(); }
393
394   private native long GetIsoSurfaceValues_84();
395   public vtkContourValues GetIsoSurfaceValues() {
396     long temp = GetIsoSurfaceValues_84();
397
398     if (temp == 0) return null;
399     return (vtkContourValues)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
400 }
401
402   private native void UpdateMTimes_85();
403   public void UpdateMTimes()
404     { UpdateMTimes_85(); }
405
406   private native void SetUseClippedVoxelIntensity_86(int id0);
407   public void SetUseClippedVoxelIntensity(int id0)
408     { SetUseClippedVoxelIntensity_86(id0); }
409
410   private native int GetUseClippedVoxelIntensity_87();
411   public int GetUseClippedVoxelIntensity()
412     { return GetUseClippedVoxelIntensity_87(); }
413
414   private native void UseClippedVoxelIntensityOn_88();
415   public void UseClippedVoxelIntensityOn()
416     { UseClippedVoxelIntensityOn_88(); }
417
418   private native void UseClippedVoxelIntensityOff_89();
419   public void UseClippedVoxelIntensityOff()
420     { UseClippedVoxelIntensityOff_89(); }
421
422   private native void SetClippedVoxelIntensity_90(double id0);
423   public void SetClippedVoxelIntensity(double id0)
424     { SetClippedVoxelIntensity_90(id0); }
425
426   private native double GetClippedVoxelIntensity_91();
427   public double GetClippedVoxelIntensity()
428     { return GetClippedVoxelIntensity_91(); }
429
430   public vtkVolumeProperty() { super(); }
431
432   public vtkVolumeProperty(long id) { super(id); }
433   public native long   VTKInit();
434
435 }