]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkRayCastImageDisplayHelper.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkRayCastImageDisplayHelper.java
index b5f5bb7d9dd490289557bbe9b0c5fc9a7bbaeca3..77e8e66d2139300ef1a53abaafa8f43c5cfa516e 100644 (file)
@@ -1,58 +1,63 @@
-// java wrapper for vtkRayCastImageDisplayHelper object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkRayCastImageDisplayHelper 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 RenderTexture_2(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3);\r
-  public void RenderTexture(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3)\r
-    { RenderTexture_2(id0,id1,id2,id3); }\r
-\r
-  private native void SetPreMultipliedColors_3(int id0);\r
-  public void SetPreMultipliedColors(int id0)\r
-    { SetPreMultipliedColors_3(id0); }\r
-\r
-  private native int GetPreMultipliedColorsMinValue_4();\r
-  public int GetPreMultipliedColorsMinValue()\r
-    { return GetPreMultipliedColorsMinValue_4(); }\r
-\r
-  private native int GetPreMultipliedColorsMaxValue_5();\r
-  public int GetPreMultipliedColorsMaxValue()\r
-    { return GetPreMultipliedColorsMaxValue_5(); }\r
-\r
-  private native int GetPreMultipliedColors_6();\r
-  public int GetPreMultipliedColors()\r
-    { return GetPreMultipliedColors_6(); }\r
-\r
-  private native void PreMultipliedColorsOn_7();\r
-  public void PreMultipliedColorsOn()\r
-    { PreMultipliedColorsOn_7(); }\r
-\r
-  private native void PreMultipliedColorsOff_8();\r
-  public void PreMultipliedColorsOff()\r
-    { PreMultipliedColorsOff_8(); }\r
-\r
-  private native void SetPixelScale_9(double id0);\r
-  public void SetPixelScale(double id0)\r
-    { SetPixelScale_9(id0); }\r
-\r
-  private native double GetPixelScale_10();\r
-  public double GetPixelScale()\r
-    { return GetPixelScale_10(); }\r
-\r
-  public vtkRayCastImageDisplayHelper() { super(); }\r
-\r
-  public vtkRayCastImageDisplayHelper(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkRayCastImageDisplayHelper object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkRayCastImageDisplayHelper 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 RenderTexture_2(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3);
+  public void RenderTexture(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3)
+    { RenderTexture_2(id0,id1,id2,id3); }
+
+  private native void SetPreMultipliedColors_3(int id0);
+  public void SetPreMultipliedColors(int id0)
+    { SetPreMultipliedColors_3(id0); }
+
+  private native int GetPreMultipliedColorsMinValue_4();
+  public int GetPreMultipliedColorsMinValue()
+    { return GetPreMultipliedColorsMinValue_4(); }
+
+  private native int GetPreMultipliedColorsMaxValue_5();
+  public int GetPreMultipliedColorsMaxValue()
+    { return GetPreMultipliedColorsMaxValue_5(); }
+
+  private native int GetPreMultipliedColors_6();
+  public int GetPreMultipliedColors()
+    { return GetPreMultipliedColors_6(); }
+
+  private native void PreMultipliedColorsOn_7();
+  public void PreMultipliedColorsOn()
+    { PreMultipliedColorsOn_7(); }
+
+  private native void PreMultipliedColorsOff_8();
+  public void PreMultipliedColorsOff()
+    { PreMultipliedColorsOff_8(); }
+
+  private native void SetPixelScale_9(double id0);
+  public void SetPixelScale(double id0)
+    { SetPixelScale_9(id0); }
+
+  private native double GetPixelScale_10();
+  public double GetPixelScale()
+    { return GetPixelScale_10(); }
+
+  private native void ReleaseGraphicsResources_11(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_11(id0); }
+
+  public vtkRayCastImageDisplayHelper() { super(); }
+
+  public vtkRayCastImageDisplayHelper(long id) { super(id); }
+  public native long   VTKInit();
+
+}