]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMetaImageWriter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkMetaImageWriter.java
1 // java wrapper for vtkMetaImageWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMetaImageWriter extends vtkImageWriter
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 SetFileName_2(String id0);
19   public void SetFileName(String id0)
20     { SetFileName_2(id0); }
21
22   private native String GetFileName_3();
23   public String GetFileName()
24     { return GetFileName_3(); }
25
26   private native void SetRAWFileName_4(String id0);
27   public void SetRAWFileName(String id0)
28     { SetRAWFileName_4(id0); }
29
30   private native String GetRAWFileName_5();
31   public String GetRAWFileName()
32     { return GetRAWFileName_5(); }
33
34   private native void SetCompression_6(boolean id0);
35   public void SetCompression(boolean id0)
36     { SetCompression_6(id0); }
37
38   private native boolean GetCompression_7();
39   public boolean GetCompression()
40     { return GetCompression_7(); }
41
42   private native void Write_8();
43   public void Write()
44     { Write_8(); }
45
46   public vtkMetaImageWriter() { super(); }
47
48   public vtkMetaImageWriter(long id) { super(id); }
49   public native long   VTKInit();
50
51 }