]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkXMLStructuredDataWriter.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkXMLStructuredDataWriter.java
1 // java wrapper for vtkXMLStructuredDataWriter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkXMLStructuredDataWriter extends vtkXMLWriter
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 SetNumberOfPieces_2(int id0);
19   public void SetNumberOfPieces(int id0)
20     { SetNumberOfPieces_2(id0); }
21
22   private native int GetNumberOfPieces_3();
23   public int GetNumberOfPieces()
24     { return GetNumberOfPieces_3(); }
25
26   private native void SetWritePiece_4(int id0);
27   public void SetWritePiece(int id0)
28     { SetWritePiece_4(id0); }
29
30   private native int GetWritePiece_5();
31   public int GetWritePiece()
32     { return GetWritePiece_5(); }
33
34   private native void SetGhostLevel_6(int id0);
35   public void SetGhostLevel(int id0)
36     { SetGhostLevel_6(id0); }
37
38   private native int GetGhostLevel_7();
39   public int GetGhostLevel()
40     { return GetGhostLevel_7(); }
41
42   private native void SetWriteExtent_8(int id0,int id1,int id2,int id3,int id4,int id5);
43   public void SetWriteExtent(int id0,int id1,int id2,int id3,int id4,int id5)
44     { SetWriteExtent_8(id0,id1,id2,id3,id4,id5); }
45
46   private native void SetWriteExtent_9(int id0[]);
47   public void SetWriteExtent(int id0[])
48     { SetWriteExtent_9(id0); }
49
50   private native int[]  GetWriteExtent_10();
51   public int[]  GetWriteExtent()
52     { return GetWriteExtent_10(); }
53
54   public vtkXMLStructuredDataWriter() { super(); }
55
56   public vtkXMLStructuredDataWriter(long id) { super(id); }
57
58 }