1 // java wrapper for vtkProp object
7 public class vtkProp extends vtkObject
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 GetActors_2(vtkPropCollection id0);
19 public void GetActors(vtkPropCollection id0)
22 private native void GetActors2D_3(vtkPropCollection id0);
23 public void GetActors2D(vtkPropCollection id0)
24 { GetActors2D_3(id0); }
26 private native void GetVolumes_4(vtkPropCollection id0);
27 public void GetVolumes(vtkPropCollection id0)
28 { GetVolumes_4(id0); }
30 private native void SetVisibility_5(int id0);
31 public void SetVisibility(int id0)
32 { SetVisibility_5(id0); }
34 private native int GetVisibility_6();
35 public int GetVisibility()
36 { return GetVisibility_6(); }
38 private native void VisibilityOn_7();
39 public void VisibilityOn()
42 private native void VisibilityOff_8();
43 public void VisibilityOff()
44 { VisibilityOff_8(); }
46 private native void SetPickable_9(int id0);
47 public void SetPickable(int id0)
48 { SetPickable_9(id0); }
50 private native int GetPickable_10();
51 public int GetPickable()
52 { return GetPickable_10(); }
54 private native void PickableOn_11();
55 public void PickableOn()
58 private native void PickableOff_12();
59 public void PickableOff()
62 private native void Pick_13();
66 private native void SetDragable_14(int id0);
67 public void SetDragable(int id0)
68 { SetDragable_14(id0); }
70 private native int GetDragable_15();
71 public int GetDragable()
72 { return GetDragable_15(); }
74 private native void DragableOn_16();
75 public void DragableOn()
78 private native void DragableOff_17();
79 public void DragableOff()
82 private native int GetRedrawMTime_18();
83 public int GetRedrawMTime()
84 { return GetRedrawMTime_18(); }
86 private native void SetUseBounds_19(boolean id0);
87 public void SetUseBounds(boolean id0)
88 { SetUseBounds_19(id0); }
90 private native boolean GetUseBounds_20();
91 public boolean GetUseBounds()
92 { return GetUseBounds_20(); }
94 private native void UseBoundsOn_21();
95 public void UseBoundsOn()
98 private native void UseBoundsOff_22();
99 public void UseBoundsOff()
100 { UseBoundsOff_22(); }
102 private native double[] GetBounds_23();
103 public double[] GetBounds()
104 { return GetBounds_23(); }
106 private native void ShallowCopy_24(vtkProp id0);
107 public void ShallowCopy(vtkProp id0)
108 { ShallowCopy_24(id0); }
110 private native void InitPathTraversal_25();
111 public void InitPathTraversal()
112 { InitPathTraversal_25(); }
114 private native long GetNextPath_26();
115 public vtkAssemblyPath GetNextPath() {
116 long temp = GetNextPath_26();
118 if (temp == 0) return null;
119 return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
122 private native int GetNumberOfPaths_27();
123 public int GetNumberOfPaths()
124 { return GetNumberOfPaths_27(); }
126 private native void PokeMatrix_28(vtkMatrix4x4 id0);
127 public void PokeMatrix(vtkMatrix4x4 id0)
128 { PokeMatrix_28(id0); }
130 private native long GetMatrix_29();
131 public vtkMatrix4x4 GetMatrix() {
132 long temp = GetMatrix_29();
134 if (temp == 0) return null;
135 return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
138 private native long GetPropertyKeys_30();
139 public vtkInformation GetPropertyKeys() {
140 long temp = GetPropertyKeys_30();
142 if (temp == 0) return null;
143 return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
146 private native void SetPropertyKeys_31(vtkInformation id0);
147 public void SetPropertyKeys(vtkInformation id0)
148 { SetPropertyKeys_31(id0); }
150 private native boolean HasKeys_32(vtkInformation id0);
151 public boolean HasKeys(vtkInformation id0)
152 { return HasKeys_32(id0); }
154 private native long GeneralTextureUnit_33();
155 public vtkInformationIntegerKey GeneralTextureUnit() {
156 long temp = GeneralTextureUnit_33();
158 if (temp == 0) return null;
159 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
162 private native long GeneralTextureTransform_34();
163 public vtkInformationDoubleVectorKey GeneralTextureTransform() {
164 long temp = GeneralTextureTransform_34();
166 if (temp == 0) return null;
167 return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
170 private native int RenderOpaqueGeometry_35(vtkViewport id0);
171 public int RenderOpaqueGeometry(vtkViewport id0)
172 { return RenderOpaqueGeometry_35(id0); }
174 private native int RenderTranslucentPolygonalGeometry_36(vtkViewport id0);
175 public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
176 { return RenderTranslucentPolygonalGeometry_36(id0); }
178 private native int RenderVolumetricGeometry_37(vtkViewport id0);
179 public int RenderVolumetricGeometry(vtkViewport id0)
180 { return RenderVolumetricGeometry_37(id0); }
182 private native int RenderOverlay_38(vtkViewport id0);
183 public int RenderOverlay(vtkViewport id0)
184 { return RenderOverlay_38(id0); }
186 private native boolean RenderFilteredOpaqueGeometry_39(vtkViewport id0,vtkInformation id1);
187 public boolean RenderFilteredOpaqueGeometry(vtkViewport id0,vtkInformation id1)
188 { return RenderFilteredOpaqueGeometry_39(id0,id1); }
190 private native boolean RenderFilteredTranslucentPolygonalGeometry_40(vtkViewport id0,vtkInformation id1);
191 public boolean RenderFilteredTranslucentPolygonalGeometry(vtkViewport id0,vtkInformation id1)
192 { return RenderFilteredTranslucentPolygonalGeometry_40(id0,id1); }
194 private native boolean RenderFilteredVolumetricGeometry_41(vtkViewport id0,vtkInformation id1);
195 public boolean RenderFilteredVolumetricGeometry(vtkViewport id0,vtkInformation id1)
196 { return RenderFilteredVolumetricGeometry_41(id0,id1); }
198 private native boolean RenderFilteredOverlay_42(vtkViewport id0,vtkInformation id1);
199 public boolean RenderFilteredOverlay(vtkViewport id0,vtkInformation id1)
200 { return RenderFilteredOverlay_42(id0,id1); }
202 private native int HasTranslucentPolygonalGeometry_43();
203 public int HasTranslucentPolygonalGeometry()
204 { return HasTranslucentPolygonalGeometry_43(); }
206 private native void ReleaseGraphicsResources_44(vtkWindow id0);
207 public void ReleaseGraphicsResources(vtkWindow id0)
208 { ReleaseGraphicsResources_44(id0); }
210 private native double GetEstimatedRenderTime_45(vtkViewport id0);
211 public double GetEstimatedRenderTime(vtkViewport id0)
212 { return GetEstimatedRenderTime_45(id0); }
214 private native double GetEstimatedRenderTime_46();
215 public double GetEstimatedRenderTime()
216 { return GetEstimatedRenderTime_46(); }
218 private native void SetEstimatedRenderTime_47(double id0);
219 public void SetEstimatedRenderTime(double id0)
220 { SetEstimatedRenderTime_47(id0); }
222 private native void RestoreEstimatedRenderTime_48();
223 public void RestoreEstimatedRenderTime()
224 { RestoreEstimatedRenderTime_48(); }
226 private native void AddEstimatedRenderTime_49(double id0,vtkViewport id1);
227 public void AddEstimatedRenderTime(double id0,vtkViewport id1)
228 { AddEstimatedRenderTime_49(id0,id1); }
230 private native void SetAllocatedRenderTime_50(double id0,vtkViewport id1);
231 public void SetAllocatedRenderTime(double id0,vtkViewport id1)
232 { SetAllocatedRenderTime_50(id0,id1); }
234 private native double GetAllocatedRenderTime_51();
235 public double GetAllocatedRenderTime()
236 { return GetAllocatedRenderTime_51(); }
238 private native void SetRenderTimeMultiplier_52(double id0);
239 public void SetRenderTimeMultiplier(double id0)
240 { SetRenderTimeMultiplier_52(id0); }
242 private native double GetRenderTimeMultiplier_53();
243 public double GetRenderTimeMultiplier()
244 { return GetRenderTimeMultiplier_53(); }
246 private native void BuildPaths_54(vtkAssemblyPaths id0,vtkAssemblyPath id1);
247 public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1)
248 { BuildPaths_54(id0,id1); }
250 private native boolean GetSupportsSelection_55();
251 public boolean GetSupportsSelection()
252 { return GetSupportsSelection_55(); }
254 private native int GetNumberOfConsumers_56();
255 public int GetNumberOfConsumers()
256 { return GetNumberOfConsumers_56(); }
258 private native void AddConsumer_57(vtkObject id0);
259 public void AddConsumer(vtkObject id0)
260 { AddConsumer_57(id0); }
262 private native void RemoveConsumer_58(vtkObject id0);
263 public void RemoveConsumer(vtkObject id0)
264 { RemoveConsumer_58(id0); }
266 private native long GetConsumer_59(int id0);
267 public vtkObject GetConsumer(int id0) {
268 long temp = GetConsumer_59(id0);
270 if (temp == 0) return null;
271 return (vtkObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
274 private native int IsConsumer_60(vtkObject id0);
275 public int IsConsumer(vtkObject id0)
276 { return IsConsumer_60(id0); }
278 public vtkProp() { super(); }
280 public vtkProp(long id) { super(id); }