]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGeoFileImageSource.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkGeoFileImageSource.java
index 899ff13c05dfd5c631868e2a098c8b479d32392f..0710158136fa3566d118710454fcc9d0cdbd67c3 100644 (file)
@@ -1,39 +1,39 @@
-// java wrapper for vtkGeoFileImageSource object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkGeoFileImageSource extends vtkGeoSource\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 boolean FetchRoot_2(vtkGeoTreeNode id0);\r
-  public boolean FetchRoot(vtkGeoTreeNode id0)\r
-    { return FetchRoot_2(id0); }\r
-\r
-  private native boolean FetchChild_3(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2);\r
-  public boolean FetchChild(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2)\r
-    { return FetchChild_3(id0,id1,id2); }\r
-\r
-  private native void SetPath_4(String id0);\r
-  public void SetPath(String id0)\r
-    { SetPath_4(id0); }\r
-\r
-  private native String GetPath_5();\r
-  public String GetPath()\r
-    { return GetPath_5(); }\r
-\r
-  public vtkGeoFileImageSource() { super(); }\r
-\r
-  public vtkGeoFileImageSource(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkGeoFileImageSource object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGeoFileImageSource extends vtkGeoSource
+{
+
+  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 boolean FetchRoot_2(vtkGeoTreeNode id0);
+  public boolean FetchRoot(vtkGeoTreeNode id0)
+    { return FetchRoot_2(id0); }
+
+  private native boolean FetchChild_3(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2);
+  public boolean FetchChild(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2)
+    { return FetchChild_3(id0,id1,id2); }
+
+  private native void SetPath_4(String id0);
+  public void SetPath(String id0)
+    { SetPath_4(id0); }
+
+  private native String GetPath_5();
+  public String GetPath()
+    { return GetPath_5(); }
+
+  public vtkGeoFileImageSource() { super(); }
+
+  public vtkGeoFileImageSource(long id) { super(id); }
+  public native long   VTKInit();
+
+}