]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkPixelBufferObject.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkPixelBufferObject.java
index a6a9e0c4099ad380e81e4b891268d6078c4993b3..bb8d5fc96976bc8a1b6610458a5f4d1773a1a110 100644 (file)
-// java wrapper for vtkPixelBufferObject object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkPixelBufferObject extends vtkObject\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetContext_2(vtkRenderWindow id0);\r
-  public void SetContext(vtkRenderWindow id0)\r
-    { SetContext_2(id0); }\r
-\r
-  private native long GetContext_3();\r
-  public vtkRenderWindow GetContext() {\r
-    long temp = GetContext_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetUsage_4();\r
-  public int GetUsage()\r
-    { return GetUsage_4(); }\r
-\r
-  private native void SetUsage_5(int id0);\r
-  public void SetUsage(int id0)\r
-    { SetUsage_5(id0); }\r
-\r
-  private native int GetType_6();\r
-  public int GetType()\r
-    { return GetType_6(); }\r
-\r
-  private native int GetSize_7();\r
-  public int GetSize()\r
-    { return GetSize_7(); }\r
-\r
-  private native int GetHandle_8();\r
-  public int GetHandle()\r
-    { return GetHandle_8(); }\r
-\r
-  private native void BindToPackedBuffer_9();\r
-  public void BindToPackedBuffer()\r
-    { BindToPackedBuffer_9(); }\r
-\r
-  private native void BindToUnPackedBuffer_10();\r
-  public void BindToUnPackedBuffer()\r
-    { BindToUnPackedBuffer_10(); }\r
-\r
-  private native void UnBind_11();\r
-  public void UnBind()\r
-    { UnBind_11(); }\r
-\r
-  private native void Allocate_12(int id0,int id1);\r
-  public void Allocate(int id0,int id1)\r
-    { Allocate_12(id0,id1); }\r
-\r
-  private native void ReleaseMemory_13();\r
-  public void ReleaseMemory()\r
-    { ReleaseMemory_13(); }\r
-\r
-  private native boolean IsSupported_14(vtkRenderWindow id0);\r
-  public boolean IsSupported(vtkRenderWindow id0)\r
-    { return IsSupported_14(id0); }\r
-\r
-  public vtkPixelBufferObject() { super(); }\r
-\r
-  public vtkPixelBufferObject(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkPixelBufferObject object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkPixelBufferObject extends vtkObject
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void SetContext_2(vtkRenderWindow id0);
+  public void SetContext(vtkRenderWindow id0)
+    { SetContext_2(id0); }
+
+  private native long GetContext_3();
+  public vtkRenderWindow GetContext() {
+    long temp = GetContext_3();
+
+    if (temp == 0) return null;
+    return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetUsage_4();
+  public int GetUsage()
+    { return GetUsage_4(); }
+
+  private native void SetUsage_5(int id0);
+  public void SetUsage(int id0)
+    { SetUsage_5(id0); }
+
+  private native int GetType_6();
+  public int GetType()
+    { return GetType_6(); }
+
+  private native void SetType_7(int id0);
+  public void SetType(int id0)
+    { SetType_7(id0); }
+
+  private native int GetComponents_8();
+  public int GetComponents()
+    { return GetComponents_8(); }
+
+  private native void SetComponents_9(int id0);
+  public void SetComponents(int id0)
+    { SetComponents_9(id0); }
+
+  private native int GetSize_10();
+  public int GetSize()
+    { return GetSize_10(); }
+
+  private native void SetSize_11(int id0);
+  public void SetSize(int id0)
+    { SetSize_11(id0); }
+
+  private native void SetSize_12(int id0,int id1);
+  public void SetSize(int id0,int id1)
+    { SetSize_12(id0,id1); }
+
+  private native int GetHandle_13();
+  public int GetHandle()
+    { return GetHandle_13(); }
+
+  private native void BindToPackedBuffer_14();
+  public void BindToPackedBuffer()
+    { BindToPackedBuffer_14(); }
+
+  private native void BindToUnPackedBuffer_15();
+  public void BindToUnPackedBuffer()
+    { BindToUnPackedBuffer_15(); }
+
+  private native void UnBind_16();
+  public void UnBind()
+    { UnBind_16(); }
+
+  private native void UnmapUnpackedBuffer_17();
+  public void UnmapUnpackedBuffer()
+    { UnmapUnpackedBuffer_17(); }
+
+  private native void UnmapPackedBuffer_18();
+  public void UnmapPackedBuffer()
+    { UnmapPackedBuffer_18(); }
+
+  private native void Bind_19(int id0);
+  public void Bind(int id0)
+    { Bind_19(id0); }
+
+  private native void UnmapBuffer_20(int id0);
+  public void UnmapBuffer(int id0)
+    { UnmapBuffer_20(id0); }
+
+  private native void Allocate_21(int id0,int id1,int id2,int id3);
+  public void Allocate(int id0,int id1,int id2,int id3)
+    { Allocate_21(id0,id1,id2,id3); }
+
+  private native void Allocate_22(int id0,int id1);
+  public void Allocate(int id0,int id1)
+    { Allocate_22(id0,id1); }
+
+  private native void ReleaseMemory_23();
+  public void ReleaseMemory()
+    { ReleaseMemory_23(); }
+
+  private native boolean IsSupported_24(vtkRenderWindow id0);
+  public boolean IsSupported(vtkRenderWindow id0)
+    { return IsSupported_24(id0); }
+
+  public vtkPixelBufferObject() { super(); }
+
+  public vtkPixelBufferObject(long id) { super(id); }
+  public native long   VTKInit();
+
+}