1 // java wrapper for vtkRectilinearWipeRepresentation object
7 public class vtkRectilinearWipeRepresentation 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 SetRectilinearWipe_2(vtkImageRectilinearWipe id0);
19 public void SetRectilinearWipe(vtkImageRectilinearWipe id0)
20 { SetRectilinearWipe_2(id0); }
22 private native long GetRectilinearWipe_3();
23 public vtkImageRectilinearWipe GetRectilinearWipe() {
24 long temp = GetRectilinearWipe_3();
26 if (temp == 0) return null;
27 return (vtkImageRectilinearWipe)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetImageActor_4(vtkImageActor id0);
31 public void SetImageActor(vtkImageActor id0)
32 { SetImageActor_4(id0); }
34 private native long GetImageActor_5();
35 public vtkImageActor GetImageActor() {
36 long temp = GetImageActor_5();
38 if (temp == 0) return null;
39 return (vtkImageActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
42 private native void SetTolerance_6(int id0);
43 public void SetTolerance(int id0)
44 { SetTolerance_6(id0); }
46 private native int GetToleranceMinValue_7();
47 public int GetToleranceMinValue()
48 { return GetToleranceMinValue_7(); }
50 private native int GetToleranceMaxValue_8();
51 public int GetToleranceMaxValue()
52 { return GetToleranceMaxValue_8(); }
54 private native int GetTolerance_9();
55 public int GetTolerance()
56 { return GetTolerance_9(); }
58 private native long GetProperty_10();
59 public vtkProperty2D GetProperty() {
60 long temp = GetProperty_10();
62 if (temp == 0) return null;
63 return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 private native void BuildRepresentation_11();
67 public void BuildRepresentation()
68 { BuildRepresentation_11(); }
70 private native void StartWidgetInteraction_12(double id0[]);
71 public void StartWidgetInteraction(double id0[])
72 { StartWidgetInteraction_12(id0); }
74 private native void WidgetInteraction_13(double id0[]);
75 public void WidgetInteraction(double id0[])
76 { WidgetInteraction_13(id0); }
78 private native int ComputeInteractionState_14(int id0,int id1,int id2);
79 public int ComputeInteractionState(int id0,int id1,int id2)
80 { return ComputeInteractionState_14(id0,id1,id2); }
82 private native void GetActors2D_15(vtkPropCollection id0);
83 public void GetActors2D(vtkPropCollection id0)
84 { GetActors2D_15(id0); }
86 private native void ReleaseGraphicsResources_16(vtkWindow id0);
87 public void ReleaseGraphicsResources(vtkWindow id0)
88 { ReleaseGraphicsResources_16(id0); }
90 private native int RenderOverlay_17(vtkViewport id0);
91 public int RenderOverlay(vtkViewport id0)
92 { return RenderOverlay_17(id0); }
94 private native int RenderOpaqueGeometry_18(vtkViewport id0);
95 public int RenderOpaqueGeometry(vtkViewport id0)
96 { return RenderOpaqueGeometry_18(id0); }
98 private native int RenderTranslucentPolygonalGeometry_19(vtkViewport id0);
99 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
100 { return RenderTranslucentPolygonalGeometry_19(id0); }
102 private native int HasTranslucentPolygonalGeometry_20();
103 public int HasTranslucentPolygonalGeometry()
104 { return HasTranslucentPolygonalGeometry_20(); }
106 public vtkRectilinearWipeRepresentation() { super(); }
108 public vtkRectilinearWipeRepresentation(long id) { super(id); }
109 public native long VTKInit();