]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMeasurementCubeHandleRepresentation3D.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkMeasurementCubeHandleRepresentation3D.java
1 // java wrapper for vtkMeasurementCubeHandleRepresentation3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMeasurementCubeHandleRepresentation3D extends vtkHandleRepresentation
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 SetWorldPosition_2(double id0[]);
19   public void SetWorldPosition(double id0[])
20     { SetWorldPosition_2(id0); }
21
22   private native void SetDisplayPosition_3(double id0[]);
23   public void SetDisplayPosition(double id0[])
24     { SetDisplayPosition_3(id0); }
25
26   private native long GetHandle_4();
27   public vtkPolyData GetHandle() {
28     long temp = GetHandle_4();
29
30     if (temp == 0) return null;
31     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetProperty_5(vtkProperty id0);
35   public void SetProperty(vtkProperty id0)
36     { SetProperty_5(id0); }
37
38   private native void SetSelectedProperty_6(vtkProperty id0);
39   public void SetSelectedProperty(vtkProperty id0)
40     { SetSelectedProperty_6(id0); }
41
42   private native long GetProperty_7();
43   public vtkProperty GetProperty() {
44     long temp = GetProperty_7();
45
46     if (temp == 0) return null;
47     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetSelectedProperty_8();
51   public vtkProperty GetSelectedProperty() {
52     long temp = GetSelectedProperty_8();
53
54     if (temp == 0) return null;
55     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetTransform_9();
59   public vtkAbstractTransform GetTransform() {
60     long temp = GetTransform_9();
61
62     if (temp == 0) return null;
63     return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void BuildRepresentation_10();
67   public void BuildRepresentation()
68     { BuildRepresentation_10(); }
69
70   private native void StartWidgetInteraction_11(double id0[]);
71   public void StartWidgetInteraction(double id0[])
72     { StartWidgetInteraction_11(id0); }
73
74   private native void WidgetInteraction_12(double id0[]);
75   public void WidgetInteraction(double id0[])
76     { WidgetInteraction_12(id0); }
77
78   private native int ComputeInteractionState_13(int id0,int id1,int id2);
79   public int ComputeInteractionState(int id0,int id1,int id2)
80     { return ComputeInteractionState_13(id0,id1,id2); }
81
82   private native void ShallowCopy_14(vtkProp id0);
83   public void ShallowCopy(vtkProp id0)
84     { ShallowCopy_14(id0); }
85
86   private native void DeepCopy_15(vtkProp id0);
87   public void DeepCopy(vtkProp id0)
88     { DeepCopy_15(id0); }
89
90   private native void GetActors_16(vtkPropCollection id0);
91   public void GetActors(vtkPropCollection id0)
92     { GetActors_16(id0); }
93
94   private native void ReleaseGraphicsResources_17(vtkWindow id0);
95   public void ReleaseGraphicsResources(vtkWindow id0)
96     { ReleaseGraphicsResources_17(id0); }
97
98   private native int RenderOpaqueGeometry_18(vtkViewport id0);
99   public int RenderOpaqueGeometry(vtkViewport id0)
100     { return RenderOpaqueGeometry_18(id0); }
101
102   private native int RenderTranslucentPolygonalGeometry_19(vtkViewport id0);
103   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
104     { return RenderTranslucentPolygonalGeometry_19(id0); }
105
106   private native int HasTranslucentPolygonalGeometry_20();
107   public int HasTranslucentPolygonalGeometry()
108     { return HasTranslucentPolygonalGeometry_20(); }
109
110   private native void SetLabelVisibility_21(int id0);
111   public void SetLabelVisibility(int id0)
112     { SetLabelVisibility_21(id0); }
113
114   private native int GetLabelVisibility_22();
115   public int GetLabelVisibility()
116     { return GetLabelVisibility_22(); }
117
118   private native void LabelVisibilityOn_23();
119   public void LabelVisibilityOn()
120     { LabelVisibilityOn_23(); }
121
122   private native void LabelVisibilityOff_24();
123   public void LabelVisibilityOff()
124     { LabelVisibilityOff_24(); }
125
126   private native void SetSelectedLabelVisibility_25(int id0);
127   public void SetSelectedLabelVisibility(int id0)
128     { SetSelectedLabelVisibility_25(id0); }
129
130   private native int GetSelectedLabelVisibility_26();
131   public int GetSelectedLabelVisibility()
132     { return GetSelectedLabelVisibility_26(); }
133
134   private native void SelectedLabelVisibilityOn_27();
135   public void SelectedLabelVisibilityOn()
136     { SelectedLabelVisibilityOn_27(); }
137
138   private native void SelectedLabelVisibilityOff_28();
139   public void SelectedLabelVisibilityOff()
140     { SelectedLabelVisibilityOff_28(); }
141
142   private native void SetLabelTextInput_29(String id0);
143   public void SetLabelTextInput(String id0)
144     { SetLabelTextInput_29(id0); }
145
146   private native String GetLabelTextInput_30();
147   public String GetLabelTextInput()
148     { return GetLabelTextInput_30(); }
149
150   private native long GetLabelText_31();
151   public vtkBillboardTextActor3D GetLabelText() {
152     long temp = GetLabelText_31();
153
154     if (temp == 0) return null;
155     return (vtkBillboardTextActor3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native void SetHandleVisibility_32(int id0);
159   public void SetHandleVisibility(int id0)
160     { SetHandleVisibility_32(id0); }
161
162   private native int GetHandleVisibility_33();
163   public int GetHandleVisibility()
164     { return GetHandleVisibility_33(); }
165
166   private native void HandleVisibilityOn_34();
167   public void HandleVisibilityOn()
168     { HandleVisibilityOn_34(); }
169
170   private native void HandleVisibilityOff_35();
171   public void HandleVisibilityOff()
172     { HandleVisibilityOff_35(); }
173
174   private native void Highlight_36(int id0);
175   public void Highlight(int id0)
176     { Highlight_36(id0); }
177
178   private native void SetSmoothMotion_37(int id0);
179   public void SetSmoothMotion(int id0)
180     { SetSmoothMotion_37(id0); }
181
182   private native int GetSmoothMotion_38();
183   public int GetSmoothMotion()
184     { return GetSmoothMotion_38(); }
185
186   private native void SmoothMotionOn_39();
187   public void SmoothMotionOn()
188     { SmoothMotionOn_39(); }
189
190   private native void SmoothMotionOff_40();
191   public void SmoothMotionOff()
192     { SmoothMotionOff_40(); }
193
194   private native void SetSideLength_41(double id0);
195   public void SetSideLength(double id0)
196     { SetSideLength_41(id0); }
197
198   private native double GetSideLength_42();
199   public double GetSideLength()
200     { return GetSideLength_42(); }
201
202   private native void SetAdaptiveScaling_43(int id0);
203   public void SetAdaptiveScaling(int id0)
204     { SetAdaptiveScaling_43(id0); }
205
206   private native int GetAdaptiveScaling_44();
207   public int GetAdaptiveScaling()
208     { return GetAdaptiveScaling_44(); }
209
210   private native void AdaptiveScalingOn_45();
211   public void AdaptiveScalingOn()
212     { AdaptiveScalingOn_45(); }
213
214   private native void AdaptiveScalingOff_46();
215   public void AdaptiveScalingOff()
216     { AdaptiveScalingOff_46(); }
217
218   private native void SetRescaleFactor_47(double id0);
219   public void SetRescaleFactor(double id0)
220     { SetRescaleFactor_47(id0); }
221
222   private native double GetRescaleFactorMinValue_48();
223   public double GetRescaleFactorMinValue()
224     { return GetRescaleFactorMinValue_48(); }
225
226   private native double GetRescaleFactorMaxValue_49();
227   public double GetRescaleFactorMaxValue()
228     { return GetRescaleFactorMaxValue_49(); }
229
230   private native double GetRescaleFactor_50();
231   public double GetRescaleFactor()
232     { return GetRescaleFactor_50(); }
233
234   private native void SetMinRelativeCubeScreenArea_51(double id0);
235   public void SetMinRelativeCubeScreenArea(double id0)
236     { SetMinRelativeCubeScreenArea_51(id0); }
237
238   private native double GetMinRelativeCubeScreenArea_52();
239   public double GetMinRelativeCubeScreenArea()
240     { return GetMinRelativeCubeScreenArea_52(); }
241
242   private native void SetMaxRelativeCubeScreenArea_53(double id0);
243   public void SetMaxRelativeCubeScreenArea(double id0)
244     { SetMaxRelativeCubeScreenArea_53(id0); }
245
246   private native double GetMaxRelativeCubeScreenArea_54();
247   public double GetMaxRelativeCubeScreenArea()
248     { return GetMaxRelativeCubeScreenArea_54(); }
249
250   private native void SetLengthUnit_55(String id0);
251   public void SetLengthUnit(String id0)
252     { SetLengthUnit_55(id0); }
253
254   private native String GetLengthUnit_56();
255   public String GetLengthUnit()
256     { return GetLengthUnit_56(); }
257
258   private native void RegisterPickers_57();
259   public void RegisterPickers()
260     { RegisterPickers_57(); }
261
262   public vtkMeasurementCubeHandleRepresentation3D() { super(); }
263
264   public vtkMeasurementCubeHandleRepresentation3D(long id) { super(id); }
265   public native long   VTKInit();
266
267 }