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