]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkInteractorStyleImage.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkInteractorStyleImage.java
1 // java wrapper for vtkInteractorStyleImage object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkInteractorStyleImage extends vtkInteractorStyleTrackballCamera
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 int[]  GetWindowLevelStartPosition_2();
19   public int[]  GetWindowLevelStartPosition()
20     { return GetWindowLevelStartPosition_2(); }
21
22   private native int[]  GetWindowLevelCurrentPosition_3();
23   public int[]  GetWindowLevelCurrentPosition()
24     { return GetWindowLevelCurrentPosition_3(); }
25
26   private native void OnMouseMove_4();
27   public void OnMouseMove()
28     { OnMouseMove_4(); }
29
30   private native void OnLeftButtonDown_5();
31   public void OnLeftButtonDown()
32     { OnLeftButtonDown_5(); }
33
34   private native void OnLeftButtonUp_6();
35   public void OnLeftButtonUp()
36     { OnLeftButtonUp_6(); }
37
38   private native void OnMiddleButtonDown_7();
39   public void OnMiddleButtonDown()
40     { OnMiddleButtonDown_7(); }
41
42   private native void OnMiddleButtonUp_8();
43   public void OnMiddleButtonUp()
44     { OnMiddleButtonUp_8(); }
45
46   private native void OnRightButtonDown_9();
47   public void OnRightButtonDown()
48     { OnRightButtonDown_9(); }
49
50   private native void OnRightButtonUp_10();
51   public void OnRightButtonUp()
52     { OnRightButtonUp_10(); }
53
54   private native void OnChar_11();
55   public void OnChar()
56     { OnChar_11(); }
57
58   private native void WindowLevel_12();
59   public void WindowLevel()
60     { WindowLevel_12(); }
61
62   private native void Pick_13();
63   public void Pick()
64     { Pick_13(); }
65
66   private native void Slice_14();
67   public void Slice()
68     { Slice_14(); }
69
70   private native void StartWindowLevel_15();
71   public void StartWindowLevel()
72     { StartWindowLevel_15(); }
73
74   private native void EndWindowLevel_16();
75   public void EndWindowLevel()
76     { EndWindowLevel_16(); }
77
78   private native void StartPick_17();
79   public void StartPick()
80     { StartPick_17(); }
81
82   private native void EndPick_18();
83   public void EndPick()
84     { EndPick_18(); }
85
86   private native void StartSlice_19();
87   public void StartSlice()
88     { StartSlice_19(); }
89
90   private native void EndSlice_20();
91   public void EndSlice()
92     { EndSlice_20(); }
93
94   private native void SetInteractionMode_21(int id0);
95   public void SetInteractionMode(int id0)
96     { SetInteractionMode_21(id0); }
97
98   private native int GetInteractionModeMinValue_22();
99   public int GetInteractionModeMinValue()
100     { return GetInteractionModeMinValue_22(); }
101
102   private native int GetInteractionModeMaxValue_23();
103   public int GetInteractionModeMaxValue()
104     { return GetInteractionModeMaxValue_23(); }
105
106   private native int GetInteractionMode_24();
107   public int GetInteractionMode()
108     { return GetInteractionMode_24(); }
109
110   private native void SetInteractionModeToImage2D_25();
111   public void SetInteractionModeToImage2D()
112     { SetInteractionModeToImage2D_25(); }
113
114   private native void SetInteractionModeToImage3D_26();
115   public void SetInteractionModeToImage3D()
116     { SetInteractionModeToImage3D_26(); }
117
118   private native void SetInteractionModeToImageSlicing_27();
119   public void SetInteractionModeToImageSlicing()
120     { SetInteractionModeToImageSlicing_27(); }
121
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); }
125
126   private native void SetXViewRightVector_29(double id0[]);
127   public void SetXViewRightVector(double id0[])
128     { SetXViewRightVector_29(id0); }
129
130   private native double[] GetXViewRightVector_30();
131   public double[] GetXViewRightVector()
132     { return GetXViewRightVector_30(); }
133
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); }
137
138   private native void SetXViewUpVector_32(double id0[]);
139   public void SetXViewUpVector(double id0[])
140     { SetXViewUpVector_32(id0); }
141
142   private native double[] GetXViewUpVector_33();
143   public double[] GetXViewUpVector()
144     { return GetXViewUpVector_33(); }
145
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); }
149
150   private native void SetYViewRightVector_35(double id0[]);
151   public void SetYViewRightVector(double id0[])
152     { SetYViewRightVector_35(id0); }
153
154   private native double[] GetYViewRightVector_36();
155   public double[] GetYViewRightVector()
156     { return GetYViewRightVector_36(); }
157
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); }
161
162   private native void SetYViewUpVector_38(double id0[]);
163   public void SetYViewUpVector(double id0[])
164     { SetYViewUpVector_38(id0); }
165
166   private native double[] GetYViewUpVector_39();
167   public double[] GetYViewUpVector()
168     { return GetYViewUpVector_39(); }
169
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); }
173
174   private native void SetZViewRightVector_41(double id0[]);
175   public void SetZViewRightVector(double id0[])
176     { SetZViewRightVector_41(id0); }
177
178   private native double[] GetZViewRightVector_42();
179   public double[] GetZViewRightVector()
180     { return GetZViewRightVector_42(); }
181
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); }
185
186   private native void SetZViewUpVector_44(double id0[]);
187   public void SetZViewUpVector(double id0[])
188     { SetZViewUpVector_44(id0); }
189
190   private native double[] GetZViewUpVector_45();
191   public double[] GetZViewUpVector()
192     { return GetZViewUpVector_45(); }
193
194   private native void SetImageOrientation_46(double id0[],double id1[]);
195   public void SetImageOrientation(double id0[],double id1[])
196     { SetImageOrientation_46(id0,id1); }
197
198   private native void SetCurrentImageNumber_47(int id0);
199   public void SetCurrentImageNumber(int id0)
200     { SetCurrentImageNumber_47(id0); }
201
202   private native int GetCurrentImageNumber_48();
203   public int GetCurrentImageNumber()
204     { return GetCurrentImageNumber_48(); }
205
206   private native long GetCurrentImageProperty_49();
207   public vtkImageProperty GetCurrentImageProperty() {
208     long temp = GetCurrentImageProperty_49();
209
210     if (temp == 0) return null;
211     return (vtkImageProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
212 }
213
214   public vtkInteractorStyleImage() { super(); }
215
216   public vtkInteractorStyleImage(long id) { super(id); }
217   public native long   VTKInit();
218
219 }