]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkBMPReader.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkBMPReader.java
index 4dc913f7afc09987758c5e57186198c4c556bbb6..9843773fe531e5c44a0d125956b05cfe3b0baf2a 100644 (file)
@@ -1,63 +1,63 @@
-// java wrapper for vtkBMPReader object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkBMPReader extends vtkImageReader\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native int GetDepth_2();\r
-  public int GetDepth()\r
-    { return GetDepth_2(); }\r
-\r
-  private native int CanReadFile_3(String id0);\r
-  public int CanReadFile(String id0)\r
-    { return CanReadFile_3(id0); }\r
-\r
-  private native String GetFileExtensions_4();\r
-  public String GetFileExtensions()\r
-    { return GetFileExtensions_4(); }\r
-\r
-  private native String GetDescriptiveName_5();\r
-  public String GetDescriptiveName()\r
-    { return GetDescriptiveName_5(); }\r
-\r
-  private native void SetAllow8BitBMP_6(int id0);\r
-  public void SetAllow8BitBMP(int id0)\r
-    { SetAllow8BitBMP_6(id0); }\r
-\r
-  private native int GetAllow8BitBMP_7();\r
-  public int GetAllow8BitBMP()\r
-    { return GetAllow8BitBMP_7(); }\r
-\r
-  private native void Allow8BitBMPOn_8();\r
-  public void Allow8BitBMPOn()\r
-    { Allow8BitBMPOn_8(); }\r
-\r
-  private native void Allow8BitBMPOff_9();\r
-  public void Allow8BitBMPOff()\r
-    { Allow8BitBMPOff_9(); }\r
-\r
-  private native long GetLookupTable_10();\r
-  public vtkLookupTable GetLookupTable() {\r
-    long temp = GetLookupTable_10();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkLookupTable)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkBMPReader() { super(); }\r
-\r
-  public vtkBMPReader(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}