]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTableToPolyData.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTableToPolyData.java
1 // java wrapper for vtkTableToPolyData object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTableToPolyData extends vtkPolyDataAlgorithm
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 SetXColumn_2(String id0);
19   public void SetXColumn(String id0)
20     { SetXColumn_2(id0); }
21
22   private native String GetXColumn_3();
23   public String GetXColumn()
24     { return GetXColumn_3(); }
25
26   private native void SetXColumnIndex_4(int id0);
27   public void SetXColumnIndex(int id0)
28     { SetXColumnIndex_4(id0); }
29
30   private native int GetXColumnIndexMinValue_5();
31   public int GetXColumnIndexMinValue()
32     { return GetXColumnIndexMinValue_5(); }
33
34   private native int GetXColumnIndexMaxValue_6();
35   public int GetXColumnIndexMaxValue()
36     { return GetXColumnIndexMaxValue_6(); }
37
38   private native int GetXColumnIndex_7();
39   public int GetXColumnIndex()
40     { return GetXColumnIndex_7(); }
41
42   private native void SetXComponent_8(int id0);
43   public void SetXComponent(int id0)
44     { SetXComponent_8(id0); }
45
46   private native int GetXComponentMinValue_9();
47   public int GetXComponentMinValue()
48     { return GetXComponentMinValue_9(); }
49
50   private native int GetXComponentMaxValue_10();
51   public int GetXComponentMaxValue()
52     { return GetXComponentMaxValue_10(); }
53
54   private native int GetXComponent_11();
55   public int GetXComponent()
56     { return GetXComponent_11(); }
57
58   private native void SetYColumn_12(String id0);
59   public void SetYColumn(String id0)
60     { SetYColumn_12(id0); }
61
62   private native String GetYColumn_13();
63   public String GetYColumn()
64     { return GetYColumn_13(); }
65
66   private native void SetYColumnIndex_14(int id0);
67   public void SetYColumnIndex(int id0)
68     { SetYColumnIndex_14(id0); }
69
70   private native int GetYColumnIndexMinValue_15();
71   public int GetYColumnIndexMinValue()
72     { return GetYColumnIndexMinValue_15(); }
73
74   private native int GetYColumnIndexMaxValue_16();
75   public int GetYColumnIndexMaxValue()
76     { return GetYColumnIndexMaxValue_16(); }
77
78   private native int GetYColumnIndex_17();
79   public int GetYColumnIndex()
80     { return GetYColumnIndex_17(); }
81
82   private native void SetYComponent_18(int id0);
83   public void SetYComponent(int id0)
84     { SetYComponent_18(id0); }
85
86   private native int GetYComponentMinValue_19();
87   public int GetYComponentMinValue()
88     { return GetYComponentMinValue_19(); }
89
90   private native int GetYComponentMaxValue_20();
91   public int GetYComponentMaxValue()
92     { return GetYComponentMaxValue_20(); }
93
94   private native int GetYComponent_21();
95   public int GetYComponent()
96     { return GetYComponent_21(); }
97
98   private native void SetZColumn_22(String id0);
99   public void SetZColumn(String id0)
100     { SetZColumn_22(id0); }
101
102   private native String GetZColumn_23();
103   public String GetZColumn()
104     { return GetZColumn_23(); }
105
106   private native void SetZColumnIndex_24(int id0);
107   public void SetZColumnIndex(int id0)
108     { SetZColumnIndex_24(id0); }
109
110   private native int GetZColumnIndexMinValue_25();
111   public int GetZColumnIndexMinValue()
112     { return GetZColumnIndexMinValue_25(); }
113
114   private native int GetZColumnIndexMaxValue_26();
115   public int GetZColumnIndexMaxValue()
116     { return GetZColumnIndexMaxValue_26(); }
117
118   private native int GetZColumnIndex_27();
119   public int GetZColumnIndex()
120     { return GetZColumnIndex_27(); }
121
122   private native void SetZComponent_28(int id0);
123   public void SetZComponent(int id0)
124     { SetZComponent_28(id0); }
125
126   private native int GetZComponentMinValue_29();
127   public int GetZComponentMinValue()
128     { return GetZComponentMinValue_29(); }
129
130   private native int GetZComponentMaxValue_30();
131   public int GetZComponentMaxValue()
132     { return GetZComponentMaxValue_30(); }
133
134   private native int GetZComponent_31();
135   public int GetZComponent()
136     { return GetZComponent_31(); }
137
138   private native void SetCreate2DPoints_32(boolean id0);
139   public void SetCreate2DPoints(boolean id0)
140     { SetCreate2DPoints_32(id0); }
141
142   private native boolean GetCreate2DPoints_33();
143   public boolean GetCreate2DPoints()
144     { return GetCreate2DPoints_33(); }
145
146   private native void Create2DPointsOn_34();
147   public void Create2DPointsOn()
148     { Create2DPointsOn_34(); }
149
150   private native void Create2DPointsOff_35();
151   public void Create2DPointsOff()
152     { Create2DPointsOff_35(); }
153
154   private native void SetPreserveCoordinateColumnsAsDataArrays_36(boolean id0);
155   public void SetPreserveCoordinateColumnsAsDataArrays(boolean id0)
156     { SetPreserveCoordinateColumnsAsDataArrays_36(id0); }
157
158   private native boolean GetPreserveCoordinateColumnsAsDataArrays_37();
159   public boolean GetPreserveCoordinateColumnsAsDataArrays()
160     { return GetPreserveCoordinateColumnsAsDataArrays_37(); }
161
162   private native void PreserveCoordinateColumnsAsDataArraysOn_38();
163   public void PreserveCoordinateColumnsAsDataArraysOn()
164     { PreserveCoordinateColumnsAsDataArraysOn_38(); }
165
166   private native void PreserveCoordinateColumnsAsDataArraysOff_39();
167   public void PreserveCoordinateColumnsAsDataArraysOff()
168     { PreserveCoordinateColumnsAsDataArraysOff_39(); }
169
170   public vtkTableToPolyData() { super(); }
171
172   public vtkTableToPolyData(long id) { super(id); }
173   public native long   VTKInit();
174
175 }