]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFileOutputWindow.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkFileOutputWindow.java
1 // java wrapper for vtkFileOutputWindow object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkFileOutputWindow extends vtkOutputWindow\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void DisplayText_2(String id0);\r
19   public void DisplayText(String id0)\r
20     { DisplayText_2(id0); }\r
21 \r
22   private native void SetFileName_3(String id0);\r
23   public void SetFileName(String id0)\r
24     { SetFileName_3(id0); }\r
25 \r
26   private native String GetFileName_4();\r
27   public String GetFileName()\r
28     { return GetFileName_4(); }\r
29 \r
30   private native void SetFlush_5(int id0);\r
31   public void SetFlush(int id0)\r
32     { SetFlush_5(id0); }\r
33 \r
34   private native int GetFlush_6();\r
35   public int GetFlush()\r
36     { return GetFlush_6(); }\r
37 \r
38   private native void FlushOn_7();\r
39   public void FlushOn()\r
40     { FlushOn_7(); }\r
41 \r
42   private native void FlushOff_8();\r
43   public void FlushOff()\r
44     { FlushOff_8(); }\r
45 \r
46   private native void SetAppend_9(int id0);\r
47   public void SetAppend(int id0)\r
48     { SetAppend_9(id0); }\r
49 \r
50   private native int GetAppend_10();\r
51   public int GetAppend()\r
52     { return GetAppend_10(); }\r
53 \r
54   private native void AppendOn_11();\r
55   public void AppendOn()\r
56     { AppendOn_11(); }\r
57 \r
58   private native void AppendOff_12();\r
59   public void AppendOff()\r
60     { AppendOff_12(); }\r
61 \r
62   public vtkFileOutputWindow() { super(); }\r
63 \r
64   public vtkFileOutputWindow(long id) { super(id); }\r
65   public native long   VTKInit();\r
66 \r
67 }\r