1 // java wrapper for vtkImplicitPlaneRepresentation object
7 public class vtkImplicitPlaneRepresentation extends vtkWidgetRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
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); }
22 private native void SetOrigin_3(double id0[]);
23 public void SetOrigin(double id0[])
26 private native double[] GetOrigin_4();
27 public double[] GetOrigin()
28 { return GetOrigin_4(); }
30 private native void GetOrigin_5(double id0[]);
31 public void GetOrigin(double id0[])
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); }
38 private native void SetNormal_7(double id0[]);
39 public void SetNormal(double id0[])
42 private native void SetNormalToCamera_8();
43 public void SetNormalToCamera()
44 { SetNormalToCamera_8(); }
46 private native double[] GetNormal_9();
47 public double[] GetNormal()
48 { return GetNormal_9(); }
50 private native void GetNormal_10(double id0[]);
51 public void GetNormal(double id0[])
52 { GetNormal_10(id0); }
54 private native void SetNormalToXAxis_11(int id0);
55 public void SetNormalToXAxis(int id0)
56 { SetNormalToXAxis_11(id0); }
58 private native int GetNormalToXAxis_12();
59 public int GetNormalToXAxis()
60 { return GetNormalToXAxis_12(); }
62 private native void NormalToXAxisOn_13();
63 public void NormalToXAxisOn()
64 { NormalToXAxisOn_13(); }
66 private native void NormalToXAxisOff_14();
67 public void NormalToXAxisOff()
68 { NormalToXAxisOff_14(); }
70 private native void SetNormalToYAxis_15(int id0);
71 public void SetNormalToYAxis(int id0)
72 { SetNormalToYAxis_15(id0); }
74 private native int GetNormalToYAxis_16();
75 public int GetNormalToYAxis()
76 { return GetNormalToYAxis_16(); }
78 private native void NormalToYAxisOn_17();
79 public void NormalToYAxisOn()
80 { NormalToYAxisOn_17(); }
82 private native void NormalToYAxisOff_18();
83 public void NormalToYAxisOff()
84 { NormalToYAxisOff_18(); }
86 private native void SetNormalToZAxis_19(int id0);
87 public void SetNormalToZAxis(int id0)
88 { SetNormalToZAxis_19(id0); }
90 private native int GetNormalToZAxis_20();
91 public int GetNormalToZAxis()
92 { return GetNormalToZAxis_20(); }
94 private native void NormalToZAxisOn_21();
95 public void NormalToZAxisOn()
96 { NormalToZAxisOn_21(); }
98 private native void NormalToZAxisOff_22();
99 public void NormalToZAxisOff()
100 { NormalToZAxisOff_22(); }
102 private native void SetLockNormalToCamera_23(int id0);
103 public void SetLockNormalToCamera(int id0)
104 { SetLockNormalToCamera_23(id0); }
106 private native int GetLockNormalToCamera_24();
107 public int GetLockNormalToCamera()
108 { return GetLockNormalToCamera_24(); }
110 private native void LockNormalToCameraOn_25();
111 public void LockNormalToCameraOn()
112 { LockNormalToCameraOn_25(); }
114 private native void LockNormalToCameraOff_26();
115 public void LockNormalToCameraOff()
116 { LockNormalToCameraOff_26(); }
118 private native void SetTubing_27(int id0);
119 public void SetTubing(int id0)
120 { SetTubing_27(id0); }
122 private native int GetTubing_28();
123 public int GetTubing()
124 { return GetTubing_28(); }
126 private native void TubingOn_29();
127 public void TubingOn()
130 private native void TubingOff_30();
131 public void TubingOff()
134 private native void SetDrawPlane_31(int id0);
135 public void SetDrawPlane(int id0)
136 { SetDrawPlane_31(id0); }
138 private native int GetDrawPlane_32();
139 public int GetDrawPlane()
140 { return GetDrawPlane_32(); }
142 private native void DrawPlaneOn_33();
143 public void DrawPlaneOn()
144 { DrawPlaneOn_33(); }
146 private native void DrawPlaneOff_34();
147 public void DrawPlaneOff()
148 { DrawPlaneOff_34(); }
150 private native void SetDrawOutline_35(int id0);
151 public void SetDrawOutline(int id0)
152 { SetDrawOutline_35(id0); }
154 private native int GetDrawOutline_36();
155 public int GetDrawOutline()
156 { return GetDrawOutline_36(); }
158 private native void DrawOutlineOn_37();
159 public void DrawOutlineOn()
160 { DrawOutlineOn_37(); }
162 private native void DrawOutlineOff_38();
163 public void DrawOutlineOff()
164 { DrawOutlineOff_38(); }
166 private native void SetOutlineTranslation_39(int id0);
167 public void SetOutlineTranslation(int id0)
168 { SetOutlineTranslation_39(id0); }
170 private native int GetOutlineTranslation_40();
171 public int GetOutlineTranslation()
172 { return GetOutlineTranslation_40(); }
174 private native void OutlineTranslationOn_41();
175 public void OutlineTranslationOn()
176 { OutlineTranslationOn_41(); }
178 private native void OutlineTranslationOff_42();
179 public void OutlineTranslationOff()
180 { OutlineTranslationOff_42(); }
182 private native void SetOutsideBounds_43(int id0);
183 public void SetOutsideBounds(int id0)
184 { SetOutsideBounds_43(id0); }
186 private native int GetOutsideBounds_44();
187 public int GetOutsideBounds()
188 { return GetOutsideBounds_44(); }
190 private native void OutsideBoundsOn_45();
191 public void OutsideBoundsOn()
192 { OutsideBoundsOn_45(); }
194 private native void OutsideBoundsOff_46();
195 public void OutsideBoundsOff()
196 { OutsideBoundsOff_46(); }
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); }
202 private native void SetWidgetBounds_48(double id0[]);
203 public void SetWidgetBounds(double id0[])
204 { SetWidgetBounds_48(id0); }
206 private native double[] GetWidgetBounds_49();
207 public double[] GetWidgetBounds()
208 { return GetWidgetBounds_49(); }
210 private native void SetConstrainToWidgetBounds_50(int id0);
211 public void SetConstrainToWidgetBounds(int id0)
212 { SetConstrainToWidgetBounds_50(id0); }
214 private native int GetConstrainToWidgetBounds_51();
215 public int GetConstrainToWidgetBounds()
216 { return GetConstrainToWidgetBounds_51(); }
218 private native void ConstrainToWidgetBoundsOn_52();
219 public void ConstrainToWidgetBoundsOn()
220 { ConstrainToWidgetBoundsOn_52(); }
222 private native void ConstrainToWidgetBoundsOff_53();
223 public void ConstrainToWidgetBoundsOff()
224 { ConstrainToWidgetBoundsOff_53(); }
226 private native void SetScaleEnabled_54(int id0);
227 public void SetScaleEnabled(int id0)
228 { SetScaleEnabled_54(id0); }
230 private native int GetScaleEnabled_55();
231 public int GetScaleEnabled()
232 { return GetScaleEnabled_55(); }
234 private native void ScaleEnabledOn_56();
235 public void ScaleEnabledOn()
236 { ScaleEnabledOn_56(); }
238 private native void ScaleEnabledOff_57();
239 public void ScaleEnabledOff()
240 { ScaleEnabledOff_57(); }
242 private native void GetPolyData_58(vtkPolyData id0);
243 public void GetPolyData(vtkPolyData id0)
244 { GetPolyData_58(id0); }
246 private native long GetPolyDataAlgorithm_59();
247 public vtkPolyDataAlgorithm GetPolyDataAlgorithm() {
248 long temp = GetPolyDataAlgorithm_59();
250 if (temp == 0) return null;
251 return (vtkPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
254 private native void GetPlane_60(vtkPlane id0);
255 public void GetPlane(vtkPlane id0)
256 { GetPlane_60(id0); }
258 private native void SetPlane_61(vtkPlane id0);
259 public void SetPlane(vtkPlane id0)
260 { SetPlane_61(id0); }
262 private native void UpdatePlacement_62();
263 public void UpdatePlacement()
264 { UpdatePlacement_62(); }
266 private native long GetNormalProperty_63();
267 public vtkProperty GetNormalProperty() {
268 long temp = GetNormalProperty_63();
270 if (temp == 0) return null;
271 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
274 private native long GetSelectedNormalProperty_64();
275 public vtkProperty GetSelectedNormalProperty() {
276 long temp = GetSelectedNormalProperty_64();
278 if (temp == 0) return null;
279 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
282 private native long GetPlaneProperty_65();
283 public vtkProperty GetPlaneProperty() {
284 long temp = GetPlaneProperty_65();
286 if (temp == 0) return null;
287 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
290 private native long GetSelectedPlaneProperty_66();
291 public vtkProperty GetSelectedPlaneProperty() {
292 long temp = GetSelectedPlaneProperty_66();
294 if (temp == 0) return null;
295 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
298 private native long GetOutlineProperty_67();
299 public vtkProperty GetOutlineProperty() {
300 long temp = GetOutlineProperty_67();
302 if (temp == 0) return null;
303 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
306 private native long GetSelectedOutlineProperty_68();
307 public vtkProperty GetSelectedOutlineProperty() {
308 long temp = GetSelectedOutlineProperty_68();
310 if (temp == 0) return null;
311 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
314 private native long GetEdgesProperty_69();
315 public vtkProperty GetEdgesProperty() {
316 long temp = GetEdgesProperty_69();
318 if (temp == 0) return null;
319 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
322 private native void SetEdgeColor_70(vtkLookupTable id0);
323 public void SetEdgeColor(vtkLookupTable id0)
324 { SetEdgeColor_70(id0); }
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); }
330 private native void SetEdgeColor_72(double id0[]);
331 public void SetEdgeColor(double id0[])
332 { SetEdgeColor_72(id0); }
334 private native void SetBumpDistance_73(double id0);
335 public void SetBumpDistance(double id0)
336 { SetBumpDistance_73(id0); }
338 private native double GetBumpDistanceMinValue_74();
339 public double GetBumpDistanceMinValue()
340 { return GetBumpDistanceMinValue_74(); }
342 private native double GetBumpDistanceMaxValue_75();
343 public double GetBumpDistanceMaxValue()
344 { return GetBumpDistanceMaxValue_75(); }
346 private native double GetBumpDistance_76();
347 public double GetBumpDistance()
348 { return GetBumpDistance_76(); }
350 private native void BumpPlane_77(int id0,double id1);
351 public void BumpPlane(int id0,double id1)
352 { BumpPlane_77(id0,id1); }
354 private native void PushPlane_78(double id0);
355 public void PushPlane(double id0)
356 { PushPlane_78(id0); }
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); }
362 private native void PlaceWidget_80(double id0[]);
363 public void PlaceWidget(double id0[])
364 { PlaceWidget_80(id0); }
366 private native void BuildRepresentation_81();
367 public void BuildRepresentation()
368 { BuildRepresentation_81(); }
370 private native void StartWidgetInteraction_82(double id0[]);
371 public void StartWidgetInteraction(double id0[])
372 { StartWidgetInteraction_82(id0); }
374 private native void WidgetInteraction_83(double id0[]);
375 public void WidgetInteraction(double id0[])
376 { WidgetInteraction_83(id0); }
378 private native void EndWidgetInteraction_84(double id0[]);
379 public void EndWidgetInteraction(double id0[])
380 { EndWidgetInteraction_84(id0); }
382 private native double[] GetBounds_85();
383 public double[] GetBounds()
384 { return GetBounds_85(); }
386 private native void GetActors_86(vtkPropCollection id0);
387 public void GetActors(vtkPropCollection id0)
388 { GetActors_86(id0); }
390 private native void ReleaseGraphicsResources_87(vtkWindow id0);
391 public void ReleaseGraphicsResources(vtkWindow id0)
392 { ReleaseGraphicsResources_87(id0); }
394 private native int RenderOpaqueGeometry_88(vtkViewport id0);
395 public int RenderOpaqueGeometry(vtkViewport id0)
396 { return RenderOpaqueGeometry_88(id0); }
398 private native int RenderTranslucentPolygonalGeometry_89(vtkViewport id0);
399 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
400 { return RenderTranslucentPolygonalGeometry_89(id0); }
402 private native int HasTranslucentPolygonalGeometry_90();
403 public int HasTranslucentPolygonalGeometry()
404 { return HasTranslucentPolygonalGeometry_90(); }
406 private native void SetInteractionState_91(int id0);
407 public void SetInteractionState(int id0)
408 { SetInteractionState_91(id0); }
410 private native int GetInteractionStateMinValue_92();
411 public int GetInteractionStateMinValue()
412 { return GetInteractionStateMinValue_92(); }
414 private native int GetInteractionStateMaxValue_93();
415 public int GetInteractionStateMaxValue()
416 { return GetInteractionStateMaxValue_93(); }
418 private native void SetRepresentationState_94(int id0);
419 public void SetRepresentationState(int id0)
420 { SetRepresentationState_94(id0); }
422 private native int GetRepresentationState_95();
423 public int GetRepresentationState()
424 { return GetRepresentationState_95(); }
426 private native long GetUnderlyingPlane_96();
427 public vtkPlane GetUnderlyingPlane() {
428 long temp = GetUnderlyingPlane_96();
430 if (temp == 0) return null;
431 return (vtkPlane)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
434 private native void SetCropPlaneToBoundingBox_97(boolean id0);
435 public void SetCropPlaneToBoundingBox(boolean id0)
436 { SetCropPlaneToBoundingBox_97(id0); }
438 private native boolean GetCropPlaneToBoundingBox_98();
439 public boolean GetCropPlaneToBoundingBox()
440 { return GetCropPlaneToBoundingBox_98(); }
442 private native void CropPlaneToBoundingBoxOn_99();
443 public void CropPlaneToBoundingBoxOn()
444 { CropPlaneToBoundingBoxOn_99(); }
446 private native void CropPlaneToBoundingBoxOff_100();
447 public void CropPlaneToBoundingBoxOff()
448 { CropPlaneToBoundingBoxOff_100(); }
450 private native boolean GetSnapToAxes_101();
451 public boolean GetSnapToAxes()
452 { return GetSnapToAxes_101(); }
454 private native void SetSnapToAxes_102(boolean id0);
455 public void SetSnapToAxes(boolean id0)
456 { SetSnapToAxes_102(id0); }
458 public vtkImplicitPlaneRepresentation() { super(); }
460 public vtkImplicitPlaneRepresentation(long id) { super(id); }
461 public native long VTKInit();