X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkFileOutputWindow.java;h=9b25b870cbb1bbe2a1fc566d871d29435047e254;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=d9a3800c7b947fac0e4dc87c5bfe33ec1979f067;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkFileOutputWindow.java b/vtk/src/vtk/vtkFileOutputWindow.java index d9a3800c..9b25b870 100644 --- a/vtk/src/vtk/vtkFileOutputWindow.java +++ b/vtk/src/vtk/vtkFileOutputWindow.java @@ -1,67 +1,67 @@ -// java wrapper for vtkFileOutputWindow object -// - -package vtk; -import vtk.*; - -public class vtkFileOutputWindow extends vtkOutputWindow -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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(); - -} +// 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(); + +}