1 // java wrapper for vtkSphereWidget object
7 public class vtkSphereWidget extends vtk3DWidget
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 SetEnabled_2(int id0);
19 public void SetEnabled(int id0)
20 { SetEnabled_2(id0); }
22 private native void PlaceWidget_3(double id0[]);
23 public void PlaceWidget(double id0[])
24 { PlaceWidget_3(id0); }
26 private native void PlaceWidget_4();
27 public void PlaceWidget()
30 private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5);
31 public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5)
32 { PlaceWidget_5(id0,id1,id2,id3,id4,id5); }
34 private native void SetRepresentation_6(int id0);
35 public void SetRepresentation(int id0)
36 { SetRepresentation_6(id0); }
38 private native int GetRepresentationMinValue_7();
39 public int GetRepresentationMinValue()
40 { return GetRepresentationMinValue_7(); }
42 private native int GetRepresentationMaxValue_8();
43 public int GetRepresentationMaxValue()
44 { return GetRepresentationMaxValue_8(); }
46 private native int GetRepresentation_9();
47 public int GetRepresentation()
48 { return GetRepresentation_9(); }
50 private native void SetRepresentationToOff_10();
51 public void SetRepresentationToOff()
52 { SetRepresentationToOff_10(); }
54 private native void SetRepresentationToWireframe_11();
55 public void SetRepresentationToWireframe()
56 { SetRepresentationToWireframe_11(); }
58 private native void SetRepresentationToSurface_12();
59 public void SetRepresentationToSurface()
60 { SetRepresentationToSurface_12(); }
62 private native void SetThetaResolution_13(int id0);
63 public void SetThetaResolution(int id0)
64 { SetThetaResolution_13(id0); }
66 private native int GetThetaResolution_14();
67 public int GetThetaResolution()
68 { return GetThetaResolution_14(); }
70 private native void SetPhiResolution_15(int id0);
71 public void SetPhiResolution(int id0)
72 { SetPhiResolution_15(id0); }
74 private native int GetPhiResolution_16();
75 public int GetPhiResolution()
76 { return GetPhiResolution_16(); }
78 private native void SetRadius_17(double id0);
79 public void SetRadius(double id0)
80 { SetRadius_17(id0); }
82 private native double GetRadius_18();
83 public double GetRadius()
84 { return GetRadius_18(); }
86 private native void SetCenter_19(double id0,double id1,double id2);
87 public void SetCenter(double id0,double id1,double id2)
88 { SetCenter_19(id0,id1,id2); }
90 private native void SetCenter_20(double id0[]);
91 public void SetCenter(double id0[])
92 { SetCenter_20(id0); }
94 private native double[] GetCenter_21();
95 public double[] GetCenter()
96 { return GetCenter_21(); }
98 private native void GetCenter_22(double id0[]);
99 public void GetCenter(double id0[])
100 { GetCenter_22(id0); }
102 private native void SetTranslation_23(int id0);
103 public void SetTranslation(int id0)
104 { SetTranslation_23(id0); }
106 private native int GetTranslation_24();
107 public int GetTranslation()
108 { return GetTranslation_24(); }
110 private native void TranslationOn_25();
111 public void TranslationOn()
112 { TranslationOn_25(); }
114 private native void TranslationOff_26();
115 public void TranslationOff()
116 { TranslationOff_26(); }
118 private native void SetScale_27(int id0);
119 public void SetScale(int id0)
120 { SetScale_27(id0); }
122 private native int GetScale_28();
123 public int GetScale()
124 { return GetScale_28(); }
126 private native void ScaleOn_29();
127 public void ScaleOn()
130 private native void ScaleOff_30();
131 public void ScaleOff()
134 private native void SetHandleVisibility_31(int id0);
135 public void SetHandleVisibility(int id0)
136 { SetHandleVisibility_31(id0); }
138 private native int GetHandleVisibility_32();
139 public int GetHandleVisibility()
140 { return GetHandleVisibility_32(); }
142 private native void HandleVisibilityOn_33();
143 public void HandleVisibilityOn()
144 { HandleVisibilityOn_33(); }
146 private native void HandleVisibilityOff_34();
147 public void HandleVisibilityOff()
148 { HandleVisibilityOff_34(); }
150 private native void SetHandleDirection_35(double id0,double id1,double id2);
151 public void SetHandleDirection(double id0,double id1,double id2)
152 { SetHandleDirection_35(id0,id1,id2); }
154 private native void SetHandleDirection_36(double id0[]);
155 public void SetHandleDirection(double id0[])
156 { SetHandleDirection_36(id0); }
158 private native double[] GetHandleDirection_37();
159 public double[] GetHandleDirection()
160 { return GetHandleDirection_37(); }
162 private native double[] GetHandlePosition_38();
163 public double[] GetHandlePosition()
164 { return GetHandlePosition_38(); }
166 private native void GetPolyData_39(vtkPolyData id0);
167 public void GetPolyData(vtkPolyData id0)
168 { GetPolyData_39(id0); }
170 private native void GetSphere_40(vtkSphere id0);
171 public void GetSphere(vtkSphere id0)
172 { GetSphere_40(id0); }
174 private native long GetSphereProperty_41();
175 public vtkProperty GetSphereProperty() {
176 long temp = GetSphereProperty_41();
178 if (temp == 0) return null;
179 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
182 private native long GetSelectedSphereProperty_42();
183 public vtkProperty GetSelectedSphereProperty() {
184 long temp = GetSelectedSphereProperty_42();
186 if (temp == 0) return null;
187 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
190 private native long GetHandleProperty_43();
191 public vtkProperty GetHandleProperty() {
192 long temp = GetHandleProperty_43();
194 if (temp == 0) return null;
195 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
198 private native long GetSelectedHandleProperty_44();
199 public vtkProperty GetSelectedHandleProperty() {
200 long temp = GetSelectedHandleProperty_44();
202 if (temp == 0) return null;
203 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
206 public vtkSphereWidget() { super(); }
208 public vtkSphereWidget(long id) { super(id); }
209 public native long VTKInit();