]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkUnstructuredGridGeometryFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkUnstructuredGridGeometryFilter.java
1 // java wrapper for vtkUnstructuredGridGeometryFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkUnstructuredGridGeometryFilter extends vtkUnstructuredGridBaseAlgorithm
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 SetPointClipping_2(int id0);
19   public void SetPointClipping(int id0)
20     { SetPointClipping_2(id0); }
21
22   private native int GetPointClipping_3();
23   public int GetPointClipping()
24     { return GetPointClipping_3(); }
25
26   private native void PointClippingOn_4();
27   public void PointClippingOn()
28     { PointClippingOn_4(); }
29
30   private native void PointClippingOff_5();
31   public void PointClippingOff()
32     { PointClippingOff_5(); }
33
34   private native void SetCellClipping_6(int id0);
35   public void SetCellClipping(int id0)
36     { SetCellClipping_6(id0); }
37
38   private native int GetCellClipping_7();
39   public int GetCellClipping()
40     { return GetCellClipping_7(); }
41
42   private native void CellClippingOn_8();
43   public void CellClippingOn()
44     { CellClippingOn_8(); }
45
46   private native void CellClippingOff_9();
47   public void CellClippingOff()
48     { CellClippingOff_9(); }
49
50   private native void SetExtentClipping_10(int id0);
51   public void SetExtentClipping(int id0)
52     { SetExtentClipping_10(id0); }
53
54   private native int GetExtentClipping_11();
55   public int GetExtentClipping()
56     { return GetExtentClipping_11(); }
57
58   private native void ExtentClippingOn_12();
59   public void ExtentClippingOn()
60     { ExtentClippingOn_12(); }
61
62   private native void ExtentClippingOff_13();
63   public void ExtentClippingOff()
64     { ExtentClippingOff_13(); }
65
66   private native void SetDuplicateGhostCellClipping_14(int id0);
67   public void SetDuplicateGhostCellClipping(int id0)
68     { SetDuplicateGhostCellClipping_14(id0); }
69
70   private native int GetDuplicateGhostCellClipping_15();
71   public int GetDuplicateGhostCellClipping()
72     { return GetDuplicateGhostCellClipping_15(); }
73
74   private native void DuplicateGhostCellClippingOn_16();
75   public void DuplicateGhostCellClippingOn()
76     { DuplicateGhostCellClippingOn_16(); }
77
78   private native void DuplicateGhostCellClippingOff_17();
79   public void DuplicateGhostCellClippingOff()
80     { DuplicateGhostCellClippingOff_17(); }
81
82   private native void SetPointMinimum_18(int id0);
83   public void SetPointMinimum(int id0)
84     { SetPointMinimum_18(id0); }
85
86   private native int GetPointMinimumMinValue_19();
87   public int GetPointMinimumMinValue()
88     { return GetPointMinimumMinValue_19(); }
89
90   private native int GetPointMinimumMaxValue_20();
91   public int GetPointMinimumMaxValue()
92     { return GetPointMinimumMaxValue_20(); }
93
94   private native int GetPointMinimum_21();
95   public int GetPointMinimum()
96     { return GetPointMinimum_21(); }
97
98   private native void SetPointMaximum_22(int id0);
99   public void SetPointMaximum(int id0)
100     { SetPointMaximum_22(id0); }
101
102   private native int GetPointMaximumMinValue_23();
103   public int GetPointMaximumMinValue()
104     { return GetPointMaximumMinValue_23(); }
105
106   private native int GetPointMaximumMaxValue_24();
107   public int GetPointMaximumMaxValue()
108     { return GetPointMaximumMaxValue_24(); }
109
110   private native int GetPointMaximum_25();
111   public int GetPointMaximum()
112     { return GetPointMaximum_25(); }
113
114   private native void SetCellMinimum_26(int id0);
115   public void SetCellMinimum(int id0)
116     { SetCellMinimum_26(id0); }
117
118   private native int GetCellMinimumMinValue_27();
119   public int GetCellMinimumMinValue()
120     { return GetCellMinimumMinValue_27(); }
121
122   private native int GetCellMinimumMaxValue_28();
123   public int GetCellMinimumMaxValue()
124     { return GetCellMinimumMaxValue_28(); }
125
126   private native int GetCellMinimum_29();
127   public int GetCellMinimum()
128     { return GetCellMinimum_29(); }
129
130   private native void SetCellMaximum_30(int id0);
131   public void SetCellMaximum(int id0)
132     { SetCellMaximum_30(id0); }
133
134   private native int GetCellMaximumMinValue_31();
135   public int GetCellMaximumMinValue()
136     { return GetCellMaximumMinValue_31(); }
137
138   private native int GetCellMaximumMaxValue_32();
139   public int GetCellMaximumMaxValue()
140     { return GetCellMaximumMaxValue_32(); }
141
142   private native int GetCellMaximum_33();
143   public int GetCellMaximum()
144     { return GetCellMaximum_33(); }
145
146   private native void SetExtent_34(double id0,double id1,double id2,double id3,double id4,double id5);
147   public void SetExtent(double id0,double id1,double id2,double id3,double id4,double id5)
148     { SetExtent_34(id0,id1,id2,id3,id4,id5); }
149
150   private native void SetExtent_35(double id0[]);
151   public void SetExtent(double id0[])
152     { SetExtent_35(id0); }
153
154   private native void SetMerging_36(int id0);
155   public void SetMerging(int id0)
156     { SetMerging_36(id0); }
157
158   private native int GetMerging_37();
159   public int GetMerging()
160     { return GetMerging_37(); }
161
162   private native void MergingOn_38();
163   public void MergingOn()
164     { MergingOn_38(); }
165
166   private native void MergingOff_39();
167   public void MergingOff()
168     { MergingOff_39(); }
169
170   private native void SetPassThroughCellIds_40(int id0);
171   public void SetPassThroughCellIds(int id0)
172     { SetPassThroughCellIds_40(id0); }
173
174   private native int GetPassThroughCellIds_41();
175   public int GetPassThroughCellIds()
176     { return GetPassThroughCellIds_41(); }
177
178   private native void PassThroughCellIdsOn_42();
179   public void PassThroughCellIdsOn()
180     { PassThroughCellIdsOn_42(); }
181
182   private native void PassThroughCellIdsOff_43();
183   public void PassThroughCellIdsOff()
184     { PassThroughCellIdsOff_43(); }
185
186   private native void SetPassThroughPointIds_44(int id0);
187   public void SetPassThroughPointIds(int id0)
188     { SetPassThroughPointIds_44(id0); }
189
190   private native int GetPassThroughPointIds_45();
191   public int GetPassThroughPointIds()
192     { return GetPassThroughPointIds_45(); }
193
194   private native void PassThroughPointIdsOn_46();
195   public void PassThroughPointIdsOn()
196     { PassThroughPointIdsOn_46(); }
197
198   private native void PassThroughPointIdsOff_47();
199   public void PassThroughPointIdsOff()
200     { PassThroughPointIdsOff_47(); }
201
202   private native void SetOriginalCellIdsName_48(String id0);
203   public void SetOriginalCellIdsName(String id0)
204     { SetOriginalCellIdsName_48(id0); }
205
206   private native String GetOriginalCellIdsName_49();
207   public String GetOriginalCellIdsName()
208     { return GetOriginalCellIdsName_49(); }
209
210   private native void SetOriginalPointIdsName_50(String id0);
211   public void SetOriginalPointIdsName(String id0)
212     { SetOriginalPointIdsName_50(id0); }
213
214   private native String GetOriginalPointIdsName_51();
215   public String GetOriginalPointIdsName()
216     { return GetOriginalPointIdsName_51(); }
217
218   private native void SetLocator_52(vtkIncrementalPointLocator id0);
219   public void SetLocator(vtkIncrementalPointLocator id0)
220     { SetLocator_52(id0); }
221
222   private native long GetLocator_53();
223   public vtkIncrementalPointLocator GetLocator() {
224     long temp = GetLocator_53();
225
226     if (temp == 0) return null;
227     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
228 }
229
230   private native void CreateDefaultLocator_54();
231   public void CreateDefaultLocator()
232     { CreateDefaultLocator_54(); }
233
234   private native int GetMTime_55();
235   public int GetMTime()
236     { return GetMTime_55(); }
237
238   public vtkUnstructuredGridGeometryFilter() { super(); }
239
240   public vtkUnstructuredGridGeometryFilter(long id) { super(id); }
241   public native long   VTKInit();
242
243 }