]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPixelBufferObject.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPixelBufferObject.java
1 // java wrapper for vtkPixelBufferObject object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPixelBufferObject 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 int GetUsage_4();
31   public int GetUsage()
32     { return GetUsage_4(); }
33
34   private native void SetUsage_5(int id0);
35   public void SetUsage(int id0)
36     { SetUsage_5(id0); }
37
38   private native int GetType_6();
39   public int GetType()
40     { return GetType_6(); }
41
42   private native void SetType_7(int id0);
43   public void SetType(int id0)
44     { SetType_7(id0); }
45
46   private native int GetComponents_8();
47   public int GetComponents()
48     { return GetComponents_8(); }
49
50   private native void SetComponents_9(int id0);
51   public void SetComponents(int id0)
52     { SetComponents_9(id0); }
53
54   private native int GetSize_10();
55   public int GetSize()
56     { return GetSize_10(); }
57
58   private native void SetSize_11(int id0);
59   public void SetSize(int id0)
60     { SetSize_11(id0); }
61
62   private native void SetSize_12(int id0,int id1);
63   public void SetSize(int id0,int id1)
64     { SetSize_12(id0,id1); }
65
66   private native int GetHandle_13();
67   public int GetHandle()
68     { return GetHandle_13(); }
69
70   private native void BindToPackedBuffer_14();
71   public void BindToPackedBuffer()
72     { BindToPackedBuffer_14(); }
73
74   private native void BindToUnPackedBuffer_15();
75   public void BindToUnPackedBuffer()
76     { BindToUnPackedBuffer_15(); }
77
78   private native void UnBind_16();
79   public void UnBind()
80     { UnBind_16(); }
81
82   private native void UnmapUnpackedBuffer_17();
83   public void UnmapUnpackedBuffer()
84     { UnmapUnpackedBuffer_17(); }
85
86   private native void UnmapPackedBuffer_18();
87   public void UnmapPackedBuffer()
88     { UnmapPackedBuffer_18(); }
89
90   private native void Bind_19(int id0);
91   public void Bind(int id0)
92     { Bind_19(id0); }
93
94   private native void UnmapBuffer_20(int id0);
95   public void UnmapBuffer(int id0)
96     { UnmapBuffer_20(id0); }
97
98   private native void Allocate_21(int id0,int id1,int id2,int id3);
99   public void Allocate(int id0,int id1,int id2,int id3)
100     { Allocate_21(id0,id1,id2,id3); }
101
102   private native void Allocate_22(int id0,int id1);
103   public void Allocate(int id0,int id1)
104     { Allocate_22(id0,id1); }
105
106   private native void ReleaseMemory_23();
107   public void ReleaseMemory()
108     { ReleaseMemory_23(); }
109
110   private native boolean IsSupported_24(vtkRenderWindow id0);
111   public boolean IsSupported(vtkRenderWindow id0)
112     { return IsSupported_24(id0); }
113
114   public vtkPixelBufferObject() { super(); }
115
116   public vtkPixelBufferObject(long id) { super(id); }
117   public native long   VTKInit();
118
119 }