1 // java wrapper for vtkInteractorStyleImage object
7 public class vtkInteractorStyleImage extends vtkInteractorStyleTrackballCamera
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 int[] GetWindowLevelStartPosition_2();
19 public int[] GetWindowLevelStartPosition()
20 { return GetWindowLevelStartPosition_2(); }
22 private native int[] GetWindowLevelCurrentPosition_3();
23 public int[] GetWindowLevelCurrentPosition()
24 { return GetWindowLevelCurrentPosition_3(); }
26 private native void OnMouseMove_4();
27 public void OnMouseMove()
30 private native void OnLeftButtonDown_5();
31 public void OnLeftButtonDown()
32 { OnLeftButtonDown_5(); }
34 private native void OnLeftButtonUp_6();
35 public void OnLeftButtonUp()
36 { OnLeftButtonUp_6(); }
38 private native void OnMiddleButtonDown_7();
39 public void OnMiddleButtonDown()
40 { OnMiddleButtonDown_7(); }
42 private native void OnMiddleButtonUp_8();
43 public void OnMiddleButtonUp()
44 { OnMiddleButtonUp_8(); }
46 private native void OnRightButtonDown_9();
47 public void OnRightButtonDown()
48 { OnRightButtonDown_9(); }
50 private native void OnRightButtonUp_10();
51 public void OnRightButtonUp()
52 { OnRightButtonUp_10(); }
54 private native void OnChar_11();
58 private native void WindowLevel_12();
59 public void WindowLevel()
62 private native void Pick_13();
66 private native void Slice_14();
70 private native void StartWindowLevel_15();
71 public void StartWindowLevel()
72 { StartWindowLevel_15(); }
74 private native void EndWindowLevel_16();
75 public void EndWindowLevel()
76 { EndWindowLevel_16(); }
78 private native void StartPick_17();
79 public void StartPick()
82 private native void EndPick_18();
86 private native void StartSlice_19();
87 public void StartSlice()
90 private native void EndSlice_20();
91 public void EndSlice()
94 private native void SetInteractionMode_21(int id0);
95 public void SetInteractionMode(int id0)
96 { SetInteractionMode_21(id0); }
98 private native int GetInteractionModeMinValue_22();
99 public int GetInteractionModeMinValue()
100 { return GetInteractionModeMinValue_22(); }
102 private native int GetInteractionModeMaxValue_23();
103 public int GetInteractionModeMaxValue()
104 { return GetInteractionModeMaxValue_23(); }
106 private native int GetInteractionMode_24();
107 public int GetInteractionMode()
108 { return GetInteractionMode_24(); }
110 private native void SetInteractionModeToImage2D_25();
111 public void SetInteractionModeToImage2D()
112 { SetInteractionModeToImage2D_25(); }
114 private native void SetInteractionModeToImage3D_26();
115 public void SetInteractionModeToImage3D()
116 { SetInteractionModeToImage3D_26(); }
118 private native void SetInteractionModeToImageSlicing_27();
119 public void SetInteractionModeToImageSlicing()
120 { SetInteractionModeToImageSlicing_27(); }
122 private native void SetXViewRightVector_28(double id0,double id1,double id2);
123 public void SetXViewRightVector(double id0,double id1,double id2)
124 { SetXViewRightVector_28(id0,id1,id2); }
126 private native void SetXViewRightVector_29(double id0[]);
127 public void SetXViewRightVector(double id0[])
128 { SetXViewRightVector_29(id0); }
130 private native double[] GetXViewRightVector_30();
131 public double[] GetXViewRightVector()
132 { return GetXViewRightVector_30(); }
134 private native void SetXViewUpVector_31(double id0,double id1,double id2);
135 public void SetXViewUpVector(double id0,double id1,double id2)
136 { SetXViewUpVector_31(id0,id1,id2); }
138 private native void SetXViewUpVector_32(double id0[]);
139 public void SetXViewUpVector(double id0[])
140 { SetXViewUpVector_32(id0); }
142 private native double[] GetXViewUpVector_33();
143 public double[] GetXViewUpVector()
144 { return GetXViewUpVector_33(); }
146 private native void SetYViewRightVector_34(double id0,double id1,double id2);
147 public void SetYViewRightVector(double id0,double id1,double id2)
148 { SetYViewRightVector_34(id0,id1,id2); }
150 private native void SetYViewRightVector_35(double id0[]);
151 public void SetYViewRightVector(double id0[])
152 { SetYViewRightVector_35(id0); }
154 private native double[] GetYViewRightVector_36();
155 public double[] GetYViewRightVector()
156 { return GetYViewRightVector_36(); }
158 private native void SetYViewUpVector_37(double id0,double id1,double id2);
159 public void SetYViewUpVector(double id0,double id1,double id2)
160 { SetYViewUpVector_37(id0,id1,id2); }
162 private native void SetYViewUpVector_38(double id0[]);
163 public void SetYViewUpVector(double id0[])
164 { SetYViewUpVector_38(id0); }
166 private native double[] GetYViewUpVector_39();
167 public double[] GetYViewUpVector()
168 { return GetYViewUpVector_39(); }
170 private native void SetZViewRightVector_40(double id0,double id1,double id2);
171 public void SetZViewRightVector(double id0,double id1,double id2)
172 { SetZViewRightVector_40(id0,id1,id2); }
174 private native void SetZViewRightVector_41(double id0[]);
175 public void SetZViewRightVector(double id0[])
176 { SetZViewRightVector_41(id0); }
178 private native double[] GetZViewRightVector_42();
179 public double[] GetZViewRightVector()
180 { return GetZViewRightVector_42(); }
182 private native void SetZViewUpVector_43(double id0,double id1,double id2);
183 public void SetZViewUpVector(double id0,double id1,double id2)
184 { SetZViewUpVector_43(id0,id1,id2); }
186 private native void SetZViewUpVector_44(double id0[]);
187 public void SetZViewUpVector(double id0[])
188 { SetZViewUpVector_44(id0); }
190 private native double[] GetZViewUpVector_45();
191 public double[] GetZViewUpVector()
192 { return GetZViewUpVector_45(); }
194 private native void SetImageOrientation_46(double id0[],double id1[]);
195 public void SetImageOrientation(double id0[],double id1[])
196 { SetImageOrientation_46(id0,id1); }
198 private native void SetCurrentImageNumber_47(int id0);
199 public void SetCurrentImageNumber(int id0)
200 { SetCurrentImageNumber_47(id0); }
202 private native int GetCurrentImageNumber_48();
203 public int GetCurrentImageNumber()
204 { return GetCurrentImageNumber_48(); }
206 private native long GetCurrentImageProperty_49();
207 public vtkImageProperty GetCurrentImageProperty() {
208 long temp = GetCurrentImageProperty_49();
210 if (temp == 0) return null;
211 return (vtkImageProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
214 public vtkInteractorStyleImage() { super(); }
216 public vtkInteractorStyleImage(long id) { super(id); }
217 public native long VTKInit();