]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkUnstructuredGridVolumeMapper.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkUnstructuredGridVolumeMapper.java
1 // java wrapper for vtkUnstructuredGridVolumeMapper object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkUnstructuredGridVolumeMapper extends vtkAbstractVolumeMapper
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 SetInputData_2(vtkUnstructuredGridBase id0);
19   public void SetInputData(vtkUnstructuredGridBase id0)
20     { SetInputData_2(id0); }
21
22   private native void SetInputData_3(vtkDataSet id0);
23   public void SetInputData(vtkDataSet id0)
24     { SetInputData_3(id0); }
25
26   private native long GetInput_4();
27   public vtkUnstructuredGridBase GetInput() {
28     long temp = GetInput_4();
29
30     if (temp == 0) return null;
31     return (vtkUnstructuredGridBase)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetBlendMode_5(int id0);
35   public void SetBlendMode(int id0)
36     { SetBlendMode_5(id0); }
37
38   private native void SetBlendModeToComposite_6();
39   public void SetBlendModeToComposite()
40     { SetBlendModeToComposite_6(); }
41
42   private native void SetBlendModeToMaximumIntensity_7();
43   public void SetBlendModeToMaximumIntensity()
44     { SetBlendModeToMaximumIntensity_7(); }
45
46   private native int GetBlendMode_8();
47   public int GetBlendMode()
48     { return GetBlendMode_8(); }
49
50   private native void Render_9(vtkRenderer id0,vtkVolume id1);
51   public void Render(vtkRenderer id0,vtkVolume id1)
52     { Render_9(id0,id1); }
53
54   private native void ReleaseGraphicsResources_10(vtkWindow id0);
55   public void ReleaseGraphicsResources(vtkWindow id0)
56     { ReleaseGraphicsResources_10(id0); }
57
58   public vtkUnstructuredGridVolumeMapper() { super(); }
59
60   public vtkUnstructuredGridVolumeMapper(long id) { super(id); }
61
62 }