]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCurveRepresentation.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkCurveRepresentation.java
1 // java wrapper for vtkCurveRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCurveRepresentation 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 SetInteractionState_2(int id0);
19   public void SetInteractionState(int id0)
20     { SetInteractionState_2(id0); }
21
22   private native void SetProjectToPlane_3(int id0);
23   public void SetProjectToPlane(int id0)
24     { SetProjectToPlane_3(id0); }
25
26   private native int GetProjectToPlane_4();
27   public int GetProjectToPlane()
28     { return GetProjectToPlane_4(); }
29
30   private native void ProjectToPlaneOn_5();
31   public void ProjectToPlaneOn()
32     { ProjectToPlaneOn_5(); }
33
34   private native void ProjectToPlaneOff_6();
35   public void ProjectToPlaneOff()
36     { ProjectToPlaneOff_6(); }
37
38   private native void SetPlaneSource_7(vtkPlaneSource id0);
39   public void SetPlaneSource(vtkPlaneSource id0)
40     { SetPlaneSource_7(id0); }
41
42   private native void SetProjectionNormal_8(int id0);
43   public void SetProjectionNormal(int id0)
44     { SetProjectionNormal_8(id0); }
45
46   private native int GetProjectionNormalMinValue_9();
47   public int GetProjectionNormalMinValue()
48     { return GetProjectionNormalMinValue_9(); }
49
50   private native int GetProjectionNormalMaxValue_10();
51   public int GetProjectionNormalMaxValue()
52     { return GetProjectionNormalMaxValue_10(); }
53
54   private native int GetProjectionNormal_11();
55   public int GetProjectionNormal()
56     { return GetProjectionNormal_11(); }
57
58   private native void SetProjectionNormalToXAxes_12();
59   public void SetProjectionNormalToXAxes()
60     { SetProjectionNormalToXAxes_12(); }
61
62   private native void SetProjectionNormalToYAxes_13();
63   public void SetProjectionNormalToYAxes()
64     { SetProjectionNormalToYAxes_13(); }
65
66   private native void SetProjectionNormalToZAxes_14();
67   public void SetProjectionNormalToZAxes()
68     { SetProjectionNormalToZAxes_14(); }
69
70   private native void SetProjectionNormalToOblique_15();
71   public void SetProjectionNormalToOblique()
72     { SetProjectionNormalToOblique_15(); }
73
74   private native void SetProjectionPosition_16(double id0);
75   public void SetProjectionPosition(double id0)
76     { SetProjectionPosition_16(id0); }
77
78   private native double GetProjectionPosition_17();
79   public double GetProjectionPosition()
80     { return GetProjectionPosition_17(); }
81
82   private native void GetPolyData_18(vtkPolyData id0);
83   public void GetPolyData(vtkPolyData id0)
84     { GetPolyData_18(id0); }
85
86   private native long GetHandleProperty_19();
87   public vtkProperty GetHandleProperty() {
88     long temp = GetHandleProperty_19();
89
90     if (temp == 0) return null;
91     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native long GetSelectedHandleProperty_20();
95   public vtkProperty GetSelectedHandleProperty() {
96     long temp = GetSelectedHandleProperty_20();
97
98     if (temp == 0) return null;
99     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
100 }
101
102   private native long GetLineProperty_21();
103   public vtkProperty GetLineProperty() {
104     long temp = GetLineProperty_21();
105
106     if (temp == 0) return null;
107     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native long GetSelectedLineProperty_22();
111   public vtkProperty GetSelectedLineProperty() {
112     long temp = GetSelectedLineProperty_22();
113
114     if (temp == 0) return null;
115     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
116 }
117
118   private native void SetNumberOfHandles_23(int id0);
119   public void SetNumberOfHandles(int id0)
120     { SetNumberOfHandles_23(id0); }
121
122   private native int GetNumberOfHandles_24();
123   public int GetNumberOfHandles()
124     { return GetNumberOfHandles_24(); }
125
126   private native void SetHandlePosition_25(int id0,double id1,double id2,double id3);
127   public void SetHandlePosition(int id0,double id1,double id2,double id3)
128     { SetHandlePosition_25(id0,id1,id2,id3); }
129
130   private native void SetHandlePosition_26(int id0,double id1[]);
131   public void SetHandlePosition(int id0,double id1[])
132     { SetHandlePosition_26(id0,id1); }
133
134   private native void GetHandlePosition_27(int id0,double id1[]);
135   public void GetHandlePosition(int id0,double id1[])
136     { GetHandlePosition_27(id0,id1); }
137
138   private native long GetHandlePositions_28();
139   public vtkDoubleArray GetHandlePositions() {
140     long temp = GetHandlePositions_28();
141
142     if (temp == 0) return null;
143     return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native void SetClosed_29(int id0);
147   public void SetClosed(int id0)
148     { SetClosed_29(id0); }
149
150   private native int GetClosed_30();
151   public int GetClosed()
152     { return GetClosed_30(); }
153
154   private native void ClosedOn_31();
155   public void ClosedOn()
156     { ClosedOn_31(); }
157
158   private native void ClosedOff_32();
159   public void ClosedOff()
160     { ClosedOff_32(); }
161
162   private native int IsClosed_33();
163   public int IsClosed()
164     { return IsClosed_33(); }
165
166   private native double GetSummedLength_34();
167   public double GetSummedLength()
168     { return GetSummedLength_34(); }
169
170   private native void InitializeHandles_35(vtkPoints id0);
171   public void InitializeHandles(vtkPoints id0)
172     { InitializeHandles_35(id0); }
173
174   private native void BuildRepresentation_36();
175   public void BuildRepresentation()
176     { BuildRepresentation_36(); }
177
178   private native int ComputeInteractionState_37(int id0,int id1,int id2);
179   public int ComputeInteractionState(int id0,int id1,int id2)
180     { return ComputeInteractionState_37(id0,id1,id2); }
181
182   private native void StartWidgetInteraction_38(double id0[]);
183   public void StartWidgetInteraction(double id0[])
184     { StartWidgetInteraction_38(id0); }
185
186   private native void WidgetInteraction_39(double id0[]);
187   public void WidgetInteraction(double id0[])
188     { WidgetInteraction_39(id0); }
189
190   private native void EndWidgetInteraction_40(double id0[]);
191   public void EndWidgetInteraction(double id0[])
192     { EndWidgetInteraction_40(id0); }
193
194   private native void ReleaseGraphicsResources_41(vtkWindow id0);
195   public void ReleaseGraphicsResources(vtkWindow id0)
196     { ReleaseGraphicsResources_41(id0); }
197
198   private native int RenderOpaqueGeometry_42(vtkViewport id0);
199   public int RenderOpaqueGeometry(vtkViewport id0)
200     { return RenderOpaqueGeometry_42(id0); }
201
202   private native int RenderTranslucentPolygonalGeometry_43(vtkViewport id0);
203   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
204     { return RenderTranslucentPolygonalGeometry_43(id0); }
205
206   private native int RenderOverlay_44(vtkViewport id0);
207   public int RenderOverlay(vtkViewport id0)
208     { return RenderOverlay_44(id0); }
209
210   private native int HasTranslucentPolygonalGeometry_45();
211   public int HasTranslucentPolygonalGeometry()
212     { return HasTranslucentPolygonalGeometry_45(); }
213
214   private native void SetLineColor_46(double id0,double id1,double id2);
215   public void SetLineColor(double id0,double id1,double id2)
216     { SetLineColor_46(id0,id1,id2); }
217
218   private native void RegisterPickers_47();
219   public void RegisterPickers()
220     { RegisterPickers_47(); }
221
222   public vtkCurveRepresentation() { super(); }
223
224   public vtkCurveRepresentation(long id) { super(id); }
225
226 }