]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkResliceCursorRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorRepresentation.java
1 // java wrapper for vtkResliceCursorRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkResliceCursorRepresentation 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 SetTolerance_2(int id0);
19   public void SetTolerance(int id0)
20     { SetTolerance_2(id0); }
21
22   private native int GetToleranceMinValue_3();
23   public int GetToleranceMinValue()
24     { return GetToleranceMinValue_3(); }
25
26   private native int GetToleranceMaxValue_4();
27   public int GetToleranceMaxValue()
28     { return GetToleranceMaxValue_4(); }
29
30   private native int GetTolerance_5();
31   public int GetTolerance()
32     { return GetTolerance_5(); }
33
34   private native void SetShowReslicedImage_6(int id0);
35   public void SetShowReslicedImage(int id0)
36     { SetShowReslicedImage_6(id0); }
37
38   private native int GetShowReslicedImage_7();
39   public int GetShowReslicedImage()
40     { return GetShowReslicedImage_7(); }
41
42   private native void ShowReslicedImageOn_8();
43   public void ShowReslicedImageOn()
44     { ShowReslicedImageOn_8(); }
45
46   private native void ShowReslicedImageOff_9();
47   public void ShowReslicedImageOff()
48     { ShowReslicedImageOff_9(); }
49
50   private native void SetRestrictPlaneToVolume_10(int id0);
51   public void SetRestrictPlaneToVolume(int id0)
52     { SetRestrictPlaneToVolume_10(id0); }
53
54   private native int GetRestrictPlaneToVolume_11();
55   public int GetRestrictPlaneToVolume()
56     { return GetRestrictPlaneToVolume_11(); }
57
58   private native void RestrictPlaneToVolumeOn_12();
59   public void RestrictPlaneToVolumeOn()
60     { RestrictPlaneToVolumeOn_12(); }
61
62   private native void RestrictPlaneToVolumeOff_13();
63   public void RestrictPlaneToVolumeOff()
64     { RestrictPlaneToVolumeOff_13(); }
65
66   private native void SetThicknessLabelFormat_14(String id0);
67   public void SetThicknessLabelFormat(String id0)
68     { SetThicknessLabelFormat_14(id0); }
69
70   private native String GetThicknessLabelFormat_15();
71   public String GetThicknessLabelFormat()
72     { return GetThicknessLabelFormat_15(); }
73
74   private native String GetThicknessLabelText_16();
75   public String GetThicknessLabelText()
76     { return GetThicknessLabelText_16(); }
77
78   private native void GetThicknessLabelPosition_17(double id0[]);
79   public void GetThicknessLabelPosition(double id0[])
80     { GetThicknessLabelPosition_17(id0); }
81
82   private native void GetWorldThicknessLabelPosition_18(double id0[]);
83   public void GetWorldThicknessLabelPosition(double id0[])
84     { GetWorldThicknessLabelPosition_18(id0); }
85
86   private native void BuildRepresentation_19();
87   public void BuildRepresentation()
88     { BuildRepresentation_19(); }
89
90   private native long GetResliceAxes_20();
91   public vtkMatrix4x4 GetResliceAxes() {
92     long temp = GetResliceAxes_20();
93
94     if (temp == 0) return null;
95     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native long GetReslice_21();
99   public vtkImageAlgorithm GetReslice() {
100     long temp = GetReslice_21();
101
102     if (temp == 0) return null;
103     return (vtkImageAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native long GetImageActor_22();
107   public vtkImageActor GetImageActor() {
108     long temp = GetImageActor_22();
109
110     if (temp == 0) return null;
111     return (vtkImageActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native void SetLookupTable_23(vtkScalarsToColors id0);
115   public void SetLookupTable(vtkScalarsToColors id0)
116     { SetLookupTable_23(id0); }
117
118   private native long GetLookupTable_24();
119   public vtkScalarsToColors GetLookupTable() {
120     long temp = GetLookupTable_24();
121
122     if (temp == 0) return null;
123     return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native long GetColorMap_25();
127   public vtkImageMapToColors GetColorMap() {
128     long temp = GetColorMap_25();
129
130     if (temp == 0) return null;
131     return (vtkImageMapToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native void SetColorMap_26(vtkImageMapToColors id0);
135   public void SetColorMap(vtkImageMapToColors id0)
136     { SetColorMap_26(id0); }
137
138   private native void SetWindowLevel_27(double id0,double id1,int id2);
139   public void SetWindowLevel(double id0,double id1,int id2)
140     { SetWindowLevel_27(id0,id1,id2); }
141
142   private native void GetWindowLevel_28(double id0[]);
143   public void GetWindowLevel(double id0[])
144     { GetWindowLevel_28(id0); }
145
146   private native double GetWindow_29();
147   public double GetWindow()
148     { return GetWindow_29(); }
149
150   private native double GetLevel_30();
151   public double GetLevel()
152     { return GetLevel_30(); }
153
154   private native long GetResliceCursor_31();
155   public vtkResliceCursor GetResliceCursor() {
156     long temp = GetResliceCursor_31();
157
158     if (temp == 0) return null;
159     return (vtkResliceCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native void SetDisplayText_32(int id0);
163   public void SetDisplayText(int id0)
164     { SetDisplayText_32(id0); }
165
166   private native int GetDisplayText_33();
167   public int GetDisplayText()
168     { return GetDisplayText_33(); }
169
170   private native void DisplayTextOn_34();
171   public void DisplayTextOn()
172     { DisplayTextOn_34(); }
173
174   private native void DisplayTextOff_35();
175   public void DisplayTextOff()
176     { DisplayTextOff_35(); }
177
178   private native void SetTextProperty_36(vtkTextProperty id0);
179   public void SetTextProperty(vtkTextProperty id0)
180     { SetTextProperty_36(id0); }
181
182   private native long GetTextProperty_37();
183   public vtkTextProperty GetTextProperty() {
184     long temp = GetTextProperty_37();
185
186     if (temp == 0) return null;
187     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
188 }
189
190   private native void SetUseImageActor_38(int id0);
191   public void SetUseImageActor(int id0)
192     { SetUseImageActor_38(id0); }
193
194   private native int GetUseImageActor_39();
195   public int GetUseImageActor()
196     { return GetUseImageActor_39(); }
197
198   private native void UseImageActorOn_40();
199   public void UseImageActorOn()
200     { UseImageActorOn_40(); }
201
202   private native void UseImageActorOff_41();
203   public void UseImageActorOff()
204     { UseImageActorOff_41(); }
205
206   private native void SetManipulationMode_42(int id0);
207   public void SetManipulationMode(int id0)
208     { SetManipulationMode_42(id0); }
209
210   private native int GetManipulationMode_43();
211   public int GetManipulationMode()
212     { return GetManipulationMode_43(); }
213
214   private native void ActivateText_44(int id0);
215   public void ActivateText(int id0)
216     { ActivateText_44(id0); }
217
218   private native void ManageTextDisplay_45();
219   public void ManageTextDisplay()
220     { ManageTextDisplay_45(); }
221
222   private native void InitializeReslicePlane_46();
223   public void InitializeReslicePlane()
224     { InitializeReslicePlane_46(); }
225
226   private native void ResetCamera_47();
227   public void ResetCamera()
228     { ResetCamera_47(); }
229
230   private native long GetCursorAlgorithm_48();
231   public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() {
232     long temp = GetCursorAlgorithm_48();
233
234     if (temp == 0) return null;
235     return (vtkResliceCursorPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
236 }
237
238   private native long GetPlaneSource_49();
239   public vtkPlaneSource GetPlaneSource() {
240     long temp = GetPlaneSource_49();
241
242     if (temp == 0) return null;
243     return (vtkPlaneSource)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
244 }
245
246   public vtkResliceCursorRepresentation() { super(); }
247
248   public vtkResliceCursorRepresentation(long id) { super(id); }
249
250 }