// java wrapper for vtkBMPReader object // package vtk; import vtk.*; public class vtkBMPReader extends vtkImageReader { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native int GetDepth_2(); public int GetDepth() { return GetDepth_2(); } private native int CanReadFile_3(String id0); public int CanReadFile(String id0) { return CanReadFile_3(id0); } private native String GetFileExtensions_4(); public String GetFileExtensions() { return GetFileExtensions_4(); } private native String GetDescriptiveName_5(); public String GetDescriptiveName() { return GetDescriptiveName_5(); } private native void SetAllow8BitBMP_6(int id0); public void SetAllow8BitBMP(int id0) { SetAllow8BitBMP_6(id0); } private native int GetAllow8BitBMP_7(); public int GetAllow8BitBMP() { return GetAllow8BitBMP_7(); } private native void Allow8BitBMPOn_8(); public void Allow8BitBMPOn() { Allow8BitBMPOn_8(); } private native void Allow8BitBMPOff_9(); public void Allow8BitBMPOff() { Allow8BitBMPOff_9(); } private native long GetLookupTable_10(); public vtkLookupTable GetLookupTable() { long temp = GetLookupTable_10(); if (temp == 0) return null; return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkBMPReader() { super(); } public vtkBMPReader(long id) { super(id); } public native long VTKInit(); }