]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBMPReader.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkBMPReader.java
1 // java wrapper for vtkBMPReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBMPReader extends vtkImageReader
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 int GetDepth_2();
19   public int GetDepth()
20     { return GetDepth_2(); }
21
22   private native int CanReadFile_3(String id0);
23   public int CanReadFile(String id0)
24     { return CanReadFile_3(id0); }
25
26   private native String GetFileExtensions_4();
27   public String GetFileExtensions()
28     { return GetFileExtensions_4(); }
29
30   private native String GetDescriptiveName_5();
31   public String GetDescriptiveName()
32     { return GetDescriptiveName_5(); }
33
34   private native void SetAllow8BitBMP_6(int id0);
35   public void SetAllow8BitBMP(int id0)
36     { SetAllow8BitBMP_6(id0); }
37
38   private native int GetAllow8BitBMP_7();
39   public int GetAllow8BitBMP()
40     { return GetAllow8BitBMP_7(); }
41
42   private native void Allow8BitBMPOn_8();
43   public void Allow8BitBMPOn()
44     { Allow8BitBMPOn_8(); }
45
46   private native void Allow8BitBMPOff_9();
47   public void Allow8BitBMPOff()
48     { Allow8BitBMPOff_9(); }
49
50   private native long GetLookupTable_10();
51   public vtkLookupTable GetLookupTable() {
52     long temp = GetLookupTable_10();
53
54     if (temp == 0) return null;
55     return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   public vtkBMPReader() { super(); }
59
60   public vtkBMPReader(long id) { super(id); }
61   public native long   VTKInit();
62
63 }