]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkFileOutputWindow.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkFileOutputWindow.java
index d9a3800c7b947fac0e4dc87c5bfe33ec1979f067..9b25b870cbb1bbe2a1fc566d871d29435047e254 100644 (file)
@@ -1,67 +1,67 @@
-// java wrapper for vtkFileOutputWindow object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkFileOutputWindow extends vtkOutputWindow\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 void DisplayText_2(String id0);\r
-  public void DisplayText(String id0)\r
-    { DisplayText_2(id0); }\r
-\r
-  private native void SetFileName_3(String id0);\r
-  public void SetFileName(String id0)\r
-    { SetFileName_3(id0); }\r
-\r
-  private native String GetFileName_4();\r
-  public String GetFileName()\r
-    { return GetFileName_4(); }\r
-\r
-  private native void SetFlush_5(int id0);\r
-  public void SetFlush(int id0)\r
-    { SetFlush_5(id0); }\r
-\r
-  private native int GetFlush_6();\r
-  public int GetFlush()\r
-    { return GetFlush_6(); }\r
-\r
-  private native void FlushOn_7();\r
-  public void FlushOn()\r
-    { FlushOn_7(); }\r
-\r
-  private native void FlushOff_8();\r
-  public void FlushOff()\r
-    { FlushOff_8(); }\r
-\r
-  private native void SetAppend_9(int id0);\r
-  public void SetAppend(int id0)\r
-    { SetAppend_9(id0); }\r
-\r
-  private native int GetAppend_10();\r
-  public int GetAppend()\r
-    { return GetAppend_10(); }\r
-\r
-  private native void AppendOn_11();\r
-  public void AppendOn()\r
-    { AppendOn_11(); }\r
-\r
-  private native void AppendOff_12();\r
-  public void AppendOff()\r
-    { AppendOff_12(); }\r
-\r
-  public vtkFileOutputWindow() { super(); }\r
-\r
-  public vtkFileOutputWindow(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkFileOutputWindow object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkFileOutputWindow extends vtkOutputWindow
+{
+
+  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 void DisplayText_2(String id0);
+  public void DisplayText(String id0)
+    { DisplayText_2(id0); }
+
+  private native void SetFileName_3(String id0);
+  public void SetFileName(String id0)
+    { SetFileName_3(id0); }
+
+  private native String GetFileName_4();
+  public String GetFileName()
+    { return GetFileName_4(); }
+
+  private native void SetFlush_5(int id0);
+  public void SetFlush(int id0)
+    { SetFlush_5(id0); }
+
+  private native int GetFlush_6();
+  public int GetFlush()
+    { return GetFlush_6(); }
+
+  private native void FlushOn_7();
+  public void FlushOn()
+    { FlushOn_7(); }
+
+  private native void FlushOff_8();
+  public void FlushOff()
+    { FlushOff_8(); }
+
+  private native void SetAppend_9(int id0);
+  public void SetAppend(int id0)
+    { SetAppend_9(id0); }
+
+  private native int GetAppend_10();
+  public int GetAppend()
+    { return GetAppend_10(); }
+
+  private native void AppendOn_11();
+  public void AppendOn()
+    { AppendOn_11(); }
+
+  private native void AppendOff_12();
+  public void AppendOff()
+    { AppendOff_12(); }
+
+  public vtkFileOutputWindow() { super(); }
+
+  public vtkFileOutputWindow(long id) { super(id); }
+  public native long   VTKInit();
+
+}