]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImplicitPlaneRepresentation.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkImplicitPlaneRepresentation.java
1 // java wrapper for vtkImplicitPlaneRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImplicitPlaneRepresentation 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 SetOrigin_2(double id0,double id1,double id2);
19   public void SetOrigin(double id0,double id1,double id2)
20     { SetOrigin_2(id0,id1,id2); }
21
22   private native void SetOrigin_3(double id0[]);
23   public void SetOrigin(double id0[])
24     { SetOrigin_3(id0); }
25
26   private native double[] GetOrigin_4();
27   public double[] GetOrigin()
28     { return GetOrigin_4(); }
29
30   private native void GetOrigin_5(double id0[]);
31   public void GetOrigin(double id0[])
32     { GetOrigin_5(id0); }
33
34   private native void SetNormal_6(double id0,double id1,double id2);
35   public void SetNormal(double id0,double id1,double id2)
36     { SetNormal_6(id0,id1,id2); }
37
38   private native void SetNormal_7(double id0[]);
39   public void SetNormal(double id0[])
40     { SetNormal_7(id0); }
41
42   private native void SetNormalToCamera_8();
43   public void SetNormalToCamera()
44     { SetNormalToCamera_8(); }
45
46   private native double[] GetNormal_9();
47   public double[] GetNormal()
48     { return GetNormal_9(); }
49
50   private native void GetNormal_10(double id0[]);
51   public void GetNormal(double id0[])
52     { GetNormal_10(id0); }
53
54   private native void SetNormalToXAxis_11(int id0);
55   public void SetNormalToXAxis(int id0)
56     { SetNormalToXAxis_11(id0); }
57
58   private native int GetNormalToXAxis_12();
59   public int GetNormalToXAxis()
60     { return GetNormalToXAxis_12(); }
61
62   private native void NormalToXAxisOn_13();
63   public void NormalToXAxisOn()
64     { NormalToXAxisOn_13(); }
65
66   private native void NormalToXAxisOff_14();
67   public void NormalToXAxisOff()
68     { NormalToXAxisOff_14(); }
69
70   private native void SetNormalToYAxis_15(int id0);
71   public void SetNormalToYAxis(int id0)
72     { SetNormalToYAxis_15(id0); }
73
74   private native int GetNormalToYAxis_16();
75   public int GetNormalToYAxis()
76     { return GetNormalToYAxis_16(); }
77
78   private native void NormalToYAxisOn_17();
79   public void NormalToYAxisOn()
80     { NormalToYAxisOn_17(); }
81
82   private native void NormalToYAxisOff_18();
83   public void NormalToYAxisOff()
84     { NormalToYAxisOff_18(); }
85
86   private native void SetNormalToZAxis_19(int id0);
87   public void SetNormalToZAxis(int id0)
88     { SetNormalToZAxis_19(id0); }
89
90   private native int GetNormalToZAxis_20();
91   public int GetNormalToZAxis()
92     { return GetNormalToZAxis_20(); }
93
94   private native void NormalToZAxisOn_21();
95   public void NormalToZAxisOn()
96     { NormalToZAxisOn_21(); }
97
98   private native void NormalToZAxisOff_22();
99   public void NormalToZAxisOff()
100     { NormalToZAxisOff_22(); }
101
102   private native void SetLockNormalToCamera_23(int id0);
103   public void SetLockNormalToCamera(int id0)
104     { SetLockNormalToCamera_23(id0); }
105
106   private native int GetLockNormalToCamera_24();
107   public int GetLockNormalToCamera()
108     { return GetLockNormalToCamera_24(); }
109
110   private native void LockNormalToCameraOn_25();
111   public void LockNormalToCameraOn()
112     { LockNormalToCameraOn_25(); }
113
114   private native void LockNormalToCameraOff_26();
115   public void LockNormalToCameraOff()
116     { LockNormalToCameraOff_26(); }
117
118   private native void SetTubing_27(int id0);
119   public void SetTubing(int id0)
120     { SetTubing_27(id0); }
121
122   private native int GetTubing_28();
123   public int GetTubing()
124     { return GetTubing_28(); }
125
126   private native void TubingOn_29();
127   public void TubingOn()
128     { TubingOn_29(); }
129
130   private native void TubingOff_30();
131   public void TubingOff()
132     { TubingOff_30(); }
133
134   private native void SetDrawPlane_31(int id0);
135   public void SetDrawPlane(int id0)
136     { SetDrawPlane_31(id0); }
137
138   private native int GetDrawPlane_32();
139   public int GetDrawPlane()
140     { return GetDrawPlane_32(); }
141
142   private native void DrawPlaneOn_33();
143   public void DrawPlaneOn()
144     { DrawPlaneOn_33(); }
145
146   private native void DrawPlaneOff_34();
147   public void DrawPlaneOff()
148     { DrawPlaneOff_34(); }
149
150   private native void SetDrawOutline_35(int id0);
151   public void SetDrawOutline(int id0)
152     { SetDrawOutline_35(id0); }
153
154   private native int GetDrawOutline_36();
155   public int GetDrawOutline()
156     { return GetDrawOutline_36(); }
157
158   private native void DrawOutlineOn_37();
159   public void DrawOutlineOn()
160     { DrawOutlineOn_37(); }
161
162   private native void DrawOutlineOff_38();
163   public void DrawOutlineOff()
164     { DrawOutlineOff_38(); }
165
166   private native void SetOutlineTranslation_39(int id0);
167   public void SetOutlineTranslation(int id0)
168     { SetOutlineTranslation_39(id0); }
169
170   private native int GetOutlineTranslation_40();
171   public int GetOutlineTranslation()
172     { return GetOutlineTranslation_40(); }
173
174   private native void OutlineTranslationOn_41();
175   public void OutlineTranslationOn()
176     { OutlineTranslationOn_41(); }
177
178   private native void OutlineTranslationOff_42();
179   public void OutlineTranslationOff()
180     { OutlineTranslationOff_42(); }
181
182   private native void SetOutsideBounds_43(int id0);
183   public void SetOutsideBounds(int id0)
184     { SetOutsideBounds_43(id0); }
185
186   private native int GetOutsideBounds_44();
187   public int GetOutsideBounds()
188     { return GetOutsideBounds_44(); }
189
190   private native void OutsideBoundsOn_45();
191   public void OutsideBoundsOn()
192     { OutsideBoundsOn_45(); }
193
194   private native void OutsideBoundsOff_46();
195   public void OutsideBoundsOff()
196     { OutsideBoundsOff_46(); }
197
198   private native void SetWidgetBounds_47(double id0,double id1,double id2,double id3,double id4,double id5);
199   public void SetWidgetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
200     { SetWidgetBounds_47(id0,id1,id2,id3,id4,id5); }
201
202   private native void SetWidgetBounds_48(double id0[]);
203   public void SetWidgetBounds(double id0[])
204     { SetWidgetBounds_48(id0); }
205
206   private native double[] GetWidgetBounds_49();
207   public double[] GetWidgetBounds()
208     { return GetWidgetBounds_49(); }
209
210   private native void SetConstrainToWidgetBounds_50(int id0);
211   public void SetConstrainToWidgetBounds(int id0)
212     { SetConstrainToWidgetBounds_50(id0); }
213
214   private native int GetConstrainToWidgetBounds_51();
215   public int GetConstrainToWidgetBounds()
216     { return GetConstrainToWidgetBounds_51(); }
217
218   private native void ConstrainToWidgetBoundsOn_52();
219   public void ConstrainToWidgetBoundsOn()
220     { ConstrainToWidgetBoundsOn_52(); }
221
222   private native void ConstrainToWidgetBoundsOff_53();
223   public void ConstrainToWidgetBoundsOff()
224     { ConstrainToWidgetBoundsOff_53(); }
225
226   private native void SetScaleEnabled_54(int id0);
227   public void SetScaleEnabled(int id0)
228     { SetScaleEnabled_54(id0); }
229
230   private native int GetScaleEnabled_55();
231   public int GetScaleEnabled()
232     { return GetScaleEnabled_55(); }
233
234   private native void ScaleEnabledOn_56();
235   public void ScaleEnabledOn()
236     { ScaleEnabledOn_56(); }
237
238   private native void ScaleEnabledOff_57();
239   public void ScaleEnabledOff()
240     { ScaleEnabledOff_57(); }
241
242   private native void GetPolyData_58(vtkPolyData id0);
243   public void GetPolyData(vtkPolyData id0)
244     { GetPolyData_58(id0); }
245
246   private native long GetPolyDataAlgorithm_59();
247   public vtkPolyDataAlgorithm GetPolyDataAlgorithm() {
248     long temp = GetPolyDataAlgorithm_59();
249
250     if (temp == 0) return null;
251     return (vtkPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
252 }
253
254   private native void GetPlane_60(vtkPlane id0);
255   public void GetPlane(vtkPlane id0)
256     { GetPlane_60(id0); }
257
258   private native void SetPlane_61(vtkPlane id0);
259   public void SetPlane(vtkPlane id0)
260     { SetPlane_61(id0); }
261
262   private native void UpdatePlacement_62();
263   public void UpdatePlacement()
264     { UpdatePlacement_62(); }
265
266   private native long GetNormalProperty_63();
267   public vtkProperty GetNormalProperty() {
268     long temp = GetNormalProperty_63();
269
270     if (temp == 0) return null;
271     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
272 }
273
274   private native long GetSelectedNormalProperty_64();
275   public vtkProperty GetSelectedNormalProperty() {
276     long temp = GetSelectedNormalProperty_64();
277
278     if (temp == 0) return null;
279     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
280 }
281
282   private native long GetPlaneProperty_65();
283   public vtkProperty GetPlaneProperty() {
284     long temp = GetPlaneProperty_65();
285
286     if (temp == 0) return null;
287     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
288 }
289
290   private native long GetSelectedPlaneProperty_66();
291   public vtkProperty GetSelectedPlaneProperty() {
292     long temp = GetSelectedPlaneProperty_66();
293
294     if (temp == 0) return null;
295     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
296 }
297
298   private native long GetOutlineProperty_67();
299   public vtkProperty GetOutlineProperty() {
300     long temp = GetOutlineProperty_67();
301
302     if (temp == 0) return null;
303     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
304 }
305
306   private native long GetSelectedOutlineProperty_68();
307   public vtkProperty GetSelectedOutlineProperty() {
308     long temp = GetSelectedOutlineProperty_68();
309
310     if (temp == 0) return null;
311     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
312 }
313
314   private native long GetEdgesProperty_69();
315   public vtkProperty GetEdgesProperty() {
316     long temp = GetEdgesProperty_69();
317
318     if (temp == 0) return null;
319     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
320 }
321
322   private native void SetEdgeColor_70(vtkLookupTable id0);
323   public void SetEdgeColor(vtkLookupTable id0)
324     { SetEdgeColor_70(id0); }
325
326   private native void SetEdgeColor_71(double id0,double id1,double id2);
327   public void SetEdgeColor(double id0,double id1,double id2)
328     { SetEdgeColor_71(id0,id1,id2); }
329
330   private native void SetEdgeColor_72(double id0[]);
331   public void SetEdgeColor(double id0[])
332     { SetEdgeColor_72(id0); }
333
334   private native void SetBumpDistance_73(double id0);
335   public void SetBumpDistance(double id0)
336     { SetBumpDistance_73(id0); }
337
338   private native double GetBumpDistanceMinValue_74();
339   public double GetBumpDistanceMinValue()
340     { return GetBumpDistanceMinValue_74(); }
341
342   private native double GetBumpDistanceMaxValue_75();
343   public double GetBumpDistanceMaxValue()
344     { return GetBumpDistanceMaxValue_75(); }
345
346   private native double GetBumpDistance_76();
347   public double GetBumpDistance()
348     { return GetBumpDistance_76(); }
349
350   private native void BumpPlane_77(int id0,double id1);
351   public void BumpPlane(int id0,double id1)
352     { BumpPlane_77(id0,id1); }
353
354   private native void PushPlane_78(double id0);
355   public void PushPlane(double id0)
356     { PushPlane_78(id0); }
357
358   private native int ComputeInteractionState_79(int id0,int id1,int id2);
359   public int ComputeInteractionState(int id0,int id1,int id2)
360     { return ComputeInteractionState_79(id0,id1,id2); }
361
362   private native void PlaceWidget_80(double id0[]);
363   public void PlaceWidget(double id0[])
364     { PlaceWidget_80(id0); }
365
366   private native void BuildRepresentation_81();
367   public void BuildRepresentation()
368     { BuildRepresentation_81(); }
369
370   private native void StartWidgetInteraction_82(double id0[]);
371   public void StartWidgetInteraction(double id0[])
372     { StartWidgetInteraction_82(id0); }
373
374   private native void WidgetInteraction_83(double id0[]);
375   public void WidgetInteraction(double id0[])
376     { WidgetInteraction_83(id0); }
377
378   private native void EndWidgetInteraction_84(double id0[]);
379   public void EndWidgetInteraction(double id0[])
380     { EndWidgetInteraction_84(id0); }
381
382   private native double[] GetBounds_85();
383   public double[] GetBounds()
384     { return GetBounds_85(); }
385
386   private native void GetActors_86(vtkPropCollection id0);
387   public void GetActors(vtkPropCollection id0)
388     { GetActors_86(id0); }
389
390   private native void ReleaseGraphicsResources_87(vtkWindow id0);
391   public void ReleaseGraphicsResources(vtkWindow id0)
392     { ReleaseGraphicsResources_87(id0); }
393
394   private native int RenderOpaqueGeometry_88(vtkViewport id0);
395   public int RenderOpaqueGeometry(vtkViewport id0)
396     { return RenderOpaqueGeometry_88(id0); }
397
398   private native int RenderTranslucentPolygonalGeometry_89(vtkViewport id0);
399   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
400     { return RenderTranslucentPolygonalGeometry_89(id0); }
401
402   private native int HasTranslucentPolygonalGeometry_90();
403   public int HasTranslucentPolygonalGeometry()
404     { return HasTranslucentPolygonalGeometry_90(); }
405
406   private native void SetInteractionState_91(int id0);
407   public void SetInteractionState(int id0)
408     { SetInteractionState_91(id0); }
409
410   private native int GetInteractionStateMinValue_92();
411   public int GetInteractionStateMinValue()
412     { return GetInteractionStateMinValue_92(); }
413
414   private native int GetInteractionStateMaxValue_93();
415   public int GetInteractionStateMaxValue()
416     { return GetInteractionStateMaxValue_93(); }
417
418   private native void SetRepresentationState_94(int id0);
419   public void SetRepresentationState(int id0)
420     { SetRepresentationState_94(id0); }
421
422   private native int GetRepresentationState_95();
423   public int GetRepresentationState()
424     { return GetRepresentationState_95(); }
425
426   private native long GetUnderlyingPlane_96();
427   public vtkPlane GetUnderlyingPlane() {
428     long temp = GetUnderlyingPlane_96();
429
430     if (temp == 0) return null;
431     return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
432 }
433
434   private native void SetCropPlaneToBoundingBox_97(boolean id0);
435   public void SetCropPlaneToBoundingBox(boolean id0)
436     { SetCropPlaneToBoundingBox_97(id0); }
437
438   private native boolean GetCropPlaneToBoundingBox_98();
439   public boolean GetCropPlaneToBoundingBox()
440     { return GetCropPlaneToBoundingBox_98(); }
441
442   private native void CropPlaneToBoundingBoxOn_99();
443   public void CropPlaneToBoundingBoxOn()
444     { CropPlaneToBoundingBoxOn_99(); }
445
446   private native void CropPlaneToBoundingBoxOff_100();
447   public void CropPlaneToBoundingBoxOff()
448     { CropPlaneToBoundingBoxOff_100(); }
449
450   private native boolean GetSnapToAxes_101();
451   public boolean GetSnapToAxes()
452     { return GetSnapToAxes_101(); }
453
454   private native void SetSnapToAxes_102(boolean id0);
455   public void SetSnapToAxes(boolean id0)
456     { SetSnapToAxes_102(id0); }
457
458   public vtkImplicitPlaneRepresentation() { super(); }
459
460   public vtkImplicitPlaneRepresentation(long id) { super(id); }
461   public native long   VTKInit();
462
463 }