]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMultiVolume.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkMultiVolume.java
1 // java wrapper for vtkMultiVolume object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMultiVolume extends vtkVolume
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 SetVolume_2(vtkVolume id0,int id1);
19   public void SetVolume(vtkVolume id0,int id1)
20     { SetVolume_2(id0,id1); }
21
22   private native long GetVolume_3(int id0);
23   public vtkVolume GetVolume(int id0) {
24     long temp = GetVolume_3(id0);
25
26     if (temp == 0) return null;
27     return (vtkVolume)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void RemoveVolume_4(int id0);
31   public void RemoveVolume(int id0)
32     { RemoveVolume_4(id0); }
33
34   private native void SetProperty_5(vtkVolumeProperty id0);
35   public void SetProperty(vtkVolumeProperty id0)
36     { SetProperty_5(id0); }
37
38   private native long GetProperty_6();
39   public vtkVolumeProperty GetProperty() {
40     long temp = GetProperty_6();
41
42     if (temp == 0) return null;
43     return (vtkVolumeProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native int GetMTime_7();
47   public int GetMTime()
48     { return GetMTime_7(); }
49
50   private native void ShallowCopy_8(vtkProp id0);
51   public void ShallowCopy(vtkProp id0)
52     { ShallowCopy_8(id0); }
53
54   private native long GetMatrix_9();
55   public vtkMatrix4x4 GetMatrix() {
56     long temp = GetMatrix_9();
57
58     if (temp == 0) return null;
59     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native long GetTextureMatrix_10();
63   public vtkMatrix4x4 GetTextureMatrix() {
64     long temp = GetTextureMatrix_10();
65
66     if (temp == 0) return null;
67     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native int GetBoundsTime_11();
71   public int GetBoundsTime()
72     { return GetBoundsTime_11(); }
73
74   private native int RenderVolumetricGeometry_12(vtkViewport id0);
75   public int RenderVolumetricGeometry(vtkViewport id0)
76     { return RenderVolumetricGeometry_12(id0); }
77
78   private native void GetMatrix_13(vtkMatrix4x4 id0);
79   public void GetMatrix(vtkMatrix4x4 id0)
80     { GetMatrix_13(id0); }
81
82   private native void GetMatrix_14(double id0[]);
83   public void GetMatrix(double id0[])
84     { GetMatrix_14(id0); }
85
86   public vtkMultiVolume() { super(); }
87
88   public vtkMultiVolume(long id) { super(id); }
89   public native long   VTKInit();
90
91 }