]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLineRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkLineRepresentation.java
1 // java wrapper for vtkLineRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLineRepresentation 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 GetPoint1WorldPosition_2(double id0[]);
19   public void GetPoint1WorldPosition(double id0[])
20     { GetPoint1WorldPosition_2(id0); }
21
22   private native double[] GetPoint1WorldPosition_3();
23   public double[] GetPoint1WorldPosition()
24     { return GetPoint1WorldPosition_3(); }
25
26   private native void GetPoint1DisplayPosition_4(double id0[]);
27   public void GetPoint1DisplayPosition(double id0[])
28     { GetPoint1DisplayPosition_4(id0); }
29
30   private native double[] GetPoint1DisplayPosition_5();
31   public double[] GetPoint1DisplayPosition()
32     { return GetPoint1DisplayPosition_5(); }
33
34   private native void SetPoint1WorldPosition_6(double id0[]);
35   public void SetPoint1WorldPosition(double id0[])
36     { SetPoint1WorldPosition_6(id0); }
37
38   private native void SetPoint1DisplayPosition_7(double id0[]);
39   public void SetPoint1DisplayPosition(double id0[])
40     { SetPoint1DisplayPosition_7(id0); }
41
42   private native void GetPoint2DisplayPosition_8(double id0[]);
43   public void GetPoint2DisplayPosition(double id0[])
44     { GetPoint2DisplayPosition_8(id0); }
45
46   private native double[] GetPoint2DisplayPosition_9();
47   public double[] GetPoint2DisplayPosition()
48     { return GetPoint2DisplayPosition_9(); }
49
50   private native void GetPoint2WorldPosition_10(double id0[]);
51   public void GetPoint2WorldPosition(double id0[])
52     { GetPoint2WorldPosition_10(id0); }
53
54   private native double[] GetPoint2WorldPosition_11();
55   public double[] GetPoint2WorldPosition()
56     { return GetPoint2WorldPosition_11(); }
57
58   private native void SetPoint2WorldPosition_12(double id0[]);
59   public void SetPoint2WorldPosition(double id0[])
60     { SetPoint2WorldPosition_12(id0); }
61
62   private native void SetPoint2DisplayPosition_13(double id0[]);
63   public void SetPoint2DisplayPosition(double id0[])
64     { SetPoint2DisplayPosition_13(id0); }
65
66   private native void SetHandleRepresentation_14(vtkPointHandleRepresentation3D id0);
67   public void SetHandleRepresentation(vtkPointHandleRepresentation3D id0)
68     { SetHandleRepresentation_14(id0); }
69
70   private native void InstantiateHandleRepresentation_15();
71   public void InstantiateHandleRepresentation()
72     { InstantiateHandleRepresentation_15(); }
73
74   private native long GetPoint1Representation_16();
75   public vtkPointHandleRepresentation3D GetPoint1Representation() {
76     long temp = GetPoint1Representation_16();
77
78     if (temp == 0) return null;
79     return (vtkPointHandleRepresentation3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native long GetPoint2Representation_17();
83   public vtkPointHandleRepresentation3D GetPoint2Representation() {
84     long temp = GetPoint2Representation_17();
85
86     if (temp == 0) return null;
87     return (vtkPointHandleRepresentation3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native long GetLineHandleRepresentation_18();
91   public vtkPointHandleRepresentation3D GetLineHandleRepresentation() {
92     long temp = GetLineHandleRepresentation_18();
93
94     if (temp == 0) return null;
95     return (vtkPointHandleRepresentation3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native long GetEndPointProperty_19();
99   public vtkProperty GetEndPointProperty() {
100     long temp = GetEndPointProperty_19();
101
102     if (temp == 0) return null;
103     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native long GetSelectedEndPointProperty_20();
107   public vtkProperty GetSelectedEndPointProperty() {
108     long temp = GetSelectedEndPointProperty_20();
109
110     if (temp == 0) return null;
111     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native long GetEndPoint2Property_21();
115   public vtkProperty GetEndPoint2Property() {
116     long temp = GetEndPoint2Property_21();
117
118     if (temp == 0) return null;
119     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native long GetSelectedEndPoint2Property_22();
123   public vtkProperty GetSelectedEndPoint2Property() {
124     long temp = GetSelectedEndPoint2Property_22();
125
126     if (temp == 0) return null;
127     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   private native long GetLineProperty_23();
131   public vtkProperty GetLineProperty() {
132     long temp = GetLineProperty_23();
133
134     if (temp == 0) return null;
135     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native long GetSelectedLineProperty_24();
139   public vtkProperty GetSelectedLineProperty() {
140     long temp = GetSelectedLineProperty_24();
141
142     if (temp == 0) return null;
143     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native void SetTolerance_25(int id0);
147   public void SetTolerance(int id0)
148     { SetTolerance_25(id0); }
149
150   private native int GetToleranceMinValue_26();
151   public int GetToleranceMinValue()
152     { return GetToleranceMinValue_26(); }
153
154   private native int GetToleranceMaxValue_27();
155   public int GetToleranceMaxValue()
156     { return GetToleranceMaxValue_27(); }
157
158   private native int GetTolerance_28();
159   public int GetTolerance()
160     { return GetTolerance_28(); }
161
162   private native void SetResolution_29(int id0);
163   public void SetResolution(int id0)
164     { SetResolution_29(id0); }
165
166   private native int GetResolution_30();
167   public int GetResolution()
168     { return GetResolution_30(); }
169
170   private native void GetPolyData_31(vtkPolyData id0);
171   public void GetPolyData(vtkPolyData id0)
172     { GetPolyData_31(id0); }
173
174   private native void PlaceWidget_32(double id0[]);
175   public void PlaceWidget(double id0[])
176     { PlaceWidget_32(id0); }
177
178   private native void BuildRepresentation_33();
179   public void BuildRepresentation()
180     { BuildRepresentation_33(); }
181
182   private native int ComputeInteractionState_34(int id0,int id1,int id2);
183   public int ComputeInteractionState(int id0,int id1,int id2)
184     { return ComputeInteractionState_34(id0,id1,id2); }
185
186   private native void StartWidgetInteraction_35(double id0[]);
187   public void StartWidgetInteraction(double id0[])
188     { StartWidgetInteraction_35(id0); }
189
190   private native void WidgetInteraction_36(double id0[]);
191   public void WidgetInteraction(double id0[])
192     { WidgetInteraction_36(id0); }
193
194   private native double[] GetBounds_37();
195   public double[] GetBounds()
196     { return GetBounds_37(); }
197
198   private native void GetActors_38(vtkPropCollection id0);
199   public void GetActors(vtkPropCollection id0)
200     { GetActors_38(id0); }
201
202   private native void ReleaseGraphicsResources_39(vtkWindow id0);
203   public void ReleaseGraphicsResources(vtkWindow id0)
204     { ReleaseGraphicsResources_39(id0); }
205
206   private native int RenderOpaqueGeometry_40(vtkViewport id0);
207   public int RenderOpaqueGeometry(vtkViewport id0)
208     { return RenderOpaqueGeometry_40(id0); }
209
210   private native int RenderTranslucentPolygonalGeometry_41(vtkViewport id0);
211   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
212     { return RenderTranslucentPolygonalGeometry_41(id0); }
213
214   private native int HasTranslucentPolygonalGeometry_42();
215   public int HasTranslucentPolygonalGeometry()
216     { return HasTranslucentPolygonalGeometry_42(); }
217
218   private native void SetInteractionState_43(int id0);
219   public void SetInteractionState(int id0)
220     { SetInteractionState_43(id0); }
221
222   private native int GetInteractionStateMinValue_44();
223   public int GetInteractionStateMinValue()
224     { return GetInteractionStateMinValue_44(); }
225
226   private native int GetInteractionStateMaxValue_45();
227   public int GetInteractionStateMaxValue()
228     { return GetInteractionStateMaxValue_45(); }
229
230   private native void SetRepresentationState_46(int id0);
231   public void SetRepresentationState(int id0)
232     { SetRepresentationState_46(id0); }
233
234   private native int GetRepresentationState_47();
235   public int GetRepresentationState()
236     { return GetRepresentationState_47(); }
237
238   private native void SetDirectionalLine_48(boolean id0);
239   public void SetDirectionalLine(boolean id0)
240     { SetDirectionalLine_48(id0); }
241
242   private native boolean GetDirectionalLine_49();
243   public boolean GetDirectionalLine()
244     { return GetDirectionalLine_49(); }
245
246   private native void DirectionalLineOn_50();
247   public void DirectionalLineOn()
248     { DirectionalLineOn_50(); }
249
250   private native void DirectionalLineOff_51();
251   public void DirectionalLineOff()
252     { DirectionalLineOff_51(); }
253
254   private native int GetMTime_52();
255   public int GetMTime()
256     { return GetMTime_52(); }
257
258   private native void SetRenderer_53(vtkRenderer id0);
259   public void SetRenderer(vtkRenderer id0)
260     { SetRenderer_53(id0); }
261
262   private native void SetDistanceAnnotationVisibility_54(int id0);
263   public void SetDistanceAnnotationVisibility(int id0)
264     { SetDistanceAnnotationVisibility_54(id0); }
265
266   private native int GetDistanceAnnotationVisibility_55();
267   public int GetDistanceAnnotationVisibility()
268     { return GetDistanceAnnotationVisibility_55(); }
269
270   private native void DistanceAnnotationVisibilityOn_56();
271   public void DistanceAnnotationVisibilityOn()
272     { DistanceAnnotationVisibilityOn_56(); }
273
274   private native void DistanceAnnotationVisibilityOff_57();
275   public void DistanceAnnotationVisibilityOff()
276     { DistanceAnnotationVisibilityOff_57(); }
277
278   private native void SetDistanceAnnotationFormat_58(String id0);
279   public void SetDistanceAnnotationFormat(String id0)
280     { SetDistanceAnnotationFormat_58(id0); }
281
282   private native String GetDistanceAnnotationFormat_59();
283   public String GetDistanceAnnotationFormat()
284     { return GetDistanceAnnotationFormat_59(); }
285
286   private native void SetDistanceAnnotationScale_60(double id0,double id1,double id2);
287   public void SetDistanceAnnotationScale(double id0,double id1,double id2)
288     { SetDistanceAnnotationScale_60(id0,id1,id2); }
289
290   private native void SetDistanceAnnotationScale_61(double id0[]);
291   public void SetDistanceAnnotationScale(double id0[])
292     { SetDistanceAnnotationScale_61(id0); }
293
294   private native double[] GetDistanceAnnotationScale_62();
295   public double[] GetDistanceAnnotationScale()
296     { return GetDistanceAnnotationScale_62(); }
297
298   private native double GetDistance_63();
299   public double GetDistance()
300     { return GetDistance_63(); }
301
302   private native void SetLineColor_64(double id0,double id1,double id2);
303   public void SetLineColor(double id0,double id1,double id2)
304     { SetLineColor_64(id0,id1,id2); }
305
306   private native long GetDistanceAnnotationProperty_65();
307   public vtkProperty GetDistanceAnnotationProperty() {
308     long temp = GetDistanceAnnotationProperty_65();
309
310     if (temp == 0) return null;
311     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
312 }
313
314   private native long GetTextActor_66();
315   public vtkFollower GetTextActor() {
316     long temp = GetTextActor_66();
317
318     if (temp == 0) return null;
319     return (vtkFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
320 }
321
322   private native void SetRestrictFlag_67(int id0);
323   public void SetRestrictFlag(int id0)
324     { SetRestrictFlag_67(id0); }
325
326   private native int GetRestrictFlagMinValue_68();
327   public int GetRestrictFlagMinValue()
328     { return GetRestrictFlagMinValue_68(); }
329
330   private native int GetRestrictFlagMaxValue_69();
331   public int GetRestrictFlagMaxValue()
332     { return GetRestrictFlagMaxValue_69(); }
333
334   public vtkLineRepresentation() { super(); }
335
336   public vtkLineRepresentation(long id) { super(id); }
337   public native long   VTKInit();
338
339 }