]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPixelBufferObject.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkPixelBufferObject.java
1 // java wrapper for vtkPixelBufferObject object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkPixelBufferObject extends vtkObject\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetContext_2(vtkRenderWindow id0);\r
19   public void SetContext(vtkRenderWindow id0)\r
20     { SetContext_2(id0); }\r
21 \r
22   private native long GetContext_3();\r
23   public vtkRenderWindow GetContext() {\r
24     long temp = GetContext_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native int GetUsage_4();\r
31   public int GetUsage()\r
32     { return GetUsage_4(); }\r
33 \r
34   private native void SetUsage_5(int id0);\r
35   public void SetUsage(int id0)\r
36     { SetUsage_5(id0); }\r
37 \r
38   private native int GetType_6();\r
39   public int GetType()\r
40     { return GetType_6(); }\r
41 \r
42   private native int GetSize_7();\r
43   public int GetSize()\r
44     { return GetSize_7(); }\r
45 \r
46   private native int GetHandle_8();\r
47   public int GetHandle()\r
48     { return GetHandle_8(); }\r
49 \r
50   private native void BindToPackedBuffer_9();\r
51   public void BindToPackedBuffer()\r
52     { BindToPackedBuffer_9(); }\r
53 \r
54   private native void BindToUnPackedBuffer_10();\r
55   public void BindToUnPackedBuffer()\r
56     { BindToUnPackedBuffer_10(); }\r
57 \r
58   private native void UnBind_11();\r
59   public void UnBind()\r
60     { UnBind_11(); }\r
61 \r
62   private native void Allocate_12(int id0,int id1);\r
63   public void Allocate(int id0,int id1)\r
64     { Allocate_12(id0,id1); }\r
65 \r
66   private native void ReleaseMemory_13();\r
67   public void ReleaseMemory()\r
68     { ReleaseMemory_13(); }\r
69 \r
70   private native boolean IsSupported_14(vtkRenderWindow id0);\r
71   public boolean IsSupported(vtkRenderWindow id0)\r
72     { return IsSupported_14(id0); }\r
73 \r
74   public vtkPixelBufferObject() { super(); }\r
75 \r
76   public vtkPixelBufferObject(long id) { super(id); }\r
77   public native long   VTKInit();\r
78 \r
79 }\r