]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRayCastImageDisplayHelper.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkRayCastImageDisplayHelper.java
1 // java wrapper for vtkRayCastImageDisplayHelper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRayCastImageDisplayHelper 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 RenderTexture_2(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3);
19   public void RenderTexture(vtkVolume id0,vtkRenderer id1,vtkFixedPointRayCastImage id2,double id3)
20     { RenderTexture_2(id0,id1,id2,id3); }
21
22   private native void SetPreMultipliedColors_3(int id0);
23   public void SetPreMultipliedColors(int id0)
24     { SetPreMultipliedColors_3(id0); }
25
26   private native int GetPreMultipliedColorsMinValue_4();
27   public int GetPreMultipliedColorsMinValue()
28     { return GetPreMultipliedColorsMinValue_4(); }
29
30   private native int GetPreMultipliedColorsMaxValue_5();
31   public int GetPreMultipliedColorsMaxValue()
32     { return GetPreMultipliedColorsMaxValue_5(); }
33
34   private native int GetPreMultipliedColors_6();
35   public int GetPreMultipliedColors()
36     { return GetPreMultipliedColors_6(); }
37
38   private native void PreMultipliedColorsOn_7();
39   public void PreMultipliedColorsOn()
40     { PreMultipliedColorsOn_7(); }
41
42   private native void PreMultipliedColorsOff_8();
43   public void PreMultipliedColorsOff()
44     { PreMultipliedColorsOff_8(); }
45
46   private native void SetPixelScale_9(double id0);
47   public void SetPixelScale(double id0)
48     { SetPixelScale_9(id0); }
49
50   private native double GetPixelScale_10();
51   public double GetPixelScale()
52     { return GetPixelScale_10(); }
53
54   private native void ReleaseGraphicsResources_11(vtkWindow id0);
55   public void ReleaseGraphicsResources(vtkWindow id0)
56     { ReleaseGraphicsResources_11(id0); }
57
58   public vtkRayCastImageDisplayHelper() { super(); }
59
60   public vtkRayCastImageDisplayHelper(long id) { super(id); }
61   public native long   VTKInit();
62
63 }