]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRIBExporter.java
Show busy cursor and block UI input while committing changes
[simantics/3d.git] / vtk / src / vtk / vtkRIBExporter.java
1 // java wrapper for vtkRIBExporter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRIBExporter extends vtkExporter
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 SetSize_2(int id0,int id1);
19   public void SetSize(int id0,int id1)
20     { SetSize_2(id0,id1); }
21
22   private native void SetSize_3(int id0[]);
23   public void SetSize(int id0[])
24     { SetSize_3(id0); }
25
26   private native int[]  GetSize_4();
27   public int[]  GetSize()
28     { return GetSize_4(); }
29
30   private native void SetPixelSamples_5(int id0,int id1);
31   public void SetPixelSamples(int id0,int id1)
32     { SetPixelSamples_5(id0,id1); }
33
34   private native void SetPixelSamples_6(int id0[]);
35   public void SetPixelSamples(int id0[])
36     { SetPixelSamples_6(id0); }
37
38   private native int[]  GetPixelSamples_7();
39   public int[]  GetPixelSamples()
40     { return GetPixelSamples_7(); }
41
42   private native void SetFilePrefix_8(String id0);
43   public void SetFilePrefix(String id0)
44     { SetFilePrefix_8(id0); }
45
46   private native String GetFilePrefix_9();
47   public String GetFilePrefix()
48     { return GetFilePrefix_9(); }
49
50   private native void SetTexturePrefix_10(String id0);
51   public void SetTexturePrefix(String id0)
52     { SetTexturePrefix_10(id0); }
53
54   private native String GetTexturePrefix_11();
55   public String GetTexturePrefix()
56     { return GetTexturePrefix_11(); }
57
58   private native void SetBackground_12(int id0);
59   public void SetBackground(int id0)
60     { SetBackground_12(id0); }
61
62   private native int GetBackground_13();
63   public int GetBackground()
64     { return GetBackground_13(); }
65
66   private native void BackgroundOn_14();
67   public void BackgroundOn()
68     { BackgroundOn_14(); }
69
70   private native void BackgroundOff_15();
71   public void BackgroundOff()
72     { BackgroundOff_15(); }
73
74   private native void SetExportArrays_16(int id0);
75   public void SetExportArrays(int id0)
76     { SetExportArrays_16(id0); }
77
78   private native int GetExportArraysMinValue_17();
79   public int GetExportArraysMinValue()
80     { return GetExportArraysMinValue_17(); }
81
82   private native int GetExportArraysMaxValue_18();
83   public int GetExportArraysMaxValue()
84     { return GetExportArraysMaxValue_18(); }
85
86   private native void ExportArraysOn_19();
87   public void ExportArraysOn()
88     { ExportArraysOn_19(); }
89
90   private native void ExportArraysOff_20();
91   public void ExportArraysOff()
92     { ExportArraysOff_20(); }
93
94   private native int GetExportArrays_21();
95   public int GetExportArrays()
96     { return GetExportArrays_21(); }
97
98   public vtkRIBExporter() { super(); }
99
100   public vtkRIBExporter(long id) { super(id); }
101   public native long   VTKInit();
102
103 }