]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDataTransferHelper.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkDataTransferHelper.java
1 // java wrapper for vtkDataTransferHelper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDataTransferHelper 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 SetContext_2(vtkRenderWindow id0);
19   public void SetContext(vtkRenderWindow id0)
20     { SetContext_2(id0); }
21
22   private native long GetContext_3();
23   public vtkRenderWindow GetContext() {
24     long temp = GetContext_3();
25
26     if (temp == 0) return null;
27     return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetCPUExtent_4(int id0,int id1,int id2,int id3,int id4,int id5);
31   public void SetCPUExtent(int id0,int id1,int id2,int id3,int id4,int id5)
32     { SetCPUExtent_4(id0,id1,id2,id3,id4,id5); }
33
34   private native void SetCPUExtent_5(int id0[]);
35   public void SetCPUExtent(int id0[])
36     { SetCPUExtent_5(id0); }
37
38   private native int[]  GetCPUExtent_6();
39   public int[]  GetCPUExtent()
40     { return GetCPUExtent_6(); }
41
42   private native void SetGPUExtent_7(int id0,int id1,int id2,int id3,int id4,int id5);
43   public void SetGPUExtent(int id0,int id1,int id2,int id3,int id4,int id5)
44     { SetGPUExtent_7(id0,id1,id2,id3,id4,id5); }
45
46   private native void SetGPUExtent_8(int id0[]);
47   public void SetGPUExtent(int id0[])
48     { SetGPUExtent_8(id0); }
49
50   private native int[]  GetGPUExtent_9();
51   public int[]  GetGPUExtent()
52     { return GetGPUExtent_9(); }
53
54   private native void SetTextureExtent_10(int id0,int id1,int id2,int id3,int id4,int id5);
55   public void SetTextureExtent(int id0,int id1,int id2,int id3,int id4,int id5)
56     { SetTextureExtent_10(id0,id1,id2,id3,id4,id5); }
57
58   private native void SetTextureExtent_11(int id0[]);
59   public void SetTextureExtent(int id0[])
60     { SetTextureExtent_11(id0); }
61
62   private native int[]  GetTextureExtent_12();
63   public int[]  GetTextureExtent()
64     { return GetTextureExtent_12(); }
65
66   private native boolean GetCPUExtentIsValid_13();
67   public boolean GetCPUExtentIsValid()
68     { return GetCPUExtentIsValid_13(); }
69
70   private native boolean GetGPUExtentIsValid_14();
71   public boolean GetGPUExtentIsValid()
72     { return GetGPUExtentIsValid_14(); }
73
74   private native boolean GetTextureExtentIsValid_15();
75   public boolean GetTextureExtentIsValid()
76     { return GetTextureExtentIsValid_15(); }
77
78   private native void SetMinTextureDimension_16(int id0);
79   public void SetMinTextureDimension(int id0)
80     { SetMinTextureDimension_16(id0); }
81
82   private native int GetMinTextureDimension_17();
83   public int GetMinTextureDimension()
84     { return GetMinTextureDimension_17(); }
85
86   private native long GetArray_18();
87   public vtkDataArray GetArray() {
88     long temp = GetArray_18();
89
90     if (temp == 0) return null;
91     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native void SetArray_19(vtkDataArray id0);
95   public void SetArray(vtkDataArray id0)
96     { SetArray_19(id0); }
97
98   private native long GetTexture_20();
99   public vtkTextureObject GetTexture() {
100     long temp = GetTexture_20();
101
102     if (temp == 0) return null;
103     return (vtkTextureObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native void SetTexture_21(vtkTextureObject id0);
107   public void SetTexture(vtkTextureObject id0)
108     { SetTexture_21(id0); }
109
110   private native boolean Download_22();
111   public boolean Download()
112     { return Download_22(); }
113
114   private native boolean DownloadAsync1_23();
115   public boolean DownloadAsync1()
116     { return DownloadAsync1_23(); }
117
118   private native boolean DownloadAsync2_24();
119   public boolean DownloadAsync2()
120     { return DownloadAsync2_24(); }
121
122   private native boolean GetShaderSupportsTextureInt_25();
123   public boolean GetShaderSupportsTextureInt()
124     { return GetShaderSupportsTextureInt_25(); }
125
126   private native void SetShaderSupportsTextureInt_26(boolean id0);
127   public void SetShaderSupportsTextureInt(boolean id0)
128     { SetShaderSupportsTextureInt_26(id0); }
129
130   private native boolean IsSupported_27(vtkRenderWindow id0);
131   public boolean IsSupported(vtkRenderWindow id0)
132     { return IsSupported_27(id0); }
133
134   public vtkDataTransferHelper() { super(); }
135
136   public vtkDataTransferHelper(long id) { super(id); }
137   public native long   VTKInit();
138
139 }