]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFixedPointVolumeRayCastMapper.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkFixedPointVolumeRayCastMapper.java
1 // java wrapper for vtkFixedPointVolumeRayCastMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFixedPointVolumeRayCastMapper 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 SetSampleDistance_2(double id0);
19   public void SetSampleDistance(double id0)
20     { SetSampleDistance_2(id0); }
21
22   private native double GetSampleDistance_3();
23   public double GetSampleDistance()
24     { return GetSampleDistance_3(); }
25
26   private native void SetInteractiveSampleDistance_4(double id0);
27   public void SetInteractiveSampleDistance(double id0)
28     { SetInteractiveSampleDistance_4(id0); }
29
30   private native double GetInteractiveSampleDistance_5();
31   public double GetInteractiveSampleDistance()
32     { return GetInteractiveSampleDistance_5(); }
33
34   private native void SetImageSampleDistance_6(double id0);
35   public void SetImageSampleDistance(double id0)
36     { SetImageSampleDistance_6(id0); }
37
38   private native double GetImageSampleDistanceMinValue_7();
39   public double GetImageSampleDistanceMinValue()
40     { return GetImageSampleDistanceMinValue_7(); }
41
42   private native double GetImageSampleDistanceMaxValue_8();
43   public double GetImageSampleDistanceMaxValue()
44     { return GetImageSampleDistanceMaxValue_8(); }
45
46   private native double GetImageSampleDistance_9();
47   public double GetImageSampleDistance()
48     { return GetImageSampleDistance_9(); }
49
50   private native void SetMinimumImageSampleDistance_10(double id0);
51   public void SetMinimumImageSampleDistance(double id0)
52     { SetMinimumImageSampleDistance_10(id0); }
53
54   private native double GetMinimumImageSampleDistanceMinValue_11();
55   public double GetMinimumImageSampleDistanceMinValue()
56     { return GetMinimumImageSampleDistanceMinValue_11(); }
57
58   private native double GetMinimumImageSampleDistanceMaxValue_12();
59   public double GetMinimumImageSampleDistanceMaxValue()
60     { return GetMinimumImageSampleDistanceMaxValue_12(); }
61
62   private native double GetMinimumImageSampleDistance_13();
63   public double GetMinimumImageSampleDistance()
64     { return GetMinimumImageSampleDistance_13(); }
65
66   private native void SetMaximumImageSampleDistance_14(double id0);
67   public void SetMaximumImageSampleDistance(double id0)
68     { SetMaximumImageSampleDistance_14(id0); }
69
70   private native double GetMaximumImageSampleDistanceMinValue_15();
71   public double GetMaximumImageSampleDistanceMinValue()
72     { return GetMaximumImageSampleDistanceMinValue_15(); }
73
74   private native double GetMaximumImageSampleDistanceMaxValue_16();
75   public double GetMaximumImageSampleDistanceMaxValue()
76     { return GetMaximumImageSampleDistanceMaxValue_16(); }
77
78   private native double GetMaximumImageSampleDistance_17();
79   public double GetMaximumImageSampleDistance()
80     { return GetMaximumImageSampleDistance_17(); }
81
82   private native void SetAutoAdjustSampleDistances_18(int id0);
83   public void SetAutoAdjustSampleDistances(int id0)
84     { SetAutoAdjustSampleDistances_18(id0); }
85
86   private native int GetAutoAdjustSampleDistancesMinValue_19();
87   public int GetAutoAdjustSampleDistancesMinValue()
88     { return GetAutoAdjustSampleDistancesMinValue_19(); }
89
90   private native int GetAutoAdjustSampleDistancesMaxValue_20();
91   public int GetAutoAdjustSampleDistancesMaxValue()
92     { return GetAutoAdjustSampleDistancesMaxValue_20(); }
93
94   private native int GetAutoAdjustSampleDistances_21();
95   public int GetAutoAdjustSampleDistances()
96     { return GetAutoAdjustSampleDistances_21(); }
97
98   private native void AutoAdjustSampleDistancesOn_22();
99   public void AutoAdjustSampleDistancesOn()
100     { AutoAdjustSampleDistancesOn_22(); }
101
102   private native void AutoAdjustSampleDistancesOff_23();
103   public void AutoAdjustSampleDistancesOff()
104     { AutoAdjustSampleDistancesOff_23(); }
105
106   private native void SetLockSampleDistanceToInputSpacing_24(int id0);
107   public void SetLockSampleDistanceToInputSpacing(int id0)
108     { SetLockSampleDistanceToInputSpacing_24(id0); }
109
110   private native int GetLockSampleDistanceToInputSpacingMinValue_25();
111   public int GetLockSampleDistanceToInputSpacingMinValue()
112     { return GetLockSampleDistanceToInputSpacingMinValue_25(); }
113
114   private native int GetLockSampleDistanceToInputSpacingMaxValue_26();
115   public int GetLockSampleDistanceToInputSpacingMaxValue()
116     { return GetLockSampleDistanceToInputSpacingMaxValue_26(); }
117
118   private native int GetLockSampleDistanceToInputSpacing_27();
119   public int GetLockSampleDistanceToInputSpacing()
120     { return GetLockSampleDistanceToInputSpacing_27(); }
121
122   private native void LockSampleDistanceToInputSpacingOn_28();
123   public void LockSampleDistanceToInputSpacingOn()
124     { LockSampleDistanceToInputSpacingOn_28(); }
125
126   private native void LockSampleDistanceToInputSpacingOff_29();
127   public void LockSampleDistanceToInputSpacingOff()
128     { LockSampleDistanceToInputSpacingOff_29(); }
129
130   private native void SetNumberOfThreads_30(int id0);
131   public void SetNumberOfThreads(int id0)
132     { SetNumberOfThreads_30(id0); }
133
134   private native int GetNumberOfThreads_31();
135   public int GetNumberOfThreads()
136     { return GetNumberOfThreads_31(); }
137
138   private native void SetIntermixIntersectingGeometry_32(int id0);
139   public void SetIntermixIntersectingGeometry(int id0)
140     { SetIntermixIntersectingGeometry_32(id0); }
141
142   private native int GetIntermixIntersectingGeometryMinValue_33();
143   public int GetIntermixIntersectingGeometryMinValue()
144     { return GetIntermixIntersectingGeometryMinValue_33(); }
145
146   private native int GetIntermixIntersectingGeometryMaxValue_34();
147   public int GetIntermixIntersectingGeometryMaxValue()
148     { return GetIntermixIntersectingGeometryMaxValue_34(); }
149
150   private native int GetIntermixIntersectingGeometry_35();
151   public int GetIntermixIntersectingGeometry()
152     { return GetIntermixIntersectingGeometry_35(); }
153
154   private native void IntermixIntersectingGeometryOn_36();
155   public void IntermixIntersectingGeometryOn()
156     { IntermixIntersectingGeometryOn_36(); }
157
158   private native void IntermixIntersectingGeometryOff_37();
159   public void IntermixIntersectingGeometryOff()
160     { IntermixIntersectingGeometryOff_37(); }
161
162   private native double ComputeRequiredImageSampleDistance_38(double id0,vtkRenderer id1);
163   public double ComputeRequiredImageSampleDistance(double id0,vtkRenderer id1)
164     { return ComputeRequiredImageSampleDistance_38(id0,id1); }
165
166   private native double ComputeRequiredImageSampleDistance_39(double id0,vtkRenderer id1,vtkVolume id2);
167   public double ComputeRequiredImageSampleDistance(double id0,vtkRenderer id1,vtkVolume id2)
168     { return ComputeRequiredImageSampleDistance_39(id0,id1,id2); }
169
170   private native void Render_40(vtkRenderer id0,vtkVolume id1);
171   public void Render(vtkRenderer id0,vtkVolume id1)
172     { Render_40(id0,id1); }
173
174   private native int ToFixedPointPosition_41(double id0);
175   public int ToFixedPointPosition(double id0)
176     { return ToFixedPointPosition_41(id0); }
177
178   private native int ToFixedPointDirection_42(double id0);
179   public int ToFixedPointDirection(double id0)
180     { return ToFixedPointDirection_42(id0); }
181
182   private native long GetRenderWindow_43();
183   public vtkRenderWindow GetRenderWindow() {
184     long temp = GetRenderWindow_43();
185
186     if (temp == 0) return null;
187     return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
188 }
189
190   private native long GetMIPHelper_44();
191   public vtkFixedPointVolumeRayCastMIPHelper GetMIPHelper() {
192     long temp = GetMIPHelper_44();
193
194     if (temp == 0) return null;
195     return (vtkFixedPointVolumeRayCastMIPHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
196 }
197
198   private native long GetCompositeHelper_45();
199   public vtkFixedPointVolumeRayCastCompositeHelper GetCompositeHelper() {
200     long temp = GetCompositeHelper_45();
201
202     if (temp == 0) return null;
203     return (vtkFixedPointVolumeRayCastCompositeHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
204 }
205
206   private native long GetCompositeGOHelper_46();
207   public vtkFixedPointVolumeRayCastCompositeGOHelper GetCompositeGOHelper() {
208     long temp = GetCompositeGOHelper_46();
209
210     if (temp == 0) return null;
211     return (vtkFixedPointVolumeRayCastCompositeGOHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
212 }
213
214   private native long GetCompositeGOShadeHelper_47();
215   public vtkFixedPointVolumeRayCastCompositeGOShadeHelper GetCompositeGOShadeHelper() {
216     long temp = GetCompositeGOShadeHelper_47();
217
218     if (temp == 0) return null;
219     return (vtkFixedPointVolumeRayCastCompositeGOShadeHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
220 }
221
222   private native long GetCompositeShadeHelper_48();
223   public vtkFixedPointVolumeRayCastCompositeShadeHelper GetCompositeShadeHelper() {
224     long temp = GetCompositeShadeHelper_48();
225
226     if (temp == 0) return null;
227     return (vtkFixedPointVolumeRayCastCompositeShadeHelper)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
228 }
229
230   private native double[] GetTableShift_49();
231   public double[] GetTableShift()
232     { return GetTableShift_49(); }
233
234   private native double[] GetTableScale_50();
235   public double[] GetTableScale()
236     { return GetTableScale_50(); }
237
238   private native int GetShadingRequired_51();
239   public int GetShadingRequired()
240     { return GetShadingRequired_51(); }
241
242   private native int GetGradientOpacityRequired_52();
243   public int GetGradientOpacityRequired()
244     { return GetGradientOpacityRequired_52(); }
245
246   private native long GetCurrentScalars_53();
247   public vtkDataArray GetCurrentScalars() {
248     long temp = GetCurrentScalars_53();
249
250     if (temp == 0) return null;
251     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
252 }
253
254   private native long GetPreviousScalars_54();
255   public vtkDataArray GetPreviousScalars() {
256     long temp = GetPreviousScalars_54();
257
258     if (temp == 0) return null;
259     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
260 }
261
262   private native long GetVolume_55();
263   public vtkVolume GetVolume() {
264     long temp = GetVolume_55();
265
266     if (temp == 0) return null;
267     return (vtkVolume)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
268 }
269
270   private native void InitializeRayInfo_56(vtkVolume id0);
271   public void InitializeRayInfo(vtkVolume id0)
272     { InitializeRayInfo_56(id0); }
273
274   private native int ShouldUseNearestNeighborInterpolation_57(vtkVolume id0);
275   public int ShouldUseNearestNeighborInterpolation(vtkVolume id0)
276     { return ShouldUseNearestNeighborInterpolation_57(id0); }
277
278   private native void SetRayCastImage_58(vtkFixedPointRayCastImage id0);
279   public void SetRayCastImage(vtkFixedPointRayCastImage id0)
280     { SetRayCastImage_58(id0); }
281
282   private native long GetRayCastImage_59();
283   public vtkFixedPointRayCastImage GetRayCastImage() {
284     long temp = GetRayCastImage_59();
285
286     if (temp == 0) return null;
287     return (vtkFixedPointRayCastImage)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
288 }
289
290   private native void PerVolumeInitialization_60(vtkRenderer id0,vtkVolume id1);
291   public void PerVolumeInitialization(vtkRenderer id0,vtkVolume id1)
292     { PerVolumeInitialization_60(id0,id1); }
293
294   private native void PerSubVolumeInitialization_61(vtkRenderer id0,vtkVolume id1,int id2);
295   public void PerSubVolumeInitialization(vtkRenderer id0,vtkVolume id1,int id2)
296     { PerSubVolumeInitialization_61(id0,id1,id2); }
297
298   private native void RenderSubVolume_62();
299   public void RenderSubVolume()
300     { RenderSubVolume_62(); }
301
302   private native void DisplayRenderedImage_63(vtkRenderer id0,vtkVolume id1);
303   public void DisplayRenderedImage(vtkRenderer id0,vtkVolume id1)
304     { DisplayRenderedImage_63(id0,id1); }
305
306   private native void AbortRender_64();
307   public void AbortRender()
308     { AbortRender_64(); }
309
310   private native void CreateCanonicalView_65(vtkVolume id0,vtkImageData id1,int id2,double id3[],double id4[]);
311   public void CreateCanonicalView(vtkVolume id0,vtkImageData id1,int id2,double id3[],double id4[])
312     { CreateCanonicalView_65(id0,id1,id2,id3,id4); }
313
314   private native double GetEstimatedRenderTime_66(vtkRenderer id0,vtkVolume id1);
315   public double GetEstimatedRenderTime(vtkRenderer id0,vtkVolume id1)
316     { return GetEstimatedRenderTime_66(id0,id1); }
317
318   private native double GetEstimatedRenderTime_67(vtkRenderer id0);
319   public double GetEstimatedRenderTime(vtkRenderer id0)
320     { return GetEstimatedRenderTime_67(id0); }
321
322   private native void SetFinalColorWindow_68(double id0);
323   public void SetFinalColorWindow(double id0)
324     { SetFinalColorWindow_68(id0); }
325
326   private native double GetFinalColorWindow_69();
327   public double GetFinalColorWindow()
328     { return GetFinalColorWindow_69(); }
329
330   private native void SetFinalColorLevel_70(double id0);
331   public void SetFinalColorLevel(double id0)
332     { SetFinalColorLevel_70(id0); }
333
334   private native double GetFinalColorLevel_71();
335   public double GetFinalColorLevel()
336     { return GetFinalColorLevel_71(); }
337
338   private native int GetFlipMIPComparison_72();
339   public int GetFlipMIPComparison()
340     { return GetFlipMIPComparison_72(); }
341
342   private native void ReleaseGraphicsResources_73(vtkWindow id0);
343   public void ReleaseGraphicsResources(vtkWindow id0)
344     { ReleaseGraphicsResources_73(id0); }
345
346   public vtkFixedPointVolumeRayCastMapper() { super(); }
347
348   public vtkFixedPointVolumeRayCastMapper(long id) { super(id); }
349   public native long   VTKInit();
350
351 }