]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLODProp3D.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkLODProp3D.java
1 // java wrapper for vtkLODProp3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLODProp3D extends vtkProp3D
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 double[] GetBounds_2();
19   public double[] GetBounds()
20     { return GetBounds_2(); }
21
22   private native void GetBounds_3(double id0[]);
23   public void GetBounds(double id0[])
24     { GetBounds_3(id0); }
25
26   private native int AddLOD_4(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4);
27   public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4)
28     { return AddLOD_4(id0,id1,id2,id3,id4); }
29
30   private native int AddLOD_5(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3);
31   public int AddLOD(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3)
32     { return AddLOD_5(id0,id1,id2,id3); }
33
34   private native int AddLOD_6(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3);
35   public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3)
36     { return AddLOD_6(id0,id1,id2,id3); }
37
38   private native int AddLOD_7(vtkMapper id0,vtkProperty id1,double id2);
39   public int AddLOD(vtkMapper id0,vtkProperty id1,double id2)
40     { return AddLOD_7(id0,id1,id2); }
41
42   private native int AddLOD_8(vtkMapper id0,vtkTexture id1,double id2);
43   public int AddLOD(vtkMapper id0,vtkTexture id1,double id2)
44     { return AddLOD_8(id0,id1,id2); }
45
46   private native int AddLOD_9(vtkMapper id0,double id1);
47   public int AddLOD(vtkMapper id0,double id1)
48     { return AddLOD_9(id0,id1); }
49
50   private native int AddLOD_10(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2);
51   public int AddLOD(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2)
52     { return AddLOD_10(id0,id1,id2); }
53
54   private native int AddLOD_11(vtkAbstractVolumeMapper id0,double id1);
55   public int AddLOD(vtkAbstractVolumeMapper id0,double id1)
56     { return AddLOD_11(id0,id1); }
57
58   private native int AddLOD_12(vtkImageMapper3D id0,vtkImageProperty id1,double id2);
59   public int AddLOD(vtkImageMapper3D id0,vtkImageProperty id1,double id2)
60     { return AddLOD_12(id0,id1,id2); }
61
62   private native int AddLOD_13(vtkImageMapper3D id0,double id1);
63   public int AddLOD(vtkImageMapper3D id0,double id1)
64     { return AddLOD_13(id0,id1); }
65
66   private native int GetNumberOfLODs_14();
67   public int GetNumberOfLODs()
68     { return GetNumberOfLODs_14(); }
69
70   private native int GetCurrentIndex_15();
71   public int GetCurrentIndex()
72     { return GetCurrentIndex_15(); }
73
74   private native void RemoveLOD_16(int id0);
75   public void RemoveLOD(int id0)
76     { RemoveLOD_16(id0); }
77
78   private native void SetLODProperty_17(int id0,vtkProperty id1);
79   public void SetLODProperty(int id0,vtkProperty id1)
80     { SetLODProperty_17(id0,id1); }
81
82   private native void SetLODProperty_18(int id0,vtkVolumeProperty id1);
83   public void SetLODProperty(int id0,vtkVolumeProperty id1)
84     { SetLODProperty_18(id0,id1); }
85
86   private native void SetLODProperty_19(int id0,vtkImageProperty id1);
87   public void SetLODProperty(int id0,vtkImageProperty id1)
88     { SetLODProperty_19(id0,id1); }
89
90   private native void SetLODMapper_20(int id0,vtkMapper id1);
91   public void SetLODMapper(int id0,vtkMapper id1)
92     { SetLODMapper_20(id0,id1); }
93
94   private native void SetLODMapper_21(int id0,vtkAbstractVolumeMapper id1);
95   public void SetLODMapper(int id0,vtkAbstractVolumeMapper id1)
96     { SetLODMapper_21(id0,id1); }
97
98   private native void SetLODMapper_22(int id0,vtkImageMapper3D id1);
99   public void SetLODMapper(int id0,vtkImageMapper3D id1)
100     { SetLODMapper_22(id0,id1); }
101
102   private native long GetLODMapper_23(int id0);
103   public vtkAbstractMapper3D GetLODMapper(int id0) {
104     long temp = GetLODMapper_23(id0);
105
106     if (temp == 0) return null;
107     return (vtkAbstractMapper3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native void SetLODBackfaceProperty_24(int id0,vtkProperty id1);
111   public void SetLODBackfaceProperty(int id0,vtkProperty id1)
112     { SetLODBackfaceProperty_24(id0,id1); }
113
114   private native void SetLODTexture_25(int id0,vtkTexture id1);
115   public void SetLODTexture(int id0,vtkTexture id1)
116     { SetLODTexture_25(id0,id1); }
117
118   private native void EnableLOD_26(int id0);
119   public void EnableLOD(int id0)
120     { EnableLOD_26(id0); }
121
122   private native void DisableLOD_27(int id0);
123   public void DisableLOD(int id0)
124     { DisableLOD_27(id0); }
125
126   private native int IsLODEnabled_28(int id0);
127   public int IsLODEnabled(int id0)
128     { return IsLODEnabled_28(id0); }
129
130   private native void SetLODLevel_29(int id0,double id1);
131   public void SetLODLevel(int id0,double id1)
132     { SetLODLevel_29(id0,id1); }
133
134   private native double GetLODLevel_30(int id0);
135   public double GetLODLevel(int id0)
136     { return GetLODLevel_30(id0); }
137
138   private native double GetLODIndexLevel_31(int id0);
139   public double GetLODIndexLevel(int id0)
140     { return GetLODIndexLevel_31(id0); }
141
142   private native double GetLODEstimatedRenderTime_32(int id0);
143   public double GetLODEstimatedRenderTime(int id0)
144     { return GetLODEstimatedRenderTime_32(id0); }
145
146   private native double GetLODIndexEstimatedRenderTime_33(int id0);
147   public double GetLODIndexEstimatedRenderTime(int id0)
148     { return GetLODIndexEstimatedRenderTime_33(id0); }
149
150   private native void SetAutomaticLODSelection_34(int id0);
151   public void SetAutomaticLODSelection(int id0)
152     { SetAutomaticLODSelection_34(id0); }
153
154   private native int GetAutomaticLODSelectionMinValue_35();
155   public int GetAutomaticLODSelectionMinValue()
156     { return GetAutomaticLODSelectionMinValue_35(); }
157
158   private native int GetAutomaticLODSelectionMaxValue_36();
159   public int GetAutomaticLODSelectionMaxValue()
160     { return GetAutomaticLODSelectionMaxValue_36(); }
161
162   private native int GetAutomaticLODSelection_37();
163   public int GetAutomaticLODSelection()
164     { return GetAutomaticLODSelection_37(); }
165
166   private native void AutomaticLODSelectionOn_38();
167   public void AutomaticLODSelectionOn()
168     { AutomaticLODSelectionOn_38(); }
169
170   private native void AutomaticLODSelectionOff_39();
171   public void AutomaticLODSelectionOff()
172     { AutomaticLODSelectionOff_39(); }
173
174   private native void SetSelectedLODID_40(int id0);
175   public void SetSelectedLODID(int id0)
176     { SetSelectedLODID_40(id0); }
177
178   private native int GetSelectedLODID_41();
179   public int GetSelectedLODID()
180     { return GetSelectedLODID_41(); }
181
182   private native int GetLastRenderedLODID_42();
183   public int GetLastRenderedLODID()
184     { return GetLastRenderedLODID_42(); }
185
186   private native int GetPickLODID_43();
187   public int GetPickLODID()
188     { return GetPickLODID_43(); }
189
190   private native void GetActors_44(vtkPropCollection id0);
191   public void GetActors(vtkPropCollection id0)
192     { GetActors_44(id0); }
193
194   private native void GetVolumes_45(vtkPropCollection id0);
195   public void GetVolumes(vtkPropCollection id0)
196     { GetVolumes_45(id0); }
197
198   private native void SetSelectedPickLODID_46(int id0);
199   public void SetSelectedPickLODID(int id0)
200     { SetSelectedPickLODID_46(id0); }
201
202   private native int GetSelectedPickLODID_47();
203   public int GetSelectedPickLODID()
204     { return GetSelectedPickLODID_47(); }
205
206   private native void SetAutomaticPickLODSelection_48(int id0);
207   public void SetAutomaticPickLODSelection(int id0)
208     { SetAutomaticPickLODSelection_48(id0); }
209
210   private native int GetAutomaticPickLODSelectionMinValue_49();
211   public int GetAutomaticPickLODSelectionMinValue()
212     { return GetAutomaticPickLODSelectionMinValue_49(); }
213
214   private native int GetAutomaticPickLODSelectionMaxValue_50();
215   public int GetAutomaticPickLODSelectionMaxValue()
216     { return GetAutomaticPickLODSelectionMaxValue_50(); }
217
218   private native int GetAutomaticPickLODSelection_51();
219   public int GetAutomaticPickLODSelection()
220     { return GetAutomaticPickLODSelection_51(); }
221
222   private native void AutomaticPickLODSelectionOn_52();
223   public void AutomaticPickLODSelectionOn()
224     { AutomaticPickLODSelectionOn_52(); }
225
226   private native void AutomaticPickLODSelectionOff_53();
227   public void AutomaticPickLODSelectionOff()
228     { AutomaticPickLODSelectionOff_53(); }
229
230   private native void ShallowCopy_54(vtkProp id0);
231   public void ShallowCopy(vtkProp id0)
232     { ShallowCopy_54(id0); }
233
234   private native int RenderOpaqueGeometry_55(vtkViewport id0);
235   public int RenderOpaqueGeometry(vtkViewport id0)
236     { return RenderOpaqueGeometry_55(id0); }
237
238   private native int RenderTranslucentPolygonalGeometry_56(vtkViewport id0);
239   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
240     { return RenderTranslucentPolygonalGeometry_56(id0); }
241
242   private native int RenderVolumetricGeometry_57(vtkViewport id0);
243   public int RenderVolumetricGeometry(vtkViewport id0)
244     { return RenderVolumetricGeometry_57(id0); }
245
246   private native int HasTranslucentPolygonalGeometry_58();
247   public int HasTranslucentPolygonalGeometry()
248     { return HasTranslucentPolygonalGeometry_58(); }
249
250   private native void ReleaseGraphicsResources_59(vtkWindow id0);
251   public void ReleaseGraphicsResources(vtkWindow id0)
252     { ReleaseGraphicsResources_59(id0); }
253
254   private native void SetAllocatedRenderTime_60(double id0,vtkViewport id1);
255   public void SetAllocatedRenderTime(double id0,vtkViewport id1)
256     { SetAllocatedRenderTime_60(id0,id1); }
257
258   private native void RestoreEstimatedRenderTime_61();
259   public void RestoreEstimatedRenderTime()
260     { RestoreEstimatedRenderTime_61(); }
261
262   private native void AddEstimatedRenderTime_62(double id0,vtkViewport id1);
263   public void AddEstimatedRenderTime(double id0,vtkViewport id1)
264     { AddEstimatedRenderTime_62(id0,id1); }
265
266   public vtkLODProp3D() { super(); }
267
268   public vtkLODProp3D(long id) { super(id); }
269   public native long   VTKInit();
270
271 }