]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImplicitCylinderRepresentation.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkImplicitCylinderRepresentation.java
1 // java wrapper for vtkImplicitCylinderRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImplicitCylinderRepresentation extends vtkWidgetRepresentation
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 SetCenter_2(double id0,double id1,double id2);
19   public void SetCenter(double id0,double id1,double id2)
20     { SetCenter_2(id0,id1,id2); }
21
22   private native void SetCenter_3(double id0[]);
23   public void SetCenter(double id0[])
24     { SetCenter_3(id0); }
25
26   private native double[] GetCenter_4();
27   public double[] GetCenter()
28     { return GetCenter_4(); }
29
30   private native void GetCenter_5(double id0[]);
31   public void GetCenter(double id0[])
32     { GetCenter_5(id0); }
33
34   private native void SetAxis_6(double id0,double id1,double id2);
35   public void SetAxis(double id0,double id1,double id2)
36     { SetAxis_6(id0,id1,id2); }
37
38   private native void SetAxis_7(double id0[]);
39   public void SetAxis(double id0[])
40     { SetAxis_7(id0); }
41
42   private native double[] GetAxis_8();
43   public double[] GetAxis()
44     { return GetAxis_8(); }
45
46   private native void GetAxis_9(double id0[]);
47   public void GetAxis(double id0[])
48     { GetAxis_9(id0); }
49
50   private native void SetRadius_10(double id0);
51   public void SetRadius(double id0)
52     { SetRadius_10(id0); }
53
54   private native double GetRadius_11();
55   public double GetRadius()
56     { return GetRadius_11(); }
57
58   private native void SetMinRadius_12(double id0);
59   public void SetMinRadius(double id0)
60     { SetMinRadius_12(id0); }
61
62   private native double GetMinRadiusMinValue_13();
63   public double GetMinRadiusMinValue()
64     { return GetMinRadiusMinValue_13(); }
65
66   private native double GetMinRadiusMaxValue_14();
67   public double GetMinRadiusMaxValue()
68     { return GetMinRadiusMaxValue_14(); }
69
70   private native double GetMinRadius_15();
71   public double GetMinRadius()
72     { return GetMinRadius_15(); }
73
74   private native void SetMaxRadius_16(double id0);
75   public void SetMaxRadius(double id0)
76     { SetMaxRadius_16(id0); }
77
78   private native double GetMaxRadiusMinValue_17();
79   public double GetMaxRadiusMinValue()
80     { return GetMaxRadiusMinValue_17(); }
81
82   private native double GetMaxRadiusMaxValue_18();
83   public double GetMaxRadiusMaxValue()
84     { return GetMaxRadiusMaxValue_18(); }
85
86   private native double GetMaxRadius_19();
87   public double GetMaxRadius()
88     { return GetMaxRadius_19(); }
89
90   private native void SetAlongXAxis_20(int id0);
91   public void SetAlongXAxis(int id0)
92     { SetAlongXAxis_20(id0); }
93
94   private native int GetAlongXAxis_21();
95   public int GetAlongXAxis()
96     { return GetAlongXAxis_21(); }
97
98   private native void AlongXAxisOn_22();
99   public void AlongXAxisOn()
100     { AlongXAxisOn_22(); }
101
102   private native void AlongXAxisOff_23();
103   public void AlongXAxisOff()
104     { AlongXAxisOff_23(); }
105
106   private native void SetAlongYAxis_24(int id0);
107   public void SetAlongYAxis(int id0)
108     { SetAlongYAxis_24(id0); }
109
110   private native int GetAlongYAxis_25();
111   public int GetAlongYAxis()
112     { return GetAlongYAxis_25(); }
113
114   private native void AlongYAxisOn_26();
115   public void AlongYAxisOn()
116     { AlongYAxisOn_26(); }
117
118   private native void AlongYAxisOff_27();
119   public void AlongYAxisOff()
120     { AlongYAxisOff_27(); }
121
122   private native void SetAlongZAxis_28(int id0);
123   public void SetAlongZAxis(int id0)
124     { SetAlongZAxis_28(id0); }
125
126   private native int GetAlongZAxis_29();
127   public int GetAlongZAxis()
128     { return GetAlongZAxis_29(); }
129
130   private native void AlongZAxisOn_30();
131   public void AlongZAxisOn()
132     { AlongZAxisOn_30(); }
133
134   private native void AlongZAxisOff_31();
135   public void AlongZAxisOff()
136     { AlongZAxisOff_31(); }
137
138   private native void SetDrawCylinder_32(int id0);
139   public void SetDrawCylinder(int id0)
140     { SetDrawCylinder_32(id0); }
141
142   private native int GetDrawCylinder_33();
143   public int GetDrawCylinder()
144     { return GetDrawCylinder_33(); }
145
146   private native void DrawCylinderOn_34();
147   public void DrawCylinderOn()
148     { DrawCylinderOn_34(); }
149
150   private native void DrawCylinderOff_35();
151   public void DrawCylinderOff()
152     { DrawCylinderOff_35(); }
153
154   private native void SetResolution_36(int id0);
155   public void SetResolution(int id0)
156     { SetResolution_36(id0); }
157
158   private native int GetResolutionMinValue_37();
159   public int GetResolutionMinValue()
160     { return GetResolutionMinValue_37(); }
161
162   private native int GetResolutionMaxValue_38();
163   public int GetResolutionMaxValue()
164     { return GetResolutionMaxValue_38(); }
165
166   private native int GetResolution_39();
167   public int GetResolution()
168     { return GetResolution_39(); }
169
170   private native void SetTubing_40(int id0);
171   public void SetTubing(int id0)
172     { SetTubing_40(id0); }
173
174   private native int GetTubing_41();
175   public int GetTubing()
176     { return GetTubing_41(); }
177
178   private native void TubingOn_42();
179   public void TubingOn()
180     { TubingOn_42(); }
181
182   private native void TubingOff_43();
183   public void TubingOff()
184     { TubingOff_43(); }
185
186   private native void SetOutlineTranslation_44(int id0);
187   public void SetOutlineTranslation(int id0)
188     { SetOutlineTranslation_44(id0); }
189
190   private native int GetOutlineTranslation_45();
191   public int GetOutlineTranslation()
192     { return GetOutlineTranslation_45(); }
193
194   private native void OutlineTranslationOn_46();
195   public void OutlineTranslationOn()
196     { OutlineTranslationOn_46(); }
197
198   private native void OutlineTranslationOff_47();
199   public void OutlineTranslationOff()
200     { OutlineTranslationOff_47(); }
201
202   private native void SetOutsideBounds_48(int id0);
203   public void SetOutsideBounds(int id0)
204     { SetOutsideBounds_48(id0); }
205
206   private native int GetOutsideBounds_49();
207   public int GetOutsideBounds()
208     { return GetOutsideBounds_49(); }
209
210   private native void OutsideBoundsOn_50();
211   public void OutsideBoundsOn()
212     { OutsideBoundsOn_50(); }
213
214   private native void OutsideBoundsOff_51();
215   public void OutsideBoundsOff()
216     { OutsideBoundsOff_51(); }
217
218   private native void SetWidgetBounds_52(double id0,double id1,double id2,double id3,double id4,double id5);
219   public void SetWidgetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
220     { SetWidgetBounds_52(id0,id1,id2,id3,id4,id5); }
221
222   private native void SetWidgetBounds_53(double id0[]);
223   public void SetWidgetBounds(double id0[])
224     { SetWidgetBounds_53(id0); }
225
226   private native double[] GetWidgetBounds_54();
227   public double[] GetWidgetBounds()
228     { return GetWidgetBounds_54(); }
229
230   private native void SetConstrainToWidgetBounds_55(int id0);
231   public void SetConstrainToWidgetBounds(int id0)
232     { SetConstrainToWidgetBounds_55(id0); }
233
234   private native int GetConstrainToWidgetBounds_56();
235   public int GetConstrainToWidgetBounds()
236     { return GetConstrainToWidgetBounds_56(); }
237
238   private native void ConstrainToWidgetBoundsOn_57();
239   public void ConstrainToWidgetBoundsOn()
240     { ConstrainToWidgetBoundsOn_57(); }
241
242   private native void ConstrainToWidgetBoundsOff_58();
243   public void ConstrainToWidgetBoundsOff()
244     { ConstrainToWidgetBoundsOff_58(); }
245
246   private native void SetScaleEnabled_59(int id0);
247   public void SetScaleEnabled(int id0)
248     { SetScaleEnabled_59(id0); }
249
250   private native int GetScaleEnabled_60();
251   public int GetScaleEnabled()
252     { return GetScaleEnabled_60(); }
253
254   private native void ScaleEnabledOn_61();
255   public void ScaleEnabledOn()
256     { ScaleEnabledOn_61(); }
257
258   private native void ScaleEnabledOff_62();
259   public void ScaleEnabledOff()
260     { ScaleEnabledOff_62(); }
261
262   private native void GetCylinder_63(vtkCylinder id0);
263   public void GetCylinder(vtkCylinder id0)
264     { GetCylinder_63(id0); }
265
266   private native void GetPolyData_64(vtkPolyData id0);
267   public void GetPolyData(vtkPolyData id0)
268     { GetPolyData_64(id0); }
269
270   private native void UpdatePlacement_65();
271   public void UpdatePlacement()
272     { UpdatePlacement_65(); }
273
274   private native long GetAxisProperty_66();
275   public vtkProperty GetAxisProperty() {
276     long temp = GetAxisProperty_66();
277
278     if (temp == 0) return null;
279     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
280 }
281
282   private native long GetSelectedAxisProperty_67();
283   public vtkProperty GetSelectedAxisProperty() {
284     long temp = GetSelectedAxisProperty_67();
285
286     if (temp == 0) return null;
287     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
288 }
289
290   private native long GetCylinderProperty_68();
291   public vtkProperty GetCylinderProperty() {
292     long temp = GetCylinderProperty_68();
293
294     if (temp == 0) return null;
295     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
296 }
297
298   private native long GetSelectedCylinderProperty_69();
299   public vtkProperty GetSelectedCylinderProperty() {
300     long temp = GetSelectedCylinderProperty_69();
301
302     if (temp == 0) return null;
303     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
304 }
305
306   private native long GetOutlineProperty_70();
307   public vtkProperty GetOutlineProperty() {
308     long temp = GetOutlineProperty_70();
309
310     if (temp == 0) return null;
311     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
312 }
313
314   private native long GetSelectedOutlineProperty_71();
315   public vtkProperty GetSelectedOutlineProperty() {
316     long temp = GetSelectedOutlineProperty_71();
317
318     if (temp == 0) return null;
319     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
320 }
321
322   private native long GetEdgesProperty_72();
323   public vtkProperty GetEdgesProperty() {
324     long temp = GetEdgesProperty_72();
325
326     if (temp == 0) return null;
327     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
328 }
329
330   private native void SetEdgeColor_73(vtkLookupTable id0);
331   public void SetEdgeColor(vtkLookupTable id0)
332     { SetEdgeColor_73(id0); }
333
334   private native void SetEdgeColor_74(double id0,double id1,double id2);
335   public void SetEdgeColor(double id0,double id1,double id2)
336     { SetEdgeColor_74(id0,id1,id2); }
337
338   private native void SetEdgeColor_75(double id0[]);
339   public void SetEdgeColor(double id0[])
340     { SetEdgeColor_75(id0); }
341
342   private native int ComputeInteractionState_76(int id0,int id1,int id2);
343   public int ComputeInteractionState(int id0,int id1,int id2)
344     { return ComputeInteractionState_76(id0,id1,id2); }
345
346   private native void PlaceWidget_77(double id0[]);
347   public void PlaceWidget(double id0[])
348     { PlaceWidget_77(id0); }
349
350   private native void BuildRepresentation_78();
351   public void BuildRepresentation()
352     { BuildRepresentation_78(); }
353
354   private native void StartWidgetInteraction_79(double id0[]);
355   public void StartWidgetInteraction(double id0[])
356     { StartWidgetInteraction_79(id0); }
357
358   private native void WidgetInteraction_80(double id0[]);
359   public void WidgetInteraction(double id0[])
360     { WidgetInteraction_80(id0); }
361
362   private native void EndWidgetInteraction_81(double id0[]);
363   public void EndWidgetInteraction(double id0[])
364     { EndWidgetInteraction_81(id0); }
365
366   private native void GetActors_82(vtkPropCollection id0);
367   public void GetActors(vtkPropCollection id0)
368     { GetActors_82(id0); }
369
370   private native void ReleaseGraphicsResources_83(vtkWindow id0);
371   public void ReleaseGraphicsResources(vtkWindow id0)
372     { ReleaseGraphicsResources_83(id0); }
373
374   private native int RenderOpaqueGeometry_84(vtkViewport id0);
375   public int RenderOpaqueGeometry(vtkViewport id0)
376     { return RenderOpaqueGeometry_84(id0); }
377
378   private native int RenderTranslucentPolygonalGeometry_85(vtkViewport id0);
379   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
380     { return RenderTranslucentPolygonalGeometry_85(id0); }
381
382   private native int HasTranslucentPolygonalGeometry_86();
383   public int HasTranslucentPolygonalGeometry()
384     { return HasTranslucentPolygonalGeometry_86(); }
385
386   private native void SetBumpDistance_87(double id0);
387   public void SetBumpDistance(double id0)
388     { SetBumpDistance_87(id0); }
389
390   private native double GetBumpDistanceMinValue_88();
391   public double GetBumpDistanceMinValue()
392     { return GetBumpDistanceMinValue_88(); }
393
394   private native double GetBumpDistanceMaxValue_89();
395   public double GetBumpDistanceMaxValue()
396     { return GetBumpDistanceMaxValue_89(); }
397
398   private native double GetBumpDistance_90();
399   public double GetBumpDistance()
400     { return GetBumpDistance_90(); }
401
402   private native void BumpCylinder_91(int id0,double id1);
403   public void BumpCylinder(int id0,double id1)
404     { BumpCylinder_91(id0,id1); }
405
406   private native void PushCylinder_92(double id0);
407   public void PushCylinder(double id0)
408     { PushCylinder_92(id0); }
409
410   private native void SetInteractionState_93(int id0);
411   public void SetInteractionState(int id0)
412     { SetInteractionState_93(id0); }
413
414   private native int GetInteractionStateMinValue_94();
415   public int GetInteractionStateMinValue()
416     { return GetInteractionStateMinValue_94(); }
417
418   private native int GetInteractionStateMaxValue_95();
419   public int GetInteractionStateMaxValue()
420     { return GetInteractionStateMaxValue_95(); }
421
422   private native void SetRepresentationState_96(int id0);
423   public void SetRepresentationState(int id0)
424     { SetRepresentationState_96(id0); }
425
426   private native int GetRepresentationState_97();
427   public int GetRepresentationState()
428     { return GetRepresentationState_97(); }
429
430   private native void RegisterPickers_98();
431   public void RegisterPickers()
432     { RegisterPickers_98(); }
433
434   public vtkImplicitCylinderRepresentation() { super(); }
435
436   public vtkImplicitCylinderRepresentation(long id) { super(id); }
437   public native long   VTKInit();
438
439 }