]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkXMLWriter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkXMLWriter.java
1 // java wrapper for vtkXMLWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkXMLWriter extends vtkAlgorithm
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 SetByteOrder_2(int id0);
19   public void SetByteOrder(int id0)
20     { SetByteOrder_2(id0); }
21
22   private native int GetByteOrder_3();
23   public int GetByteOrder()
24     { return GetByteOrder_3(); }
25
26   private native void SetByteOrderToBigEndian_4();
27   public void SetByteOrderToBigEndian()
28     { SetByteOrderToBigEndian_4(); }
29
30   private native void SetByteOrderToLittleEndian_5();
31   public void SetByteOrderToLittleEndian()
32     { SetByteOrderToLittleEndian_5(); }
33
34   private native void SetHeaderType_6(int id0);
35   public void SetHeaderType(int id0)
36     { SetHeaderType_6(id0); }
37
38   private native int GetHeaderType_7();
39   public int GetHeaderType()
40     { return GetHeaderType_7(); }
41
42   private native void SetHeaderTypeToUInt32_8();
43   public void SetHeaderTypeToUInt32()
44     { SetHeaderTypeToUInt32_8(); }
45
46   private native void SetHeaderTypeToUInt64_9();
47   public void SetHeaderTypeToUInt64()
48     { SetHeaderTypeToUInt64_9(); }
49
50   private native void SetIdType_10(int id0);
51   public void SetIdType(int id0)
52     { SetIdType_10(id0); }
53
54   private native int GetIdType_11();
55   public int GetIdType()
56     { return GetIdType_11(); }
57
58   private native void SetIdTypeToInt32_12();
59   public void SetIdTypeToInt32()
60     { SetIdTypeToInt32_12(); }
61
62   private native void SetIdTypeToInt64_13();
63   public void SetIdTypeToInt64()
64     { SetIdTypeToInt64_13(); }
65
66   private native void SetFileName_14(String id0);
67   public void SetFileName(String id0)
68     { SetFileName_14(id0); }
69
70   private native String GetFileName_15();
71   public String GetFileName()
72     { return GetFileName_15(); }
73
74   private native void SetWriteToOutputString_16(int id0);
75   public void SetWriteToOutputString(int id0)
76     { SetWriteToOutputString_16(id0); }
77
78   private native int GetWriteToOutputString_17();
79   public int GetWriteToOutputString()
80     { return GetWriteToOutputString_17(); }
81
82   private native void WriteToOutputStringOn_18();
83   public void WriteToOutputStringOn()
84     { WriteToOutputStringOn_18(); }
85
86   private native void WriteToOutputStringOff_19();
87   public void WriteToOutputStringOff()
88     { WriteToOutputStringOff_19(); }
89
90   private native String GetOutputString_20();
91   public String GetOutputString()
92     { return GetOutputString_20(); }
93
94   private native void SetCompressor_21(vtkDataCompressor id0);
95   public void SetCompressor(vtkDataCompressor id0)
96     { SetCompressor_21(id0); }
97
98   private native long GetCompressor_22();
99   public vtkDataCompressor GetCompressor() {
100     long temp = GetCompressor_22();
101
102     if (temp == 0) return null;
103     return (vtkDataCompressor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native void SetCompressorType_23(int id0);
107   public void SetCompressorType(int id0)
108     { SetCompressorType_23(id0); }
109
110   private native void SetCompressorTypeToNone_24();
111   public void SetCompressorTypeToNone()
112     { SetCompressorTypeToNone_24(); }
113
114   private native void SetCompressorTypeToLZ4_25();
115   public void SetCompressorTypeToLZ4()
116     { SetCompressorTypeToLZ4_25(); }
117
118   private native void SetCompressorTypeToZLib_26();
119   public void SetCompressorTypeToZLib()
120     { SetCompressorTypeToZLib_26(); }
121
122   private native void SetCompressorTypeToLZMA_27();
123   public void SetCompressorTypeToLZMA()
124     { SetCompressorTypeToLZMA_27(); }
125
126   private native void SetCompressionLevel_28(int id0);
127   public void SetCompressionLevel(int id0)
128     { SetCompressionLevel_28(id0); }
129
130   private native int GetCompressionLevel_29();
131   public int GetCompressionLevel()
132     { return GetCompressionLevel_29(); }
133
134   private native void SetDataMode_30(int id0);
135   public void SetDataMode(int id0)
136     { SetDataMode_30(id0); }
137
138   private native int GetDataMode_31();
139   public int GetDataMode()
140     { return GetDataMode_31(); }
141
142   private native void SetDataModeToAscii_32();
143   public void SetDataModeToAscii()
144     { SetDataModeToAscii_32(); }
145
146   private native void SetDataModeToBinary_33();
147   public void SetDataModeToBinary()
148     { SetDataModeToBinary_33(); }
149
150   private native void SetDataModeToAppended_34();
151   public void SetDataModeToAppended()
152     { SetDataModeToAppended_34(); }
153
154   private native void SetEncodeAppendedData_35(int id0);
155   public void SetEncodeAppendedData(int id0)
156     { SetEncodeAppendedData_35(id0); }
157
158   private native int GetEncodeAppendedData_36();
159   public int GetEncodeAppendedData()
160     { return GetEncodeAppendedData_36(); }
161
162   private native void EncodeAppendedDataOn_37();
163   public void EncodeAppendedDataOn()
164     { EncodeAppendedDataOn_37(); }
165
166   private native void EncodeAppendedDataOff_38();
167   public void EncodeAppendedDataOff()
168     { EncodeAppendedDataOff_38(); }
169
170   private native void SetInputData_39(vtkDataObject id0);
171   public void SetInputData(vtkDataObject id0)
172     { SetInputData_39(id0); }
173
174   private native void SetInputData_40(int id0,vtkDataObject id1);
175   public void SetInputData(int id0,vtkDataObject id1)
176     { SetInputData_40(id0,id1); }
177
178   private native long GetInput_41(int id0);
179   public vtkDataObject GetInput(int id0) {
180     long temp = GetInput_41(id0);
181
182     if (temp == 0) return null;
183     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
184 }
185
186   private native long GetInput_42();
187   public vtkDataObject GetInput() {
188     long temp = GetInput_42();
189
190     if (temp == 0) return null;
191     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
192 }
193
194   private native String GetDefaultFileExtension_43();
195   public String GetDefaultFileExtension()
196     { return GetDefaultFileExtension_43(); }
197
198   private native int Write_44();
199   public int Write()
200     { return Write_44(); }
201
202   private native int GetNumberOfTimeSteps_45();
203   public int GetNumberOfTimeSteps()
204     { return GetNumberOfTimeSteps_45(); }
205
206   private native void SetNumberOfTimeSteps_46(int id0);
207   public void SetNumberOfTimeSteps(int id0)
208     { SetNumberOfTimeSteps_46(id0); }
209
210   private native void Start_47();
211   public void Start()
212     { Start_47(); }
213
214   private native void Stop_48();
215   public void Stop()
216     { Stop_48(); }
217
218   private native void WriteNextTime_49(double id0);
219   public void WriteNextTime(double id0)
220     { WriteNextTime_49(id0); }
221
222   public vtkXMLWriter() { super(); }
223
224   public vtkXMLWriter(long id) { super(id); }
225
226 }