]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSphereRepresentation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSphereRepresentation.java
1 // java wrapper for vtkSphereRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSphereRepresentation 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 SetRepresentation_2(int id0);
19   public void SetRepresentation(int id0)
20     { SetRepresentation_2(id0); }
21
22   private native int GetRepresentationMinValue_3();
23   public int GetRepresentationMinValue()
24     { return GetRepresentationMinValue_3(); }
25
26   private native int GetRepresentationMaxValue_4();
27   public int GetRepresentationMaxValue()
28     { return GetRepresentationMaxValue_4(); }
29
30   private native int GetRepresentation_5();
31   public int GetRepresentation()
32     { return GetRepresentation_5(); }
33
34   private native void SetRepresentationToOff_6();
35   public void SetRepresentationToOff()
36     { SetRepresentationToOff_6(); }
37
38   private native void SetRepresentationToWireframe_7();
39   public void SetRepresentationToWireframe()
40     { SetRepresentationToWireframe_7(); }
41
42   private native void SetRepresentationToSurface_8();
43   public void SetRepresentationToSurface()
44     { SetRepresentationToSurface_8(); }
45
46   private native void SetThetaResolution_9(int id0);
47   public void SetThetaResolution(int id0)
48     { SetThetaResolution_9(id0); }
49
50   private native int GetThetaResolution_10();
51   public int GetThetaResolution()
52     { return GetThetaResolution_10(); }
53
54   private native void SetPhiResolution_11(int id0);
55   public void SetPhiResolution(int id0)
56     { SetPhiResolution_11(id0); }
57
58   private native int GetPhiResolution_12();
59   public int GetPhiResolution()
60     { return GetPhiResolution_12(); }
61
62   private native void SetCenter_13(double id0[]);
63   public void SetCenter(double id0[])
64     { SetCenter_13(id0); }
65
66   private native void SetCenter_14(double id0,double id1,double id2);
67   public void SetCenter(double id0,double id1,double id2)
68     { SetCenter_14(id0,id1,id2); }
69
70   private native double[] GetCenter_15();
71   public double[] GetCenter()
72     { return GetCenter_15(); }
73
74   private native void GetCenter_16(double id0[]);
75   public void GetCenter(double id0[])
76     { GetCenter_16(id0); }
77
78   private native void SetRadius_17(double id0);
79   public void SetRadius(double id0)
80     { SetRadius_17(id0); }
81
82   private native double GetRadius_18();
83   public double GetRadius()
84     { return GetRadius_18(); }
85
86   private native void SetHandleVisibility_19(int id0);
87   public void SetHandleVisibility(int id0)
88     { SetHandleVisibility_19(id0); }
89
90   private native int GetHandleVisibility_20();
91   public int GetHandleVisibility()
92     { return GetHandleVisibility_20(); }
93
94   private native void HandleVisibilityOn_21();
95   public void HandleVisibilityOn()
96     { HandleVisibilityOn_21(); }
97
98   private native void HandleVisibilityOff_22();
99   public void HandleVisibilityOff()
100     { HandleVisibilityOff_22(); }
101
102   private native void SetHandlePosition_23(double id0[]);
103   public void SetHandlePosition(double id0[])
104     { SetHandlePosition_23(id0); }
105
106   private native void SetHandlePosition_24(double id0,double id1,double id2);
107   public void SetHandlePosition(double id0,double id1,double id2)
108     { SetHandlePosition_24(id0,id1,id2); }
109
110   private native double[] GetHandlePosition_25();
111   public double[] GetHandlePosition()
112     { return GetHandlePosition_25(); }
113
114   private native void SetHandleDirection_26(double id0[]);
115   public void SetHandleDirection(double id0[])
116     { SetHandleDirection_26(id0); }
117
118   private native void SetHandleDirection_27(double id0,double id1,double id2);
119   public void SetHandleDirection(double id0,double id1,double id2)
120     { SetHandleDirection_27(id0,id1,id2); }
121
122   private native double[] GetHandleDirection_28();
123   public double[] GetHandleDirection()
124     { return GetHandleDirection_28(); }
125
126   private native void SetHandleText_29(int id0);
127   public void SetHandleText(int id0)
128     { SetHandleText_29(id0); }
129
130   private native int GetHandleText_30();
131   public int GetHandleText()
132     { return GetHandleText_30(); }
133
134   private native void HandleTextOn_31();
135   public void HandleTextOn()
136     { HandleTextOn_31(); }
137
138   private native void HandleTextOff_32();
139   public void HandleTextOff()
140     { HandleTextOff_32(); }
141
142   private native void SetRadialLine_33(int id0);
143   public void SetRadialLine(int id0)
144     { SetRadialLine_33(id0); }
145
146   private native int GetRadialLine_34();
147   public int GetRadialLine()
148     { return GetRadialLine_34(); }
149
150   private native void RadialLineOn_35();
151   public void RadialLineOn()
152     { RadialLineOn_35(); }
153
154   private native void RadialLineOff_36();
155   public void RadialLineOff()
156     { RadialLineOff_36(); }
157
158   private native void SetCenterCursor_37(boolean id0);
159   public void SetCenterCursor(boolean id0)
160     { SetCenterCursor_37(id0); }
161
162   private native boolean GetCenterCursor_38();
163   public boolean GetCenterCursor()
164     { return GetCenterCursor_38(); }
165
166   private native void CenterCursorOn_39();
167   public void CenterCursorOn()
168     { CenterCursorOn_39(); }
169
170   private native void CenterCursorOff_40();
171   public void CenterCursorOff()
172     { CenterCursorOff_40(); }
173
174   private native void GetPolyData_41(vtkPolyData id0);
175   public void GetPolyData(vtkPolyData id0)
176     { GetPolyData_41(id0); }
177
178   private native void GetSphere_42(vtkSphere id0);
179   public void GetSphere(vtkSphere id0)
180     { GetSphere_42(id0); }
181
182   private native long GetSphereProperty_43();
183   public vtkProperty GetSphereProperty() {
184     long temp = GetSphereProperty_43();
185
186     if (temp == 0) return null;
187     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
188 }
189
190   private native long GetSelectedSphereProperty_44();
191   public vtkProperty GetSelectedSphereProperty() {
192     long temp = GetSelectedSphereProperty_44();
193
194     if (temp == 0) return null;
195     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
196 }
197
198   private native long GetHandleProperty_45();
199   public vtkProperty GetHandleProperty() {
200     long temp = GetHandleProperty_45();
201
202     if (temp == 0) return null;
203     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
204 }
205
206   private native long GetSelectedHandleProperty_46();
207   public vtkProperty GetSelectedHandleProperty() {
208     long temp = GetSelectedHandleProperty_46();
209
210     if (temp == 0) return null;
211     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
212 }
213
214   private native long GetHandleTextProperty_47();
215   public vtkTextProperty GetHandleTextProperty() {
216     long temp = GetHandleTextProperty_47();
217
218     if (temp == 0) return null;
219     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
220 }
221
222   private native long GetRadialLineProperty_48();
223   public vtkProperty GetRadialLineProperty() {
224     long temp = GetRadialLineProperty_48();
225
226     if (temp == 0) return null;
227     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
228 }
229
230   private native void SetInteractionState_49(int id0);
231   public void SetInteractionState(int id0)
232     { SetInteractionState_49(id0); }
233
234   private native void PlaceWidget_50(double id0[]);
235   public void PlaceWidget(double id0[])
236     { PlaceWidget_50(id0); }
237
238   private native void PlaceWidget_51(double id0[],double id1[]);
239   public void PlaceWidget(double id0[],double id1[])
240     { PlaceWidget_51(id0,id1); }
241
242   private native void BuildRepresentation_52();
243   public void BuildRepresentation()
244     { BuildRepresentation_52(); }
245
246   private native int ComputeInteractionState_53(int id0,int id1,int id2);
247   public int ComputeInteractionState(int id0,int id1,int id2)
248     { return ComputeInteractionState_53(id0,id1,id2); }
249
250   private native void StartWidgetInteraction_54(double id0[]);
251   public void StartWidgetInteraction(double id0[])
252     { StartWidgetInteraction_54(id0); }
253
254   private native void WidgetInteraction_55(double id0[]);
255   public void WidgetInteraction(double id0[])
256     { WidgetInteraction_55(id0); }
257
258   private native void ReleaseGraphicsResources_56(vtkWindow id0);
259   public void ReleaseGraphicsResources(vtkWindow id0)
260     { ReleaseGraphicsResources_56(id0); }
261
262   private native int RenderOpaqueGeometry_57(vtkViewport id0);
263   public int RenderOpaqueGeometry(vtkViewport id0)
264     { return RenderOpaqueGeometry_57(id0); }
265
266   private native int RenderTranslucentPolygonalGeometry_58(vtkViewport id0);
267   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
268     { return RenderTranslucentPolygonalGeometry_58(id0); }
269
270   private native int RenderOverlay_59(vtkViewport id0);
271   public int RenderOverlay(vtkViewport id0)
272     { return RenderOverlay_59(id0); }
273
274   private native int HasTranslucentPolygonalGeometry_60();
275   public int HasTranslucentPolygonalGeometry()
276     { return HasTranslucentPolygonalGeometry_60(); }
277
278   private native void RegisterPickers_61();
279   public void RegisterPickers()
280     { RegisterPickers_61(); }
281
282   public vtkSphereRepresentation() { super(); }
283
284   public vtkSphereRepresentation(long id) { super(id); }
285   public native long   VTKInit();
286
287 }