]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProp.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkProp.java
1 // java wrapper for vtkProp object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkProp extends vtkObject
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 GetActors_2(vtkPropCollection id0);
19   public void GetActors(vtkPropCollection id0)
20     { GetActors_2(id0); }
21
22   private native void GetActors2D_3(vtkPropCollection id0);
23   public void GetActors2D(vtkPropCollection id0)
24     { GetActors2D_3(id0); }
25
26   private native void GetVolumes_4(vtkPropCollection id0);
27   public void GetVolumes(vtkPropCollection id0)
28     { GetVolumes_4(id0); }
29
30   private native void SetVisibility_5(int id0);
31   public void SetVisibility(int id0)
32     { SetVisibility_5(id0); }
33
34   private native int GetVisibility_6();
35   public int GetVisibility()
36     { return GetVisibility_6(); }
37
38   private native void VisibilityOn_7();
39   public void VisibilityOn()
40     { VisibilityOn_7(); }
41
42   private native void VisibilityOff_8();
43   public void VisibilityOff()
44     { VisibilityOff_8(); }
45
46   private native void SetPickable_9(int id0);
47   public void SetPickable(int id0)
48     { SetPickable_9(id0); }
49
50   private native int GetPickable_10();
51   public int GetPickable()
52     { return GetPickable_10(); }
53
54   private native void PickableOn_11();
55   public void PickableOn()
56     { PickableOn_11(); }
57
58   private native void PickableOff_12();
59   public void PickableOff()
60     { PickableOff_12(); }
61
62   private native void Pick_13();
63   public void Pick()
64     { Pick_13(); }
65
66   private native void SetDragable_14(int id0);
67   public void SetDragable(int id0)
68     { SetDragable_14(id0); }
69
70   private native int GetDragable_15();
71   public int GetDragable()
72     { return GetDragable_15(); }
73
74   private native void DragableOn_16();
75   public void DragableOn()
76     { DragableOn_16(); }
77
78   private native void DragableOff_17();
79   public void DragableOff()
80     { DragableOff_17(); }
81
82   private native int GetRedrawMTime_18();
83   public int GetRedrawMTime()
84     { return GetRedrawMTime_18(); }
85
86   private native void SetUseBounds_19(boolean id0);
87   public void SetUseBounds(boolean id0)
88     { SetUseBounds_19(id0); }
89
90   private native boolean GetUseBounds_20();
91   public boolean GetUseBounds()
92     { return GetUseBounds_20(); }
93
94   private native void UseBoundsOn_21();
95   public void UseBoundsOn()
96     { UseBoundsOn_21(); }
97
98   private native void UseBoundsOff_22();
99   public void UseBoundsOff()
100     { UseBoundsOff_22(); }
101
102   private native double[] GetBounds_23();
103   public double[] GetBounds()
104     { return GetBounds_23(); }
105
106   private native void ShallowCopy_24(vtkProp id0);
107   public void ShallowCopy(vtkProp id0)
108     { ShallowCopy_24(id0); }
109
110   private native void InitPathTraversal_25();
111   public void InitPathTraversal()
112     { InitPathTraversal_25(); }
113
114   private native long GetNextPath_26();
115   public vtkAssemblyPath GetNextPath() {
116     long temp = GetNextPath_26();
117
118     if (temp == 0) return null;
119     return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native int GetNumberOfPaths_27();
123   public int GetNumberOfPaths()
124     { return GetNumberOfPaths_27(); }
125
126   private native void PokeMatrix_28(vtkMatrix4x4 id0);
127   public void PokeMatrix(vtkMatrix4x4 id0)
128     { PokeMatrix_28(id0); }
129
130   private native long GetMatrix_29();
131   public vtkMatrix4x4 GetMatrix() {
132     long temp = GetMatrix_29();
133
134     if (temp == 0) return null;
135     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native long GetPropertyKeys_30();
139   public vtkInformation GetPropertyKeys() {
140     long temp = GetPropertyKeys_30();
141
142     if (temp == 0) return null;
143     return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native void SetPropertyKeys_31(vtkInformation id0);
147   public void SetPropertyKeys(vtkInformation id0)
148     { SetPropertyKeys_31(id0); }
149
150   private native boolean HasKeys_32(vtkInformation id0);
151   public boolean HasKeys(vtkInformation id0)
152     { return HasKeys_32(id0); }
153
154   private native long GeneralTextureUnit_33();
155   public vtkInformationIntegerKey GeneralTextureUnit() {
156     long temp = GeneralTextureUnit_33();
157
158     if (temp == 0) return null;
159     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native long GeneralTextureTransform_34();
163   public vtkInformationDoubleVectorKey GeneralTextureTransform() {
164     long temp = GeneralTextureTransform_34();
165
166     if (temp == 0) return null;
167     return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
168 }
169
170   private native int RenderOpaqueGeometry_35(vtkViewport id0);
171   public int RenderOpaqueGeometry(vtkViewport id0)
172     { return RenderOpaqueGeometry_35(id0); }
173
174   private native int RenderTranslucentPolygonalGeometry_36(vtkViewport id0);
175   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
176     { return RenderTranslucentPolygonalGeometry_36(id0); }
177
178   private native int RenderVolumetricGeometry_37(vtkViewport id0);
179   public int RenderVolumetricGeometry(vtkViewport id0)
180     { return RenderVolumetricGeometry_37(id0); }
181
182   private native int RenderOverlay_38(vtkViewport id0);
183   public int RenderOverlay(vtkViewport id0)
184     { return RenderOverlay_38(id0); }
185
186   private native boolean RenderFilteredOpaqueGeometry_39(vtkViewport id0,vtkInformation id1);
187   public boolean RenderFilteredOpaqueGeometry(vtkViewport id0,vtkInformation id1)
188     { return RenderFilteredOpaqueGeometry_39(id0,id1); }
189
190   private native boolean RenderFilteredTranslucentPolygonalGeometry_40(vtkViewport id0,vtkInformation id1);
191   public boolean RenderFilteredTranslucentPolygonalGeometry(vtkViewport id0,vtkInformation id1)
192     { return RenderFilteredTranslucentPolygonalGeometry_40(id0,id1); }
193
194   private native boolean RenderFilteredVolumetricGeometry_41(vtkViewport id0,vtkInformation id1);
195   public boolean RenderFilteredVolumetricGeometry(vtkViewport id0,vtkInformation id1)
196     { return RenderFilteredVolumetricGeometry_41(id0,id1); }
197
198   private native boolean RenderFilteredOverlay_42(vtkViewport id0,vtkInformation id1);
199   public boolean RenderFilteredOverlay(vtkViewport id0,vtkInformation id1)
200     { return RenderFilteredOverlay_42(id0,id1); }
201
202   private native int HasTranslucentPolygonalGeometry_43();
203   public int HasTranslucentPolygonalGeometry()
204     { return HasTranslucentPolygonalGeometry_43(); }
205
206   private native void ReleaseGraphicsResources_44(vtkWindow id0);
207   public void ReleaseGraphicsResources(vtkWindow id0)
208     { ReleaseGraphicsResources_44(id0); }
209
210   private native double GetEstimatedRenderTime_45(vtkViewport id0);
211   public double GetEstimatedRenderTime(vtkViewport id0)
212     { return GetEstimatedRenderTime_45(id0); }
213
214   private native double GetEstimatedRenderTime_46();
215   public double GetEstimatedRenderTime()
216     { return GetEstimatedRenderTime_46(); }
217
218   private native void SetEstimatedRenderTime_47(double id0);
219   public void SetEstimatedRenderTime(double id0)
220     { SetEstimatedRenderTime_47(id0); }
221
222   private native void RestoreEstimatedRenderTime_48();
223   public void RestoreEstimatedRenderTime()
224     { RestoreEstimatedRenderTime_48(); }
225
226   private native void AddEstimatedRenderTime_49(double id0,vtkViewport id1);
227   public void AddEstimatedRenderTime(double id0,vtkViewport id1)
228     { AddEstimatedRenderTime_49(id0,id1); }
229
230   private native void SetAllocatedRenderTime_50(double id0,vtkViewport id1);
231   public void SetAllocatedRenderTime(double id0,vtkViewport id1)
232     { SetAllocatedRenderTime_50(id0,id1); }
233
234   private native double GetAllocatedRenderTime_51();
235   public double GetAllocatedRenderTime()
236     { return GetAllocatedRenderTime_51(); }
237
238   private native void SetRenderTimeMultiplier_52(double id0);
239   public void SetRenderTimeMultiplier(double id0)
240     { SetRenderTimeMultiplier_52(id0); }
241
242   private native double GetRenderTimeMultiplier_53();
243   public double GetRenderTimeMultiplier()
244     { return GetRenderTimeMultiplier_53(); }
245
246   private native void BuildPaths_54(vtkAssemblyPaths id0,vtkAssemblyPath id1);
247   public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1)
248     { BuildPaths_54(id0,id1); }
249
250   private native boolean GetSupportsSelection_55();
251   public boolean GetSupportsSelection()
252     { return GetSupportsSelection_55(); }
253
254   private native int GetNumberOfConsumers_56();
255   public int GetNumberOfConsumers()
256     { return GetNumberOfConsumers_56(); }
257
258   private native void AddConsumer_57(vtkObject id0);
259   public void AddConsumer(vtkObject id0)
260     { AddConsumer_57(id0); }
261
262   private native void RemoveConsumer_58(vtkObject id0);
263   public void RemoveConsumer(vtkObject id0)
264     { RemoveConsumer_58(id0); }
265
266   private native long GetConsumer_59(int id0);
267   public vtkObject GetConsumer(int id0) {
268     long temp = GetConsumer_59(id0);
269
270     if (temp == 0) return null;
271     return (vtkObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
272 }
273
274   private native int IsConsumer_60(vtkObject id0);
275   public int IsConsumer(vtkObject id0)
276     { return IsConsumer_60(id0); }
277
278   public vtkProp() { super(); }
279
280   public vtkProp(long id) { super(id); }
281
282 }