]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkToneMappingPass.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkToneMappingPass.java
1 // java wrapper for vtkToneMappingPass object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkToneMappingPass extends vtkImageProcessingPass
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 ReleaseGraphicsResources_2(vtkWindow id0);
19   public void ReleaseGraphicsResources(vtkWindow id0)
20     { ReleaseGraphicsResources_2(id0); }
21
22   private native void SetToneMappingType_3(int id0);
23   public void SetToneMappingType(int id0)
24     { SetToneMappingType_3(id0); }
25
26   private native int GetToneMappingTypeMinValue_4();
27   public int GetToneMappingTypeMinValue()
28     { return GetToneMappingTypeMinValue_4(); }
29
30   private native int GetToneMappingTypeMaxValue_5();
31   public int GetToneMappingTypeMaxValue()
32     { return GetToneMappingTypeMaxValue_5(); }
33
34   private native int GetToneMappingType_6();
35   public int GetToneMappingType()
36     { return GetToneMappingType_6(); }
37
38   private native double GetExposure_7();
39   public double GetExposure()
40     { return GetExposure_7(); }
41
42   private native void SetExposure_8(double id0);
43   public void SetExposure(double id0)
44     { SetExposure_8(id0); }
45
46   public vtkToneMappingPass() { super(); }
47
48   public vtkToneMappingPass(long id) { super(id); }
49   public native long   VTKInit();
50
51 }