]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSphereWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSphereWidget.java
1 // java wrapper for vtkSphereWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSphereWidget extends vtk3DWidget
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 SetEnabled_2(int id0);
19   public void SetEnabled(int id0)
20     { SetEnabled_2(id0); }
21
22   private native void PlaceWidget_3(double id0[]);
23   public void PlaceWidget(double id0[])
24     { PlaceWidget_3(id0); }
25
26   private native void PlaceWidget_4();
27   public void PlaceWidget()
28     { PlaceWidget_4(); }
29
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); }
33
34   private native void SetRepresentation_6(int id0);
35   public void SetRepresentation(int id0)
36     { SetRepresentation_6(id0); }
37
38   private native int GetRepresentationMinValue_7();
39   public int GetRepresentationMinValue()
40     { return GetRepresentationMinValue_7(); }
41
42   private native int GetRepresentationMaxValue_8();
43   public int GetRepresentationMaxValue()
44     { return GetRepresentationMaxValue_8(); }
45
46   private native int GetRepresentation_9();
47   public int GetRepresentation()
48     { return GetRepresentation_9(); }
49
50   private native void SetRepresentationToOff_10();
51   public void SetRepresentationToOff()
52     { SetRepresentationToOff_10(); }
53
54   private native void SetRepresentationToWireframe_11();
55   public void SetRepresentationToWireframe()
56     { SetRepresentationToWireframe_11(); }
57
58   private native void SetRepresentationToSurface_12();
59   public void SetRepresentationToSurface()
60     { SetRepresentationToSurface_12(); }
61
62   private native void SetThetaResolution_13(int id0);
63   public void SetThetaResolution(int id0)
64     { SetThetaResolution_13(id0); }
65
66   private native int GetThetaResolution_14();
67   public int GetThetaResolution()
68     { return GetThetaResolution_14(); }
69
70   private native void SetPhiResolution_15(int id0);
71   public void SetPhiResolution(int id0)
72     { SetPhiResolution_15(id0); }
73
74   private native int GetPhiResolution_16();
75   public int GetPhiResolution()
76     { return GetPhiResolution_16(); }
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 SetCenter_19(double id0,double id1,double id2);
87   public void SetCenter(double id0,double id1,double id2)
88     { SetCenter_19(id0,id1,id2); }
89
90   private native void SetCenter_20(double id0[]);
91   public void SetCenter(double id0[])
92     { SetCenter_20(id0); }
93
94   private native double[] GetCenter_21();
95   public double[] GetCenter()
96     { return GetCenter_21(); }
97
98   private native void GetCenter_22(double id0[]);
99   public void GetCenter(double id0[])
100     { GetCenter_22(id0); }
101
102   private native void SetTranslation_23(int id0);
103   public void SetTranslation(int id0)
104     { SetTranslation_23(id0); }
105
106   private native int GetTranslation_24();
107   public int GetTranslation()
108     { return GetTranslation_24(); }
109
110   private native void TranslationOn_25();
111   public void TranslationOn()
112     { TranslationOn_25(); }
113
114   private native void TranslationOff_26();
115   public void TranslationOff()
116     { TranslationOff_26(); }
117
118   private native void SetScale_27(int id0);
119   public void SetScale(int id0)
120     { SetScale_27(id0); }
121
122   private native int GetScale_28();
123   public int GetScale()
124     { return GetScale_28(); }
125
126   private native void ScaleOn_29();
127   public void ScaleOn()
128     { ScaleOn_29(); }
129
130   private native void ScaleOff_30();
131   public void ScaleOff()
132     { ScaleOff_30(); }
133
134   private native void SetHandleVisibility_31(int id0);
135   public void SetHandleVisibility(int id0)
136     { SetHandleVisibility_31(id0); }
137
138   private native int GetHandleVisibility_32();
139   public int GetHandleVisibility()
140     { return GetHandleVisibility_32(); }
141
142   private native void HandleVisibilityOn_33();
143   public void HandleVisibilityOn()
144     { HandleVisibilityOn_33(); }
145
146   private native void HandleVisibilityOff_34();
147   public void HandleVisibilityOff()
148     { HandleVisibilityOff_34(); }
149
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); }
153
154   private native void SetHandleDirection_36(double id0[]);
155   public void SetHandleDirection(double id0[])
156     { SetHandleDirection_36(id0); }
157
158   private native double[] GetHandleDirection_37();
159   public double[] GetHandleDirection()
160     { return GetHandleDirection_37(); }
161
162   private native double[] GetHandlePosition_38();
163   public double[] GetHandlePosition()
164     { return GetHandlePosition_38(); }
165
166   private native void GetPolyData_39(vtkPolyData id0);
167   public void GetPolyData(vtkPolyData id0)
168     { GetPolyData_39(id0); }
169
170   private native void GetSphere_40(vtkSphere id0);
171   public void GetSphere(vtkSphere id0)
172     { GetSphere_40(id0); }
173
174   private native long GetSphereProperty_41();
175   public vtkProperty GetSphereProperty() {
176     long temp = GetSphereProperty_41();
177
178     if (temp == 0) return null;
179     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
180 }
181
182   private native long GetSelectedSphereProperty_42();
183   public vtkProperty GetSelectedSphereProperty() {
184     long temp = GetSelectedSphereProperty_42();
185
186     if (temp == 0) return null;
187     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
188 }
189
190   private native long GetHandleProperty_43();
191   public vtkProperty GetHandleProperty() {
192     long temp = GetHandleProperty_43();
193
194     if (temp == 0) return null;
195     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
196 }
197
198   private native long GetSelectedHandleProperty_44();
199   public vtkProperty GetSelectedHandleProperty() {
200     long temp = GetSelectedHandleProperty_44();
201
202     if (temp == 0) return null;
203     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
204 }
205
206   public vtkSphereWidget() { super(); }
207
208   public vtkSphereWidget(long id) { super(id); }
209   public native long   VTKInit();
210
211 }