1 // java wrapper for vtkFinitePlaneRepresentation object
7 public class vtkFinitePlaneRepresentation 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 GetPolyData_2(vtkPolyData id0);
19 public void GetPolyData(vtkPolyData id0)
20 { GetPolyData_2(id0); }
22 private native long GetV1HandleProperty_3();
23 public vtkProperty GetV1HandleProperty() {
24 long temp = GetV1HandleProperty_3();
26 if (temp == 0) return null;
27 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native long GetV2HandleProperty_4();
31 public vtkProperty GetV2HandleProperty() {
32 long temp = GetV2HandleProperty_4();
34 if (temp == 0) return null;
35 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
38 private native long GetSelectedHandleProperty_5();
39 public vtkProperty GetSelectedHandleProperty() {
40 long temp = GetSelectedHandleProperty_5();
42 if (temp == 0) return null;
43 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
46 private native long GetPlaneProperty_6();
47 public vtkProperty GetPlaneProperty() {
48 long temp = GetPlaneProperty_6();
50 if (temp == 0) return null;
51 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
54 private native long GetSelectedPlaneProperty_7();
55 public vtkProperty GetSelectedPlaneProperty() {
56 long temp = GetSelectedPlaneProperty_7();
58 if (temp == 0) return null;
59 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
62 private native void SetTubing_8(boolean id0);
63 public void SetTubing(boolean id0)
66 private native boolean GetTubing_9();
67 public boolean GetTubing()
68 { return GetTubing_9(); }
70 private native void TubingOn_10();
71 public void TubingOn()
74 private native void TubingOff_11();
75 public void TubingOff()
78 private native void SetDrawPlane_12(boolean id0);
79 public void SetDrawPlane(boolean id0)
80 { SetDrawPlane_12(id0); }
82 private native boolean GetDrawPlane_13();
83 public boolean GetDrawPlane()
84 { return GetDrawPlane_13(); }
86 private native void DrawPlaneOn_14();
87 public void DrawPlaneOn()
90 private native void DrawPlaneOff_15();
91 public void DrawPlaneOff()
92 { DrawPlaneOff_15(); }
94 private native void SetHandles_16(boolean id0);
95 public void SetHandles(boolean id0)
96 { SetHandles_16(id0); }
98 private native void HandlesOn_17();
99 public void HandlesOn()
102 private native void HandlesOff_18();
103 public void HandlesOff()
106 private native void PlaceWidget_19(double id0[]);
107 public void PlaceWidget(double id0[])
108 { PlaceWidget_19(id0); }
110 private native void BuildRepresentation_20();
111 public void BuildRepresentation()
112 { BuildRepresentation_20(); }
114 private native int ComputeInteractionState_21(int id0,int id1,int id2);
115 public int ComputeInteractionState(int id0,int id1,int id2)
116 { return ComputeInteractionState_21(id0,id1,id2); }
118 private native void StartWidgetInteraction_22(double id0[]);
119 public void StartWidgetInteraction(double id0[])
120 { StartWidgetInteraction_22(id0); }
122 private native void WidgetInteraction_23(double id0[]);
123 public void WidgetInteraction(double id0[])
124 { WidgetInteraction_23(id0); }
126 private native void ReleaseGraphicsResources_24(vtkWindow id0);
127 public void ReleaseGraphicsResources(vtkWindow id0)
128 { ReleaseGraphicsResources_24(id0); }
130 private native int RenderOpaqueGeometry_25(vtkViewport id0);
131 public int RenderOpaqueGeometry(vtkViewport id0)
132 { return RenderOpaqueGeometry_25(id0); }
134 private native int RenderTranslucentPolygonalGeometry_26(vtkViewport id0);
135 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
136 { return RenderTranslucentPolygonalGeometry_26(id0); }
138 private native int HasTranslucentPolygonalGeometry_27();
139 public int HasTranslucentPolygonalGeometry()
140 { return HasTranslucentPolygonalGeometry_27(); }
142 private native void SetInteractionState_28(int id0);
143 public void SetInteractionState(int id0)
144 { SetInteractionState_28(id0); }
146 private native int GetInteractionStateMinValue_29();
147 public int GetInteractionStateMinValue()
148 { return GetInteractionStateMinValue_29(); }
150 private native int GetInteractionStateMaxValue_30();
151 public int GetInteractionStateMaxValue()
152 { return GetInteractionStateMaxValue_30(); }
154 private native void SetOrigin_31(double id0,double id1,double id2);
155 public void SetOrigin(double id0,double id1,double id2)
156 { SetOrigin_31(id0,id1,id2); }
158 private native void SetOrigin_32(double id0[]);
159 public void SetOrigin(double id0[])
160 { SetOrigin_32(id0); }
162 private native double[] GetOrigin_33();
163 public double[] GetOrigin()
164 { return GetOrigin_33(); }
166 private native void SetNormal_34(double id0,double id1,double id2);
167 public void SetNormal(double id0,double id1,double id2)
168 { SetNormal_34(id0,id1,id2); }
170 private native void SetNormal_35(double id0[]);
171 public void SetNormal(double id0[])
172 { SetNormal_35(id0); }
174 private native double[] GetNormal_36();
175 public double[] GetNormal()
176 { return GetNormal_36(); }
178 private native void SetV1_37(double id0,double id1);
179 public void SetV1(double id0,double id1)
180 { SetV1_37(id0,id1); }
182 private native void SetV1_38(double id0[]);
183 public void SetV1(double id0[])
186 private native double[] GetV1_39();
187 public double[] GetV1()
188 { return GetV1_39(); }
190 private native void SetV2_40(double id0,double id1);
191 public void SetV2(double id0,double id1)
192 { SetV2_40(id0,id1); }
194 private native void SetV2_41(double id0[]);
195 public void SetV2(double id0[])
198 private native double[] GetV2_42();
199 public double[] GetV2()
200 { return GetV2_42(); }
202 private native void SetRepresentationState_43(int id0);
203 public void SetRepresentationState(int id0)
204 { SetRepresentationState_43(id0); }
206 private native int GetRepresentationState_44();
207 public int GetRepresentationState()
208 { return GetRepresentationState_44(); }
210 private native long GetNormalProperty_45();
211 public vtkProperty GetNormalProperty() {
212 long temp = GetNormalProperty_45();
214 if (temp == 0) return null;
215 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
218 private native long GetSelectedNormalProperty_46();
219 public vtkProperty GetSelectedNormalProperty() {
220 long temp = GetSelectedNormalProperty_46();
222 if (temp == 0) return null;
223 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
226 private native void RegisterPickers_47();
227 public void RegisterPickers()
228 { RegisterPickers_47(); }
230 public vtkFinitePlaneRepresentation() { super(); }
232 public vtkFinitePlaneRepresentation(long id) { super(id); }
233 public native long VTKInit();