1 // java wrapper for vtkCurveRepresentation object
7 public class vtkCurveRepresentation extends vtkWidgetRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetInteractionState_2(int id0);
19 public void SetInteractionState(int id0)
20 { SetInteractionState_2(id0); }
22 private native void SetProjectToPlane_3(int id0);
23 public void SetProjectToPlane(int id0)
24 { SetProjectToPlane_3(id0); }
26 private native int GetProjectToPlane_4();
27 public int GetProjectToPlane()
28 { return GetProjectToPlane_4(); }
30 private native void ProjectToPlaneOn_5();
31 public void ProjectToPlaneOn()
32 { ProjectToPlaneOn_5(); }
34 private native void ProjectToPlaneOff_6();
35 public void ProjectToPlaneOff()
36 { ProjectToPlaneOff_6(); }
38 private native void SetPlaneSource_7(vtkPlaneSource id0);
39 public void SetPlaneSource(vtkPlaneSource id0)
40 { SetPlaneSource_7(id0); }
42 private native void SetProjectionNormal_8(int id0);
43 public void SetProjectionNormal(int id0)
44 { SetProjectionNormal_8(id0); }
46 private native int GetProjectionNormalMinValue_9();
47 public int GetProjectionNormalMinValue()
48 { return GetProjectionNormalMinValue_9(); }
50 private native int GetProjectionNormalMaxValue_10();
51 public int GetProjectionNormalMaxValue()
52 { return GetProjectionNormalMaxValue_10(); }
54 private native int GetProjectionNormal_11();
55 public int GetProjectionNormal()
56 { return GetProjectionNormal_11(); }
58 private native void SetProjectionNormalToXAxes_12();
59 public void SetProjectionNormalToXAxes()
60 { SetProjectionNormalToXAxes_12(); }
62 private native void SetProjectionNormalToYAxes_13();
63 public void SetProjectionNormalToYAxes()
64 { SetProjectionNormalToYAxes_13(); }
66 private native void SetProjectionNormalToZAxes_14();
67 public void SetProjectionNormalToZAxes()
68 { SetProjectionNormalToZAxes_14(); }
70 private native void SetProjectionNormalToOblique_15();
71 public void SetProjectionNormalToOblique()
72 { SetProjectionNormalToOblique_15(); }
74 private native void SetProjectionPosition_16(double id0);
75 public void SetProjectionPosition(double id0)
76 { SetProjectionPosition_16(id0); }
78 private native double GetProjectionPosition_17();
79 public double GetProjectionPosition()
80 { return GetProjectionPosition_17(); }
82 private native void GetPolyData_18(vtkPolyData id0);
83 public void GetPolyData(vtkPolyData id0)
84 { GetPolyData_18(id0); }
86 private native long GetHandleProperty_19();
87 public vtkProperty GetHandleProperty() {
88 long temp = GetHandleProperty_19();
90 if (temp == 0) return null;
91 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
94 private native long GetSelectedHandleProperty_20();
95 public vtkProperty GetSelectedHandleProperty() {
96 long temp = GetSelectedHandleProperty_20();
98 if (temp == 0) return null;
99 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
102 private native long GetLineProperty_21();
103 public vtkProperty GetLineProperty() {
104 long temp = GetLineProperty_21();
106 if (temp == 0) return null;
107 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
110 private native long GetSelectedLineProperty_22();
111 public vtkProperty GetSelectedLineProperty() {
112 long temp = GetSelectedLineProperty_22();
114 if (temp == 0) return null;
115 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
118 private native void SetNumberOfHandles_23(int id0);
119 public void SetNumberOfHandles(int id0)
120 { SetNumberOfHandles_23(id0); }
122 private native int GetNumberOfHandles_24();
123 public int GetNumberOfHandles()
124 { return GetNumberOfHandles_24(); }
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); }
130 private native void SetHandlePosition_26(int id0,double id1[]);
131 public void SetHandlePosition(int id0,double id1[])
132 { SetHandlePosition_26(id0,id1); }
134 private native void GetHandlePosition_27(int id0,double id1[]);
135 public void GetHandlePosition(int id0,double id1[])
136 { GetHandlePosition_27(id0,id1); }
138 private native long GetHandlePositions_28();
139 public vtkDoubleArray GetHandlePositions() {
140 long temp = GetHandlePositions_28();
142 if (temp == 0) return null;
143 return (vtkDoubleArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
146 private native void SetClosed_29(int id0);
147 public void SetClosed(int id0)
148 { SetClosed_29(id0); }
150 private native int GetClosed_30();
151 public int GetClosed()
152 { return GetClosed_30(); }
154 private native void ClosedOn_31();
155 public void ClosedOn()
158 private native void ClosedOff_32();
159 public void ClosedOff()
162 private native int IsClosed_33();
163 public int IsClosed()
164 { return IsClosed_33(); }
166 private native double GetSummedLength_34();
167 public double GetSummedLength()
168 { return GetSummedLength_34(); }
170 private native void InitializeHandles_35(vtkPoints id0);
171 public void InitializeHandles(vtkPoints id0)
172 { InitializeHandles_35(id0); }
174 private native void BuildRepresentation_36();
175 public void BuildRepresentation()
176 { BuildRepresentation_36(); }
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); }
182 private native void StartWidgetInteraction_38(double id0[]);
183 public void StartWidgetInteraction(double id0[])
184 { StartWidgetInteraction_38(id0); }
186 private native void WidgetInteraction_39(double id0[]);
187 public void WidgetInteraction(double id0[])
188 { WidgetInteraction_39(id0); }
190 private native void EndWidgetInteraction_40(double id0[]);
191 public void EndWidgetInteraction(double id0[])
192 { EndWidgetInteraction_40(id0); }
194 private native void ReleaseGraphicsResources_41(vtkWindow id0);
195 public void ReleaseGraphicsResources(vtkWindow id0)
196 { ReleaseGraphicsResources_41(id0); }
198 private native int RenderOpaqueGeometry_42(vtkViewport id0);
199 public int RenderOpaqueGeometry(vtkViewport id0)
200 { return RenderOpaqueGeometry_42(id0); }
202 private native int RenderTranslucentPolygonalGeometry_43(vtkViewport id0);
203 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
204 { return RenderTranslucentPolygonalGeometry_43(id0); }
206 private native int RenderOverlay_44(vtkViewport id0);
207 public int RenderOverlay(vtkViewport id0)
208 { return RenderOverlay_44(id0); }
210 private native int HasTranslucentPolygonalGeometry_45();
211 public int HasTranslucentPolygonalGeometry()
212 { return HasTranslucentPolygonalGeometry_45(); }
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); }
218 private native void RegisterPickers_47();
219 public void RegisterPickers()
220 { RegisterPickers_47(); }
222 public vtkCurveRepresentation() { super(); }
224 public vtkCurveRepresentation(long id) { super(id); }