]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSegYReader.java
0876c558cfc2949ca40e5c1bef66c0f69ae7e0aa
[simantics/3d.git] / vtk / src / vtk / vtkSegYReader.java
1 // java wrapper for vtkSegYReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSegYReader extends vtkDataSetAlgorithm
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 SetXYCoordMode_4(int id0);
27   public void SetXYCoordMode(int id0)
28     { SetXYCoordMode_4(id0); }
29
30   private native int GetXYCoordModeMinValue_5();
31   public int GetXYCoordModeMinValue()
32     { return GetXYCoordModeMinValue_5(); }
33
34   private native int GetXYCoordModeMaxValue_6();
35   public int GetXYCoordModeMaxValue()
36     { return GetXYCoordModeMaxValue_6(); }
37
38   private native int GetXYCoordMode_7();
39   public int GetXYCoordMode()
40     { return GetXYCoordMode_7(); }
41
42   private native void SetXYCoordModeToSource_8();
43   public void SetXYCoordModeToSource()
44     { SetXYCoordModeToSource_8(); }
45
46   private native void SetXYCoordModeToCDP_9();
47   public void SetXYCoordModeToCDP()
48     { SetXYCoordModeToCDP_9(); }
49
50   private native void SetXYCoordModeToCustom_10();
51   public void SetXYCoordModeToCustom()
52     { SetXYCoordModeToCustom_10(); }
53
54   private native void SetXCoordByte_11(int id0);
55   public void SetXCoordByte(int id0)
56     { SetXCoordByte_11(id0); }
57
58   private native int GetXCoordByte_12();
59   public int GetXCoordByte()
60     { return GetXCoordByte_12(); }
61
62   private native void SetYCoordByte_13(int id0);
63   public void SetYCoordByte(int id0)
64     { SetYCoordByte_13(id0); }
65
66   private native int GetYCoordByte_14();
67   public int GetYCoordByte()
68     { return GetYCoordByte_14(); }
69
70   private native void SetVerticalCRS_15(int id0);
71   public void SetVerticalCRS(int id0)
72     { SetVerticalCRS_15(id0); }
73
74   private native int GetVerticalCRS_16();
75   public int GetVerticalCRS()
76     { return GetVerticalCRS_16(); }
77
78   private native void SetStructuredGrid_17(int id0);
79   public void SetStructuredGrid(int id0)
80     { SetStructuredGrid_17(id0); }
81
82   private native int GetStructuredGrid_18();
83   public int GetStructuredGrid()
84     { return GetStructuredGrid_18(); }
85
86   private native void StructuredGridOn_19();
87   public void StructuredGridOn()
88     { StructuredGridOn_19(); }
89
90   private native void StructuredGridOff_20();
91   public void StructuredGridOff()
92     { StructuredGridOff_20(); }
93
94   public vtkSegYReader() { super(); }
95
96   public vtkSegYReader(long id) { super(id); }
97   public native long   VTKInit();
98
99 }