]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkContourRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkContourRepresentation.java
1 // java wrapper for vtkContourRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkContourRepresentation 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 int AddNodeAtWorldPosition_2(double id0,double id1,double id2);
19   public int AddNodeAtWorldPosition(double id0,double id1,double id2)
20     { return AddNodeAtWorldPosition_2(id0,id1,id2); }
21
22   private native int AddNodeAtWorldPosition_3(double id0[]);
23   public int AddNodeAtWorldPosition(double id0[])
24     { return AddNodeAtWorldPosition_3(id0); }
25
26   private native int AddNodeAtWorldPosition_4(double id0[],double id1[]);
27   public int AddNodeAtWorldPosition(double id0[],double id1[])
28     { return AddNodeAtWorldPosition_4(id0,id1); }
29
30   private native int AddNodeAtDisplayPosition_5(double id0[]);
31   public int AddNodeAtDisplayPosition(double id0[])
32     { return AddNodeAtDisplayPosition_5(id0); }
33
34   private native int AddNodeAtDisplayPosition_6(int id0[]);
35   public int AddNodeAtDisplayPosition(int id0[])
36     { return AddNodeAtDisplayPosition_6(id0); }
37
38   private native int AddNodeAtDisplayPosition_7(int id0,int id1);
39   public int AddNodeAtDisplayPosition(int id0,int id1)
40     { return AddNodeAtDisplayPosition_7(id0,id1); }
41
42   private native int ActivateNode_8(double id0[]);
43   public int ActivateNode(double id0[])
44     { return ActivateNode_8(id0); }
45
46   private native int ActivateNode_9(int id0[]);
47   public int ActivateNode(int id0[])
48     { return ActivateNode_9(id0); }
49
50   private native int ActivateNode_10(int id0,int id1);
51   public int ActivateNode(int id0,int id1)
52     { return ActivateNode_10(id0,id1); }
53
54   private native int SetActiveNodeToWorldPosition_11(double id0[]);
55   public int SetActiveNodeToWorldPosition(double id0[])
56     { return SetActiveNodeToWorldPosition_11(id0); }
57
58   private native int SetActiveNodeToWorldPosition_12(double id0[],double id1[]);
59   public int SetActiveNodeToWorldPosition(double id0[],double id1[])
60     { return SetActiveNodeToWorldPosition_12(id0,id1); }
61
62   private native int SetActiveNodeToDisplayPosition_13(double id0[]);
63   public int SetActiveNodeToDisplayPosition(double id0[])
64     { return SetActiveNodeToDisplayPosition_13(id0); }
65
66   private native int SetActiveNodeToDisplayPosition_14(int id0[]);
67   public int SetActiveNodeToDisplayPosition(int id0[])
68     { return SetActiveNodeToDisplayPosition_14(id0); }
69
70   private native int SetActiveNodeToDisplayPosition_15(int id0,int id1);
71   public int SetActiveNodeToDisplayPosition(int id0,int id1)
72     { return SetActiveNodeToDisplayPosition_15(id0,id1); }
73
74   private native int ToggleActiveNodeSelected_16();
75   public int ToggleActiveNodeSelected()
76     { return ToggleActiveNodeSelected_16(); }
77
78   private native int GetActiveNodeSelected_17();
79   public int GetActiveNodeSelected()
80     { return GetActiveNodeSelected_17(); }
81
82   private native int GetNthNodeSelected_18(int id0);
83   public int GetNthNodeSelected(int id0)
84     { return GetNthNodeSelected_18(id0); }
85
86   private native int SetNthNodeSelected_19(int id0);
87   public int SetNthNodeSelected(int id0)
88     { return SetNthNodeSelected_19(id0); }
89
90   private native int GetActiveNodeWorldPosition_20(double id0[]);
91   public int GetActiveNodeWorldPosition(double id0[])
92     { return GetActiveNodeWorldPosition_20(id0); }
93
94   private native int GetActiveNodeWorldOrientation_21(double id0[]);
95   public int GetActiveNodeWorldOrientation(double id0[])
96     { return GetActiveNodeWorldOrientation_21(id0); }
97
98   private native int GetActiveNodeDisplayPosition_22(double id0[]);
99   public int GetActiveNodeDisplayPosition(double id0[])
100     { return GetActiveNodeDisplayPosition_22(id0); }
101
102   private native int GetNumberOfNodes_23();
103   public int GetNumberOfNodes()
104     { return GetNumberOfNodes_23(); }
105
106   private native int GetNthNodeDisplayPosition_24(int id0,double id1[]);
107   public int GetNthNodeDisplayPosition(int id0,double id1[])
108     { return GetNthNodeDisplayPosition_24(id0,id1); }
109
110   private native int GetNthNodeWorldPosition_25(int id0,double id1[]);
111   public int GetNthNodeWorldPosition(int id0,double id1[])
112     { return GetNthNodeWorldPosition_25(id0,id1); }
113
114   private native int GetNthNodeWorldOrientation_26(int id0,double id1[]);
115   public int GetNthNodeWorldOrientation(int id0,double id1[])
116     { return GetNthNodeWorldOrientation_26(id0,id1); }
117
118   private native int SetNthNodeDisplayPosition_27(int id0,int id1,int id2);
119   public int SetNthNodeDisplayPosition(int id0,int id1,int id2)
120     { return SetNthNodeDisplayPosition_27(id0,id1,id2); }
121
122   private native int SetNthNodeDisplayPosition_28(int id0,int id1[]);
123   public int SetNthNodeDisplayPosition(int id0,int id1[])
124     { return SetNthNodeDisplayPosition_28(id0,id1); }
125
126   private native int SetNthNodeDisplayPosition_29(int id0,double id1[]);
127   public int SetNthNodeDisplayPosition(int id0,double id1[])
128     { return SetNthNodeDisplayPosition_29(id0,id1); }
129
130   private native int SetNthNodeWorldPosition_30(int id0,double id1[]);
131   public int SetNthNodeWorldPosition(int id0,double id1[])
132     { return SetNthNodeWorldPosition_30(id0,id1); }
133
134   private native int SetNthNodeWorldPosition_31(int id0,double id1[],double id2[]);
135   public int SetNthNodeWorldPosition(int id0,double id1[],double id2[])
136     { return SetNthNodeWorldPosition_31(id0,id1,id2); }
137
138   private native int GetNthNodeSlope_32(int id0,double id1[]);
139   public int GetNthNodeSlope(int id0,double id1[])
140     { return GetNthNodeSlope_32(id0,id1); }
141
142   private native int GetNumberOfIntermediatePoints_33(int id0);
143   public int GetNumberOfIntermediatePoints(int id0)
144     { return GetNumberOfIntermediatePoints_33(id0); }
145
146   private native int GetIntermediatePointWorldPosition_34(int id0,int id1,double id2[]);
147   public int GetIntermediatePointWorldPosition(int id0,int id1,double id2[])
148     { return GetIntermediatePointWorldPosition_34(id0,id1,id2); }
149
150   private native int AddIntermediatePointWorldPosition_35(int id0,double id1[]);
151   public int AddIntermediatePointWorldPosition(int id0,double id1[])
152     { return AddIntermediatePointWorldPosition_35(id0,id1); }
153
154   private native int AddIntermediatePointWorldPosition_36(int id0,double id1[],int id2);
155   public int AddIntermediatePointWorldPosition(int id0,double id1[],int id2)
156     { return AddIntermediatePointWorldPosition_36(id0,id1,id2); }
157
158   private native int DeleteLastNode_37();
159   public int DeleteLastNode()
160     { return DeleteLastNode_37(); }
161
162   private native int DeleteActiveNode_38();
163   public int DeleteActiveNode()
164     { return DeleteActiveNode_38(); }
165
166   private native int DeleteNthNode_39(int id0);
167   public int DeleteNthNode(int id0)
168     { return DeleteNthNode_39(id0); }
169
170   private native void ClearAllNodes_40();
171   public void ClearAllNodes()
172     { ClearAllNodes_40(); }
173
174   private native int AddNodeOnContour_41(int id0,int id1);
175   public int AddNodeOnContour(int id0,int id1)
176     { return AddNodeOnContour_41(id0,id1); }
177
178   private native void SetPixelTolerance_42(int id0);
179   public void SetPixelTolerance(int id0)
180     { SetPixelTolerance_42(id0); }
181
182   private native int GetPixelToleranceMinValue_43();
183   public int GetPixelToleranceMinValue()
184     { return GetPixelToleranceMinValue_43(); }
185
186   private native int GetPixelToleranceMaxValue_44();
187   public int GetPixelToleranceMaxValue()
188     { return GetPixelToleranceMaxValue_44(); }
189
190   private native int GetPixelTolerance_45();
191   public int GetPixelTolerance()
192     { return GetPixelTolerance_45(); }
193
194   private native void SetWorldTolerance_46(double id0);
195   public void SetWorldTolerance(double id0)
196     { SetWorldTolerance_46(id0); }
197
198   private native double GetWorldToleranceMinValue_47();
199   public double GetWorldToleranceMinValue()
200     { return GetWorldToleranceMinValue_47(); }
201
202   private native double GetWorldToleranceMaxValue_48();
203   public double GetWorldToleranceMaxValue()
204     { return GetWorldToleranceMaxValue_48(); }
205
206   private native double GetWorldTolerance_49();
207   public double GetWorldTolerance()
208     { return GetWorldTolerance_49(); }
209
210   private native int GetCurrentOperation_50();
211   public int GetCurrentOperation()
212     { return GetCurrentOperation_50(); }
213
214   private native void SetCurrentOperation_51(int id0);
215   public void SetCurrentOperation(int id0)
216     { SetCurrentOperation_51(id0); }
217
218   private native int GetCurrentOperationMinValue_52();
219   public int GetCurrentOperationMinValue()
220     { return GetCurrentOperationMinValue_52(); }
221
222   private native int GetCurrentOperationMaxValue_53();
223   public int GetCurrentOperationMaxValue()
224     { return GetCurrentOperationMaxValue_53(); }
225
226   private native void SetCurrentOperationToInactive_54();
227   public void SetCurrentOperationToInactive()
228     { SetCurrentOperationToInactive_54(); }
229
230   private native void SetCurrentOperationToTranslate_55();
231   public void SetCurrentOperationToTranslate()
232     { SetCurrentOperationToTranslate_55(); }
233
234   private native void SetCurrentOperationToShift_56();
235   public void SetCurrentOperationToShift()
236     { SetCurrentOperationToShift_56(); }
237
238   private native void SetCurrentOperationToScale_57();
239   public void SetCurrentOperationToScale()
240     { SetCurrentOperationToScale_57(); }
241
242   private native void SetPointPlacer_58(vtkPointPlacer id0);
243   public void SetPointPlacer(vtkPointPlacer id0)
244     { SetPointPlacer_58(id0); }
245
246   private native long GetPointPlacer_59();
247   public vtkPointPlacer GetPointPlacer() {
248     long temp = GetPointPlacer_59();
249
250     if (temp == 0) return null;
251     return (vtkPointPlacer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
252 }
253
254   private native void SetLineInterpolator_60(vtkContourLineInterpolator id0);
255   public void SetLineInterpolator(vtkContourLineInterpolator id0)
256     { SetLineInterpolator_60(id0); }
257
258   private native long GetLineInterpolator_61();
259   public vtkContourLineInterpolator GetLineInterpolator() {
260     long temp = GetLineInterpolator_61();
261
262     if (temp == 0) return null;
263     return (vtkContourLineInterpolator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
264 }
265
266   private native void BuildRepresentation_62();
267   public void BuildRepresentation()
268     { BuildRepresentation_62(); }
269
270   private native int ComputeInteractionState_63(int id0,int id1,int id2);
271   public int ComputeInteractionState(int id0,int id1,int id2)
272     { return ComputeInteractionState_63(id0,id1,id2); }
273
274   private native void StartWidgetInteraction_64(double id0[]);
275   public void StartWidgetInteraction(double id0[])
276     { StartWidgetInteraction_64(id0); }
277
278   private native void WidgetInteraction_65(double id0[]);
279   public void WidgetInteraction(double id0[])
280     { WidgetInteraction_65(id0); }
281
282   private native void ReleaseGraphicsResources_66(vtkWindow id0);
283   public void ReleaseGraphicsResources(vtkWindow id0)
284     { ReleaseGraphicsResources_66(id0); }
285
286   private native int RenderOverlay_67(vtkViewport id0);
287   public int RenderOverlay(vtkViewport id0)
288     { return RenderOverlay_67(id0); }
289
290   private native int RenderOpaqueGeometry_68(vtkViewport id0);
291   public int RenderOpaqueGeometry(vtkViewport id0)
292     { return RenderOpaqueGeometry_68(id0); }
293
294   private native int RenderTranslucentPolygonalGeometry_69(vtkViewport id0);
295   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
296     { return RenderTranslucentPolygonalGeometry_69(id0); }
297
298   private native int HasTranslucentPolygonalGeometry_70();
299   public int HasTranslucentPolygonalGeometry()
300     { return HasTranslucentPolygonalGeometry_70(); }
301
302   private native void SetClosedLoop_71(int id0);
303   public void SetClosedLoop(int id0)
304     { SetClosedLoop_71(id0); }
305
306   private native int GetClosedLoop_72();
307   public int GetClosedLoop()
308     { return GetClosedLoop_72(); }
309
310   private native void ClosedLoopOn_73();
311   public void ClosedLoopOn()
312     { ClosedLoopOn_73(); }
313
314   private native void ClosedLoopOff_74();
315   public void ClosedLoopOff()
316     { ClosedLoopOff_74(); }
317
318   private native void SetShowSelectedNodes_75(int id0);
319   public void SetShowSelectedNodes(int id0)
320     { SetShowSelectedNodes_75(id0); }
321
322   private native int GetShowSelectedNodes_76();
323   public int GetShowSelectedNodes()
324     { return GetShowSelectedNodes_76(); }
325
326   private native void ShowSelectedNodesOn_77();
327   public void ShowSelectedNodesOn()
328     { ShowSelectedNodesOn_77(); }
329
330   private native void ShowSelectedNodesOff_78();
331   public void ShowSelectedNodesOff()
332     { ShowSelectedNodesOff_78(); }
333
334   private native long GetContourRepresentationAsPolyData_79();
335   public vtkPolyData GetContourRepresentationAsPolyData() {
336     long temp = GetContourRepresentationAsPolyData_79();
337
338     if (temp == 0) return null;
339     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
340 }
341
342   private native void GetNodePolyData_80(vtkPolyData id0);
343   public void GetNodePolyData(vtkPolyData id0)
344     { GetNodePolyData_80(id0); }
345
346   private native void SetRebuildLocator_81(boolean id0);
347   public void SetRebuildLocator(boolean id0)
348     { SetRebuildLocator_81(id0); }
349
350   public vtkContourRepresentation() { super(); }
351
352   public vtkContourRepresentation(long id) { super(id); }
353
354 }