]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkXMLStructuredDataReader.java
Equipment/Component library customization
[simantics/3d.git] / vtk / src / vtk / vtkXMLStructuredDataReader.java
1 // java wrapper for vtkXMLStructuredDataReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkXMLStructuredDataReader extends vtkXMLDataReader
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 int GetNumberOfPoints_2();
19   public int GetNumberOfPoints()
20     { return GetNumberOfPoints_2(); }
21
22   private native int GetNumberOfCells_3();
23   public int GetNumberOfCells()
24     { return GetNumberOfCells_3(); }
25
26   private native void SetWholeSlices_4(int id0);
27   public void SetWholeSlices(int id0)
28     { SetWholeSlices_4(id0); }
29
30   private native int GetWholeSlices_5();
31   public int GetWholeSlices()
32     { return GetWholeSlices_5(); }
33
34   private native void WholeSlicesOn_6();
35   public void WholeSlicesOn()
36     { WholeSlicesOn_6(); }
37
38   private native void WholeSlicesOff_7();
39   public void WholeSlicesOff()
40     { WholeSlicesOff_7(); }
41
42   private native void CopyOutputInformation_8(vtkInformation id0,int id1);
43   public void CopyOutputInformation(vtkInformation id0,int id1)
44     { CopyOutputInformation_8(id0,id1); }
45
46   public vtkXMLStructuredDataReader() { super(); }
47
48   public vtkXMLStructuredDataReader(long id) { super(id); }
49
50 }