]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGPUVolumeRayCastMapper.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGPUVolumeRayCastMapper.java
1 // java wrapper for vtkGPUVolumeRayCastMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGPUVolumeRayCastMapper extends vtkVolumeMapper
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 SetAutoAdjustSampleDistances_2(int id0);
19   public void SetAutoAdjustSampleDistances(int id0)
20     { SetAutoAdjustSampleDistances_2(id0); }
21
22   private native int GetAutoAdjustSampleDistancesMinValue_3();
23   public int GetAutoAdjustSampleDistancesMinValue()
24     { return GetAutoAdjustSampleDistancesMinValue_3(); }
25
26   private native int GetAutoAdjustSampleDistancesMaxValue_4();
27   public int GetAutoAdjustSampleDistancesMaxValue()
28     { return GetAutoAdjustSampleDistancesMaxValue_4(); }
29
30   private native int GetAutoAdjustSampleDistances_5();
31   public int GetAutoAdjustSampleDistances()
32     { return GetAutoAdjustSampleDistances_5(); }
33
34   private native void AutoAdjustSampleDistancesOn_6();
35   public void AutoAdjustSampleDistancesOn()
36     { AutoAdjustSampleDistancesOn_6(); }
37
38   private native void AutoAdjustSampleDistancesOff_7();
39   public void AutoAdjustSampleDistancesOff()
40     { AutoAdjustSampleDistancesOff_7(); }
41
42   private native void SetLockSampleDistanceToInputSpacing_8(int id0);
43   public void SetLockSampleDistanceToInputSpacing(int id0)
44     { SetLockSampleDistanceToInputSpacing_8(id0); }
45
46   private native int GetLockSampleDistanceToInputSpacingMinValue_9();
47   public int GetLockSampleDistanceToInputSpacingMinValue()
48     { return GetLockSampleDistanceToInputSpacingMinValue_9(); }
49
50   private native int GetLockSampleDistanceToInputSpacingMaxValue_10();
51   public int GetLockSampleDistanceToInputSpacingMaxValue()
52     { return GetLockSampleDistanceToInputSpacingMaxValue_10(); }
53
54   private native int GetLockSampleDistanceToInputSpacing_11();
55   public int GetLockSampleDistanceToInputSpacing()
56     { return GetLockSampleDistanceToInputSpacing_11(); }
57
58   private native void LockSampleDistanceToInputSpacingOn_12();
59   public void LockSampleDistanceToInputSpacingOn()
60     { LockSampleDistanceToInputSpacingOn_12(); }
61
62   private native void LockSampleDistanceToInputSpacingOff_13();
63   public void LockSampleDistanceToInputSpacingOff()
64     { LockSampleDistanceToInputSpacingOff_13(); }
65
66   private native void SetUseJittering_14(int id0);
67   public void SetUseJittering(int id0)
68     { SetUseJittering_14(id0); }
69
70   private native int GetUseJitteringMinValue_15();
71   public int GetUseJitteringMinValue()
72     { return GetUseJitteringMinValue_15(); }
73
74   private native int GetUseJitteringMaxValue_16();
75   public int GetUseJitteringMaxValue()
76     { return GetUseJitteringMaxValue_16(); }
77
78   private native int GetUseJittering_17();
79   public int GetUseJittering()
80     { return GetUseJittering_17(); }
81
82   private native void UseJitteringOn_18();
83   public void UseJitteringOn()
84     { UseJitteringOn_18(); }
85
86   private native void UseJitteringOff_19();
87   public void UseJitteringOff()
88     { UseJitteringOff_19(); }
89
90   private native void SetUseDepthPass_20(int id0);
91   public void SetUseDepthPass(int id0)
92     { SetUseDepthPass_20(id0); }
93
94   private native int GetUseDepthPassMinValue_21();
95   public int GetUseDepthPassMinValue()
96     { return GetUseDepthPassMinValue_21(); }
97
98   private native int GetUseDepthPassMaxValue_22();
99   public int GetUseDepthPassMaxValue()
100     { return GetUseDepthPassMaxValue_22(); }
101
102   private native int GetUseDepthPass_23();
103   public int GetUseDepthPass()
104     { return GetUseDepthPass_23(); }
105
106   private native void UseDepthPassOn_24();
107   public void UseDepthPassOn()
108     { UseDepthPassOn_24(); }
109
110   private native void UseDepthPassOff_25();
111   public void UseDepthPassOff()
112     { UseDepthPassOff_25(); }
113
114   private native long GetDepthPassContourValues_26();
115   public vtkContourValues GetDepthPassContourValues() {
116     long temp = GetDepthPassContourValues_26();
117
118     if (temp == 0) return null;
119     return (vtkContourValues)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native void SetSampleDistance_27(double id0);
123   public void SetSampleDistance(double id0)
124     { SetSampleDistance_27(id0); }
125
126   private native double GetSampleDistance_28();
127   public double GetSampleDistance()
128     { return GetSampleDistance_28(); }
129
130   private native void SetImageSampleDistance_29(double id0);
131   public void SetImageSampleDistance(double id0)
132     { SetImageSampleDistance_29(id0); }
133
134   private native double GetImageSampleDistanceMinValue_30();
135   public double GetImageSampleDistanceMinValue()
136     { return GetImageSampleDistanceMinValue_30(); }
137
138   private native double GetImageSampleDistanceMaxValue_31();
139   public double GetImageSampleDistanceMaxValue()
140     { return GetImageSampleDistanceMaxValue_31(); }
141
142   private native double GetImageSampleDistance_32();
143   public double GetImageSampleDistance()
144     { return GetImageSampleDistance_32(); }
145
146   private native void SetMinimumImageSampleDistance_33(double id0);
147   public void SetMinimumImageSampleDistance(double id0)
148     { SetMinimumImageSampleDistance_33(id0); }
149
150   private native double GetMinimumImageSampleDistanceMinValue_34();
151   public double GetMinimumImageSampleDistanceMinValue()
152     { return GetMinimumImageSampleDistanceMinValue_34(); }
153
154   private native double GetMinimumImageSampleDistanceMaxValue_35();
155   public double GetMinimumImageSampleDistanceMaxValue()
156     { return GetMinimumImageSampleDistanceMaxValue_35(); }
157
158   private native double GetMinimumImageSampleDistance_36();
159   public double GetMinimumImageSampleDistance()
160     { return GetMinimumImageSampleDistance_36(); }
161
162   private native void SetMaximumImageSampleDistance_37(double id0);
163   public void SetMaximumImageSampleDistance(double id0)
164     { SetMaximumImageSampleDistance_37(id0); }
165
166   private native double GetMaximumImageSampleDistanceMinValue_38();
167   public double GetMaximumImageSampleDistanceMinValue()
168     { return GetMaximumImageSampleDistanceMinValue_38(); }
169
170   private native double GetMaximumImageSampleDistanceMaxValue_39();
171   public double GetMaximumImageSampleDistanceMaxValue()
172     { return GetMaximumImageSampleDistanceMaxValue_39(); }
173
174   private native double GetMaximumImageSampleDistance_40();
175   public double GetMaximumImageSampleDistance()
176     { return GetMaximumImageSampleDistance_40(); }
177
178   private native void SetFinalColorWindow_41(double id0);
179   public void SetFinalColorWindow(double id0)
180     { SetFinalColorWindow_41(id0); }
181
182   private native double GetFinalColorWindow_42();
183   public double GetFinalColorWindow()
184     { return GetFinalColorWindow_42(); }
185
186   private native void SetFinalColorLevel_43(double id0);
187   public void SetFinalColorLevel(double id0)
188     { SetFinalColorLevel_43(id0); }
189
190   private native double GetFinalColorLevel_44();
191   public double GetFinalColorLevel()
192     { return GetFinalColorLevel_44(); }
193
194   private native void SetMaxMemoryInBytes_45(int id0);
195   public void SetMaxMemoryInBytes(int id0)
196     { SetMaxMemoryInBytes_45(id0); }
197
198   private native int GetMaxMemoryInBytes_46();
199   public int GetMaxMemoryInBytes()
200     { return GetMaxMemoryInBytes_46(); }
201
202   private native void SetMaxMemoryFraction_47(double id0);
203   public void SetMaxMemoryFraction(double id0)
204     { SetMaxMemoryFraction_47(id0); }
205
206   private native double GetMaxMemoryFractionMinValue_48();
207   public double GetMaxMemoryFractionMinValue()
208     { return GetMaxMemoryFractionMinValue_48(); }
209
210   private native double GetMaxMemoryFractionMaxValue_49();
211   public double GetMaxMemoryFractionMaxValue()
212     { return GetMaxMemoryFractionMaxValue_49(); }
213
214   private native double GetMaxMemoryFraction_50();
215   public double GetMaxMemoryFraction()
216     { return GetMaxMemoryFraction_50(); }
217
218   private native void SetReportProgress_51(boolean id0);
219   public void SetReportProgress(boolean id0)
220     { SetReportProgress_51(id0); }
221
222   private native boolean GetReportProgress_52();
223   public boolean GetReportProgress()
224     { return GetReportProgress_52(); }
225
226   private native int IsRenderSupported_53(vtkRenderWindow id0,vtkVolumeProperty id1);
227   public int IsRenderSupported(vtkRenderWindow id0,vtkVolumeProperty id1)
228     { return IsRenderSupported_53(id0,id1); }
229
230   private native void CreateCanonicalView_54(vtkRenderer id0,vtkVolume id1,vtkImageData id2,int id3,double id4[],double id5[]);
231   public void CreateCanonicalView(vtkRenderer id0,vtkVolume id1,vtkImageData id2,int id3,double id4[],double id5[])
232     { CreateCanonicalView_54(id0,id1,id2,id3,id4,id5); }
233
234   private native void SetMaskInput_55(vtkImageData id0);
235   public void SetMaskInput(vtkImageData id0)
236     { SetMaskInput_55(id0); }
237
238   private native long GetMaskInput_56();
239   public vtkImageData GetMaskInput() {
240     long temp = GetMaskInput_56();
241
242     if (temp == 0) return null;
243     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
244 }
245
246   private native void SetMaskType_57(int id0);
247   public void SetMaskType(int id0)
248     { SetMaskType_57(id0); }
249
250   private native int GetMaskType_58();
251   public int GetMaskType()
252     { return GetMaskType_58(); }
253
254   private native void SetMaskTypeToBinary_59();
255   public void SetMaskTypeToBinary()
256     { SetMaskTypeToBinary_59(); }
257
258   private native void SetMaskTypeToLabelMap_60();
259   public void SetMaskTypeToLabelMap()
260     { SetMaskTypeToLabelMap_60(); }
261
262   private native void SetMaskBlendFactor_61(double id0);
263   public void SetMaskBlendFactor(double id0)
264     { SetMaskBlendFactor_61(id0); }
265
266   private native double GetMaskBlendFactorMinValue_62();
267   public double GetMaskBlendFactorMinValue()
268     { return GetMaskBlendFactorMinValue_62(); }
269
270   private native double GetMaskBlendFactorMaxValue_63();
271   public double GetMaskBlendFactorMaxValue()
272     { return GetMaskBlendFactorMaxValue_63(); }
273
274   private native double GetMaskBlendFactor_64();
275   public double GetMaskBlendFactor()
276     { return GetMaskBlendFactor_64(); }
277
278   private native void SetRenderToImage_65(int id0);
279   public void SetRenderToImage(int id0)
280     { SetRenderToImage_65(id0); }
281
282   private native int GetRenderToImage_66();
283   public int GetRenderToImage()
284     { return GetRenderToImage_66(); }
285
286   private native void RenderToImageOn_67();
287   public void RenderToImageOn()
288     { RenderToImageOn_67(); }
289
290   private native void RenderToImageOff_68();
291   public void RenderToImageOff()
292     { RenderToImageOff_68(); }
293
294   private native void SetDepthImageScalarType_69(int id0);
295   public void SetDepthImageScalarType(int id0)
296     { SetDepthImageScalarType_69(id0); }
297
298   private native int GetDepthImageScalarType_70();
299   public int GetDepthImageScalarType()
300     { return GetDepthImageScalarType_70(); }
301
302   private native void SetDepthImageScalarTypeToUnsignedChar_71();
303   public void SetDepthImageScalarTypeToUnsignedChar()
304     { SetDepthImageScalarTypeToUnsignedChar_71(); }
305
306   private native void SetDepthImageScalarTypeToUnsignedShort_72();
307   public void SetDepthImageScalarTypeToUnsignedShort()
308     { SetDepthImageScalarTypeToUnsignedShort_72(); }
309
310   private native void SetDepthImageScalarTypeToFloat_73();
311   public void SetDepthImageScalarTypeToFloat()
312     { SetDepthImageScalarTypeToFloat_73(); }
313
314   private native void SetClampDepthToBackface_74(int id0);
315   public void SetClampDepthToBackface(int id0)
316     { SetClampDepthToBackface_74(id0); }
317
318   private native int GetClampDepthToBackface_75();
319   public int GetClampDepthToBackface()
320     { return GetClampDepthToBackface_75(); }
321
322   private native void ClampDepthToBackfaceOn_76();
323   public void ClampDepthToBackfaceOn()
324     { ClampDepthToBackfaceOn_76(); }
325
326   private native void ClampDepthToBackfaceOff_77();
327   public void ClampDepthToBackfaceOff()
328     { ClampDepthToBackfaceOff_77(); }
329
330   private native void GetDepthImage_78(vtkImageData id0);
331   public void GetDepthImage(vtkImageData id0)
332     { GetDepthImage_78(id0); }
333
334   private native void GetColorImage_79(vtkImageData id0);
335   public void GetColorImage(vtkImageData id0)
336     { GetColorImage_79(id0); }
337
338   private native void Render_80(vtkRenderer id0,vtkVolume id1);
339   public void Render(vtkRenderer id0,vtkVolume id1)
340     { Render_80(id0,id1); }
341
342   private native void GPURender_81(vtkRenderer id0,vtkVolume id1);
343   public void GPURender(vtkRenderer id0,vtkVolume id1)
344     { GPURender_81(id0,id1); }
345
346   private native void ReleaseGraphicsResources_82(vtkWindow id0);
347   public void ReleaseGraphicsResources(vtkWindow id0)
348     { ReleaseGraphicsResources_82(id0); }
349
350   private native void GetReductionRatio_83(double id0[]);
351   public void GetReductionRatio(double id0[])
352     { GetReductionRatio_83(id0); }
353
354   private native void SetColorRangeType_84(int id0);
355   public void SetColorRangeType(int id0)
356     { SetColorRangeType_84(id0); }
357
358   private native int GetColorRangeType_85();
359   public int GetColorRangeType()
360     { return GetColorRangeType_85(); }
361
362   private native void SetScalarOpacityRangeType_86(int id0);
363   public void SetScalarOpacityRangeType(int id0)
364     { SetScalarOpacityRangeType_86(id0); }
365
366   private native int GetScalarOpacityRangeType_87();
367   public int GetScalarOpacityRangeType()
368     { return GetScalarOpacityRangeType_87(); }
369
370   private native void SetGradientOpacityRangeType_88(int id0);
371   public void SetGradientOpacityRangeType(int id0)
372     { SetGradientOpacityRangeType_88(id0); }
373
374   private native int GetGradientOpacityRangeType_89();
375   public int GetGradientOpacityRangeType()
376     { return GetGradientOpacityRangeType_89(); }
377
378   private native long GetInput_90();
379   public vtkImageData GetInput() {
380     long temp = GetInput_90();
381
382     if (temp == 0) return null;
383     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
384 }
385
386   private native void RemoveInputConnection_91(int id0,vtkAlgorithmOutput id1);
387   public void RemoveInputConnection(int id0,vtkAlgorithmOutput id1)
388     { RemoveInputConnection_91(id0,id1); }
389
390   private native void RemoveInputConnection_92(int id0,int id1);
391   public void RemoveInputConnection(int id0,int id1)
392     { RemoveInputConnection_92(id0,id1); }
393
394   private native void SetInputConnection_93(int id0,vtkAlgorithmOutput id1);
395   public void SetInputConnection(int id0,vtkAlgorithmOutput id1)
396     { SetInputConnection_93(id0,id1); }
397
398   private native void SetInputConnection_94(vtkAlgorithmOutput id0);
399   public void SetInputConnection(vtkAlgorithmOutput id0)
400     { SetInputConnection_94(id0); }
401
402   private native int GetInputCount_95();
403   public int GetInputCount()
404     { return GetInputCount_95(); }
405
406   private native long GetTransformedInput_96(int id0);
407   public vtkImageData GetTransformedInput(int id0) {
408     long temp = GetTransformedInput_96(id0);
409
410     if (temp == 0) return null;
411     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
412 }
413
414   private native double[] GetBoundsFromPort_97(int id0);
415   public double[] GetBoundsFromPort(int id0)
416     { return GetBoundsFromPort_97(id0); }
417
418   public vtkGPUVolumeRayCastMapper() { super(); }
419
420   public vtkGPUVolumeRayCastMapper(long id) { super(id); }
421   public native long   VTKInit();
422
423 }