]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHyperTreeGrid.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkHyperTreeGrid.java
1 // java wrapper for vtkHyperTreeGrid object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHyperTreeGrid extends vtkDataSet
8 {
9
10   private native long LEVELS_0();
11   public vtkInformationIntegerKey LEVELS() {
12     long temp = LEVELS_0();
13
14     if (temp == 0) return null;
15     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
16 }
17
18   private native long DIMENSION_1();
19   public vtkInformationIntegerKey DIMENSION() {
20     long temp = DIMENSION_1();
21
22     if (temp == 0) return null;
23     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long ORIENTATION_2();
27   public vtkInformationIntegerKey ORIENTATION() {
28     long temp = ORIENTATION_2();
29
30     if (temp == 0) return null;
31     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native long SIZES_3();
35   public vtkInformationDoubleVectorKey SIZES() {
36     long temp = SIZES_3();
37
38     if (temp == 0) return null;
39     return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native int IsTypeOf_4(String id0);
43   public int IsTypeOf(String id0)
44     { return IsTypeOf_4(id0); }
45
46   private native int IsA_5(String id0);
47   public int IsA(String id0)
48     { return IsA_5(id0); }
49
50   private native int GetDataObjectType_6();
51   public int GetDataObjectType()
52     { return GetDataObjectType_6(); }
53
54   private native void CopyStructure_7(vtkDataSet id0);
55   public void CopyStructure(vtkDataSet id0)
56     { CopyStructure_7(id0); }
57
58   private native void SetGridSize_8(int id0,int id1,int id2);
59   public void SetGridSize(int id0,int id1,int id2)
60     { SetGridSize_8(id0,id1,id2); }
61
62   private native void SetGridExtent_9(int id0[]);
63   public void SetGridExtent(int id0[])
64     { SetGridExtent_9(id0); }
65
66   private native void SetGridExtent_10(int id0,int id1,int id2,int id3,int id4,int id5);
67   public void SetGridExtent(int id0,int id1,int id2,int id3,int id4,int id5)
68     { SetGridExtent_10(id0,id1,id2,id3,id4,id5); }
69
70   private native void SetTransposedRootIndexing_11(boolean id0);
71   public void SetTransposedRootIndexing(boolean id0)
72     { SetTransposedRootIndexing_11(id0); }
73
74   private native boolean GetTransposedRootIndexing_12();
75   public boolean GetTransposedRootIndexing()
76     { return GetTransposedRootIndexing_12(); }
77
78   private native void SetIndexingModeToKJI_13();
79   public void SetIndexingModeToKJI()
80     { SetIndexingModeToKJI_13(); }
81
82   private native void SetIndexingModeToIJK_14();
83   public void SetIndexingModeToIJK()
84     { SetIndexingModeToIJK_14(); }
85
86   private native void SetDimension_15(int id0);
87   public void SetDimension(int id0)
88     { SetDimension_15(id0); }
89
90   private native int GetDimension_16();
91   public int GetDimension()
92     { return GetDimension_16(); }
93
94   private native void SetOrientation_17(int id0);
95   public void SetOrientation(int id0)
96     { SetOrientation_17(id0); }
97
98   private native int GetOrientation_18();
99   public int GetOrientation()
100     { return GetOrientation_18(); }
101
102   private native void SetBranchFactor_19(int id0);
103   public void SetBranchFactor(int id0)
104     { SetBranchFactor_19(id0); }
105
106   private native int GetBranchFactor_20();
107   public int GetBranchFactor()
108     { return GetBranchFactor_20(); }
109
110   private native int GetNumberOfTrees_21();
111   public int GetNumberOfTrees()
112     { return GetNumberOfTrees_21(); }
113
114   private native int GetNumberOfVertices_22();
115   public int GetNumberOfVertices()
116     { return GetNumberOfVertices_22(); }
117
118   private native int GetNumberOfLeaves_23();
119   public int GetNumberOfLeaves()
120     { return GetNumberOfLeaves_23(); }
121
122   private native int GetNumberOfCells_24();
123   public int GetNumberOfCells()
124     { return GetNumberOfCells_24(); }
125
126   private native int GetNumberOfPoints_25();
127   public int GetNumberOfPoints()
128     { return GetNumberOfPoints_25(); }
129
130   private native int GetNumberOfLevels_26(int id0);
131   public int GetNumberOfLevels(int id0)
132     { return GetNumberOfLevels_26(id0); }
133
134   private native int GetNumberOfLevels_27();
135   public int GetNumberOfLevels()
136     { return GetNumberOfLevels_27(); }
137
138   private native void SetXCoordinates_28(vtkDataArray id0);
139   public void SetXCoordinates(vtkDataArray id0)
140     { SetXCoordinates_28(id0); }
141
142   private native long GetXCoordinates_29();
143   public vtkDataArray GetXCoordinates() {
144     long temp = GetXCoordinates_29();
145
146     if (temp == 0) return null;
147     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native void SetYCoordinates_30(vtkDataArray id0);
151   public void SetYCoordinates(vtkDataArray id0)
152     { SetYCoordinates_30(id0); }
153
154   private native long GetYCoordinates_31();
155   public vtkDataArray GetYCoordinates() {
156     long temp = GetYCoordinates_31();
157
158     if (temp == 0) return null;
159     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native void SetZCoordinates_32(vtkDataArray id0);
163   public void SetZCoordinates(vtkDataArray id0)
164     { SetZCoordinates_32(id0); }
165
166   private native long GetZCoordinates_33();
167   public vtkDataArray GetZCoordinates() {
168     long temp = GetZCoordinates_33();
169
170     if (temp == 0) return null;
171     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
172 }
173
174   private native void SetMaterialMask_34(vtkBitArray id0);
175   public void SetMaterialMask(vtkBitArray id0)
176     { SetMaterialMask_34(id0); }
177
178   private native long GetMaterialMask_35();
179   public vtkBitArray GetMaterialMask() {
180     long temp = GetMaterialMask_35();
181
182     if (temp == 0) return null;
183     return (vtkBitArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
184 }
185
186   private native boolean HasMaterialMask_36();
187   public boolean HasMaterialMask()
188     { return HasMaterialMask_36(); }
189
190   private native void SetMaterialMaskIndex_37(vtkIdTypeArray id0);
191   public void SetMaterialMaskIndex(vtkIdTypeArray id0)
192     { SetMaterialMaskIndex_37(id0); }
193
194   private native long GetMaterialMaskIndex_38();
195   public vtkIdTypeArray GetMaterialMaskIndex() {
196     long temp = GetMaterialMaskIndex_38();
197
198     if (temp == 0) return null;
199     return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
200 }
201
202   private native void SetHasInterface_39(boolean id0);
203   public void SetHasInterface(boolean id0)
204     { SetHasInterface_39(id0); }
205
206   private native boolean GetHasInterface_40();
207   public boolean GetHasInterface()
208     { return GetHasInterface_40(); }
209
210   private native void HasInterfaceOn_41();
211   public void HasInterfaceOn()
212     { HasInterfaceOn_41(); }
213
214   private native void HasInterfaceOff_42();
215   public void HasInterfaceOff()
216     { HasInterfaceOff_42(); }
217
218   private native void SetInterfaceNormalsName_43(String id0);
219   public void SetInterfaceNormalsName(String id0)
220     { SetInterfaceNormalsName_43(id0); }
221
222   private native String GetInterfaceNormalsName_44();
223   public String GetInterfaceNormalsName()
224     { return GetInterfaceNormalsName_44(); }
225
226   private native void SetInterfaceInterceptsName_45(String id0);
227   public void SetInterfaceInterceptsName(String id0)
228     { SetInterfaceInterceptsName_45(id0); }
229
230   private native String GetInterfaceInterceptsName_46();
231   public String GetInterfaceInterceptsName()
232     { return GetInterfaceInterceptsName_46(); }
233
234   private native void GenerateTrees_47();
235   public void GenerateTrees()
236     { GenerateTrees_47(); }
237
238   private native long NewCursor_48(int id0,boolean id1);
239   public vtkHyperTreeCursor NewCursor(int id0,boolean id1) {
240     long temp = NewCursor_48(id0,id1);
241
242     if (temp == 0) return null;
243     return (vtkHyperTreeCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
244 }
245
246   private native long NewGridCursor_49(int id0,boolean id1);
247   public vtkHyperTreeGridCursor NewGridCursor(int id0,boolean id1) {
248     long temp = NewGridCursor_49(id0,id1);
249
250     if (temp == 0) return null;
251     return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
252 }
253
254   private native long NewGeometricCursor_50(int id0,boolean id1);
255   public vtkHyperTreeGridCursor NewGeometricCursor(int id0,boolean id1) {
256     long temp = NewGeometricCursor_50(id0,id1);
257
258     if (temp == 0) return null;
259     return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
260 }
261
262   private native long NewVonNeumannSuperCursor_51(int id0,boolean id1);
263   public vtkHyperTreeGridCursor NewVonNeumannSuperCursor(int id0,boolean id1) {
264     long temp = NewVonNeumannSuperCursor_51(id0,id1);
265
266     if (temp == 0) return null;
267     return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
268 }
269
270   private native long NewMooreSuperCursor_52(int id0,boolean id1);
271   public vtkHyperTreeGridCursor NewMooreSuperCursor(int id0,boolean id1) {
272     long temp = NewMooreSuperCursor_52(id0,id1);
273
274     if (temp == 0) return null;
275     return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
276 }
277
278   private native void SubdivideLeaf_53(vtkHyperTreeCursor id0,int id1);
279   public void SubdivideLeaf(vtkHyperTreeCursor id0,int id1)
280     { SubdivideLeaf_53(id0,id1); }
281
282   private native void GetPoint_54(int id0,double id1[]);
283   public void GetPoint(int id0,double id1[])
284     { GetPoint_54(id0,id1); }
285
286   private native long GetCell_55(int id0);
287   public vtkCell GetCell(int id0) {
288     long temp = GetCell_55(id0);
289
290     if (temp == 0) return null;
291     return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
292 }
293
294   private native long GetCell_56(int id0,int id1,int id2);
295   public vtkCell GetCell(int id0,int id1,int id2) {
296     long temp = GetCell_56(id0,id1,id2);
297
298     if (temp == 0) return null;
299     return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
300 }
301
302   private native void GetCell_57(int id0,vtkGenericCell id1);
303   public void GetCell(int id0,vtkGenericCell id1)
304     { GetCell_57(id0,id1); }
305
306   private native int GetCellType_58(int id0);
307   public int GetCellType(int id0)
308     { return GetCellType_58(id0); }
309
310   private native void GetCellPoints_59(int id0,vtkIdList id1);
311   public void GetCellPoints(int id0,vtkIdList id1)
312     { GetCellPoints_59(id0,id1); }
313
314   private native void GetPointCells_60(int id0,vtkIdList id1);
315   public void GetPointCells(int id0,vtkIdList id1)
316     { GetPointCells_60(id0,id1); }
317
318   private native void GetCellNeighbors_61(int id0,vtkIdList id1,vtkIdList id2);
319   public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2)
320     { GetCellNeighbors_61(id0,id1,id2); }
321
322   private native int FindPoint_62(double id0[]);
323   public int FindPoint(double id0[])
324     { return FindPoint_62(id0); }
325
326   private native void Initialize_63();
327   public void Initialize()
328     { Initialize_63(); }
329
330   private native long GetTree_64(int id0);
331   public vtkHyperTree GetTree(int id0) {
332     long temp = GetTree_64(id0);
333
334     if (temp == 0) return null;
335     return (vtkHyperTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
336 }
337
338   private native void SetTree_65(int id0,vtkHyperTree id1);
339   public void SetTree(int id0,vtkHyperTree id1)
340     { SetTree_65(id0,id1); }
341
342   private native int GetMaxCellSize_66();
343   public int GetMaxCellSize()
344     { return GetMaxCellSize_66(); }
345
346   private native void ShallowCopy_67(vtkDataObject id0);
347   public void ShallowCopy(vtkDataObject id0)
348     { ShallowCopy_67(id0); }
349
350   private native void DeepCopy_68(vtkDataObject id0);
351   public void DeepCopy(vtkDataObject id0)
352     { DeepCopy_68(id0); }
353
354   private native int GetExtentType_69();
355   public int GetExtentType()
356     { return GetExtentType_69(); }
357
358   private native int GetActualMemorySize_70();
359   public int GetActualMemorySize()
360     { return GetActualMemorySize_70(); }
361
362   private native int GetNumberOfChildren_71();
363   public int GetNumberOfChildren()
364     { return GetNumberOfChildren_71(); }
365
366   private native boolean RecursivelyInitializePureMaterialMask_72(vtkHyperTreeGridCursor id0);
367   public boolean RecursivelyInitializePureMaterialMask(vtkHyperTreeGridCursor id0)
368     { return RecursivelyInitializePureMaterialMask_72(id0); }
369
370   private native long GetPureMaterialMask_73();
371   public vtkBitArray GetPureMaterialMask() {
372     long temp = GetPureMaterialMask_73();
373
374     if (temp == 0) return null;
375     return (vtkBitArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
376 }
377
378   private native int GetChildMask_74(int id0);
379   public int GetChildMask(int id0)
380     { return GetChildMask_74(id0); }
381
382   private native int GetShiftedLevelZeroIndex_75(int id0,int id1,int id2,int id3);
383   public int GetShiftedLevelZeroIndex(int id0,int id1,int id2,int id3)
384     { return GetShiftedLevelZeroIndex_75(id0,id1,id2,id3); }
385
386   private native long GetData_76(vtkInformation id0);
387   public vtkHyperTreeGrid GetData(vtkInformation id0) {
388     long temp = GetData_76(id0);
389
390     if (temp == 0) return null;
391     return (vtkHyperTreeGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
392 }
393
394   private native long GetData_77(vtkInformationVector id0,int id1);
395   public vtkHyperTreeGrid GetData(vtkInformationVector id0,int id1) {
396     long temp = GetData_77(id0,id1);
397
398     if (temp == 0) return null;
399     return (vtkHyperTreeGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
400 }
401
402   public vtkHyperTreeGrid() { super(); }
403
404   public vtkHyperTreeGrid(long id) { super(id); }
405   public native long   VTKInit();
406
407 }