X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkBMPReader.java;h=9843773fe531e5c44a0d125956b05cfe3b0baf2a;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=4dc913f7afc09987758c5e57186198c4c556bbb6;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkBMPReader.java b/vtk/src/vtk/vtkBMPReader.java index 4dc913f7..9843773f 100644 --- a/vtk/src/vtk/vtkBMPReader.java +++ b/vtk/src/vtk/vtkBMPReader.java @@ -1,63 +1,63 @@ -// java wrapper for vtkBMPReader object -// - -package vtk; -import vtk.*; - -public class vtkBMPReader extends vtkImageReader -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkBMPReader() { super(); } - - public vtkBMPReader(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}