]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTableToStructuredGrid.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTableToStructuredGrid.java
1 // java wrapper for vtkTableToStructuredGrid object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTableToStructuredGrid extends vtkStructuredGridAlgorithm
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 SetWholeExtent_2(int id0,int id1,int id2,int id3,int id4,int id5);
19   public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)
20     { SetWholeExtent_2(id0,id1,id2,id3,id4,id5); }
21
22   private native void SetWholeExtent_3(int id0[]);
23   public void SetWholeExtent(int id0[])
24     { SetWholeExtent_3(id0); }
25
26   private native int[]  GetWholeExtent_4();
27   public int[]  GetWholeExtent()
28     { return GetWholeExtent_4(); }
29
30   private native void SetXColumn_5(String id0);
31   public void SetXColumn(String id0)
32     { SetXColumn_5(id0); }
33
34   private native String GetXColumn_6();
35   public String GetXColumn()
36     { return GetXColumn_6(); }
37
38   private native void SetXComponent_7(int id0);
39   public void SetXComponent(int id0)
40     { SetXComponent_7(id0); }
41
42   private native int GetXComponentMinValue_8();
43   public int GetXComponentMinValue()
44     { return GetXComponentMinValue_8(); }
45
46   private native int GetXComponentMaxValue_9();
47   public int GetXComponentMaxValue()
48     { return GetXComponentMaxValue_9(); }
49
50   private native int GetXComponent_10();
51   public int GetXComponent()
52     { return GetXComponent_10(); }
53
54   private native void SetYColumn_11(String id0);
55   public void SetYColumn(String id0)
56     { SetYColumn_11(id0); }
57
58   private native String GetYColumn_12();
59   public String GetYColumn()
60     { return GetYColumn_12(); }
61
62   private native void SetYComponent_13(int id0);
63   public void SetYComponent(int id0)
64     { SetYComponent_13(id0); }
65
66   private native int GetYComponentMinValue_14();
67   public int GetYComponentMinValue()
68     { return GetYComponentMinValue_14(); }
69
70   private native int GetYComponentMaxValue_15();
71   public int GetYComponentMaxValue()
72     { return GetYComponentMaxValue_15(); }
73
74   private native int GetYComponent_16();
75   public int GetYComponent()
76     { return GetYComponent_16(); }
77
78   private native void SetZColumn_17(String id0);
79   public void SetZColumn(String id0)
80     { SetZColumn_17(id0); }
81
82   private native String GetZColumn_18();
83   public String GetZColumn()
84     { return GetZColumn_18(); }
85
86   private native void SetZComponent_19(int id0);
87   public void SetZComponent(int id0)
88     { SetZComponent_19(id0); }
89
90   private native int GetZComponentMinValue_20();
91   public int GetZComponentMinValue()
92     { return GetZComponentMinValue_20(); }
93
94   private native int GetZComponentMaxValue_21();
95   public int GetZComponentMaxValue()
96     { return GetZComponentMaxValue_21(); }
97
98   private native int GetZComponent_22();
99   public int GetZComponent()
100     { return GetZComponent_22(); }
101
102   public vtkTableToStructuredGrid() { super(); }
103
104   public vtkTableToStructuredGrid(long id) { super(id); }
105   public native long   VTKInit();
106
107 }