]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAnnotatedCubeActor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkAnnotatedCubeActor.java
1 // java wrapper for vtkAnnotatedCubeActor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAnnotatedCubeActor extends vtkProp3D
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 int RenderOpaqueGeometry_3(vtkViewport id0);
23   public int RenderOpaqueGeometry(vtkViewport id0)
24     { return RenderOpaqueGeometry_3(id0); }
25
26   private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0);
27   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
28     { return RenderTranslucentPolygonalGeometry_4(id0); }
29
30   private native int HasTranslucentPolygonalGeometry_5();
31   public int HasTranslucentPolygonalGeometry()
32     { return HasTranslucentPolygonalGeometry_5(); }
33
34   private native void ShallowCopy_6(vtkProp id0);
35   public void ShallowCopy(vtkProp id0)
36     { ShallowCopy_6(id0); }
37
38   private native void ReleaseGraphicsResources_7(vtkWindow id0);
39   public void ReleaseGraphicsResources(vtkWindow id0)
40     { ReleaseGraphicsResources_7(id0); }
41
42   private native void GetBounds_8(double id0[]);
43   public void GetBounds(double id0[])
44     { GetBounds_8(id0); }
45
46   private native double[] GetBounds_9();
47   public double[] GetBounds()
48     { return GetBounds_9(); }
49
50   private native int GetMTime_10();
51   public int GetMTime()
52     { return GetMTime_10(); }
53
54   private native void SetFaceTextScale_11(double id0);
55   public void SetFaceTextScale(double id0)
56     { SetFaceTextScale_11(id0); }
57
58   private native double GetFaceTextScale_12();
59   public double GetFaceTextScale()
60     { return GetFaceTextScale_12(); }
61
62   private native long GetXPlusFaceProperty_13();
63   public vtkProperty GetXPlusFaceProperty() {
64     long temp = GetXPlusFaceProperty_13();
65
66     if (temp == 0) return null;
67     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native long GetXMinusFaceProperty_14();
71   public vtkProperty GetXMinusFaceProperty() {
72     long temp = GetXMinusFaceProperty_14();
73
74     if (temp == 0) return null;
75     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native long GetYPlusFaceProperty_15();
79   public vtkProperty GetYPlusFaceProperty() {
80     long temp = GetYPlusFaceProperty_15();
81
82     if (temp == 0) return null;
83     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native long GetYMinusFaceProperty_16();
87   public vtkProperty GetYMinusFaceProperty() {
88     long temp = GetYMinusFaceProperty_16();
89
90     if (temp == 0) return null;
91     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native long GetZPlusFaceProperty_17();
95   public vtkProperty GetZPlusFaceProperty() {
96     long temp = GetZPlusFaceProperty_17();
97
98     if (temp == 0) return null;
99     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
100 }
101
102   private native long GetZMinusFaceProperty_18();
103   public vtkProperty GetZMinusFaceProperty() {
104     long temp = GetZMinusFaceProperty_18();
105
106     if (temp == 0) return null;
107     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
108 }
109
110   private native long GetCubeProperty_19();
111   public vtkProperty GetCubeProperty() {
112     long temp = GetCubeProperty_19();
113
114     if (temp == 0) return null;
115     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
116 }
117
118   private native long GetTextEdgesProperty_20();
119   public vtkProperty GetTextEdgesProperty() {
120     long temp = GetTextEdgesProperty_20();
121
122     if (temp == 0) return null;
123     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native void SetXPlusFaceText_21(String id0);
127   public void SetXPlusFaceText(String id0)
128     { SetXPlusFaceText_21(id0); }
129
130   private native String GetXPlusFaceText_22();
131   public String GetXPlusFaceText()
132     { return GetXPlusFaceText_22(); }
133
134   private native void SetXMinusFaceText_23(String id0);
135   public void SetXMinusFaceText(String id0)
136     { SetXMinusFaceText_23(id0); }
137
138   private native String GetXMinusFaceText_24();
139   public String GetXMinusFaceText()
140     { return GetXMinusFaceText_24(); }
141
142   private native void SetYPlusFaceText_25(String id0);
143   public void SetYPlusFaceText(String id0)
144     { SetYPlusFaceText_25(id0); }
145
146   private native String GetYPlusFaceText_26();
147   public String GetYPlusFaceText()
148     { return GetYPlusFaceText_26(); }
149
150   private native void SetYMinusFaceText_27(String id0);
151   public void SetYMinusFaceText(String id0)
152     { SetYMinusFaceText_27(id0); }
153
154   private native String GetYMinusFaceText_28();
155   public String GetYMinusFaceText()
156     { return GetYMinusFaceText_28(); }
157
158   private native void SetZPlusFaceText_29(String id0);
159   public void SetZPlusFaceText(String id0)
160     { SetZPlusFaceText_29(id0); }
161
162   private native String GetZPlusFaceText_30();
163   public String GetZPlusFaceText()
164     { return GetZPlusFaceText_30(); }
165
166   private native void SetZMinusFaceText_31(String id0);
167   public void SetZMinusFaceText(String id0)
168     { SetZMinusFaceText_31(id0); }
169
170   private native String GetZMinusFaceText_32();
171   public String GetZMinusFaceText()
172     { return GetZMinusFaceText_32(); }
173
174   private native void SetTextEdgesVisibility_33(int id0);
175   public void SetTextEdgesVisibility(int id0)
176     { SetTextEdgesVisibility_33(id0); }
177
178   private native int GetTextEdgesVisibility_34();
179   public int GetTextEdgesVisibility()
180     { return GetTextEdgesVisibility_34(); }
181
182   private native void SetCubeVisibility_35(int id0);
183   public void SetCubeVisibility(int id0)
184     { SetCubeVisibility_35(id0); }
185
186   private native int GetCubeVisibility_36();
187   public int GetCubeVisibility()
188     { return GetCubeVisibility_36(); }
189
190   private native void SetFaceTextVisibility_37(int id0);
191   public void SetFaceTextVisibility(int id0)
192     { SetFaceTextVisibility_37(id0); }
193
194   private native int GetFaceTextVisibility_38();
195   public int GetFaceTextVisibility()
196     { return GetFaceTextVisibility_38(); }
197
198   private native void SetXFaceTextRotation_39(double id0);
199   public void SetXFaceTextRotation(double id0)
200     { SetXFaceTextRotation_39(id0); }
201
202   private native double GetXFaceTextRotation_40();
203   public double GetXFaceTextRotation()
204     { return GetXFaceTextRotation_40(); }
205
206   private native void SetYFaceTextRotation_41(double id0);
207   public void SetYFaceTextRotation(double id0)
208     { SetYFaceTextRotation_41(id0); }
209
210   private native double GetYFaceTextRotation_42();
211   public double GetYFaceTextRotation()
212     { return GetYFaceTextRotation_42(); }
213
214   private native void SetZFaceTextRotation_43(double id0);
215   public void SetZFaceTextRotation(double id0)
216     { SetZFaceTextRotation_43(id0); }
217
218   private native double GetZFaceTextRotation_44();
219   public double GetZFaceTextRotation()
220     { return GetZFaceTextRotation_44(); }
221
222   private native long GetAssembly_45();
223   public vtkAssembly GetAssembly() {
224     long temp = GetAssembly_45();
225
226     if (temp == 0) return null;
227     return (vtkAssembly)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
228 }
229
230   public vtkAnnotatedCubeActor() { super(); }
231
232   public vtkAnnotatedCubeActor(long id) { super(id); }
233   public native long   VTKInit();
234
235 }