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