]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBMPWriter.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkBMPWriter.java
1 // java wrapper for vtkBMPWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBMPWriter extends vtkImageWriter
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 SetWriteToMemory_2(int id0);
19   public void SetWriteToMemory(int id0)
20     { SetWriteToMemory_2(id0); }
21
22   private native int GetWriteToMemory_3();
23   public int GetWriteToMemory()
24     { return GetWriteToMemory_3(); }
25
26   private native void WriteToMemoryOn_4();
27   public void WriteToMemoryOn()
28     { WriteToMemoryOn_4(); }
29
30   private native void WriteToMemoryOff_5();
31   public void WriteToMemoryOff()
32     { WriteToMemoryOff_5(); }
33
34   private native void SetResult_6(vtkUnsignedCharArray id0);
35   public void SetResult(vtkUnsignedCharArray id0)
36     { SetResult_6(id0); }
37
38   private native long GetResult_7();
39   public vtkUnsignedCharArray GetResult() {
40     long temp = GetResult_7();
41
42     if (temp == 0) return null;
43     return (vtkUnsignedCharArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   public vtkBMPWriter() { super(); }
47
48   public vtkBMPWriter(long id) { super(id); }
49   public native long   VTKInit();
50
51 }