]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkStructuredGrid.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkStructuredGrid.java
1 // java wrapper for vtkStructuredGrid object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkStructuredGrid extends vtkPointSet\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native int GetDataObjectType_2();\r
19   public int GetDataObjectType()\r
20     { return GetDataObjectType_2(); }\r
21 \r
22   private native void CopyStructure_3(vtkDataSet id0);\r
23   public void CopyStructure(vtkDataSet id0)\r
24     { CopyStructure_3(id0); }\r
25 \r
26   private native int GetNumberOfPoints_4();\r
27   public int GetNumberOfPoints()\r
28     { return GetNumberOfPoints_4(); }\r
29 \r
30   private native double[] GetPoint_5(int id0);\r
31   public double[] GetPoint(int id0)\r
32     { return GetPoint_5(id0); }\r
33 \r
34   private native void GetPoint_6(int id0,double id1[]);\r
35   public void GetPoint(int id0,double id1[])\r
36     { GetPoint_6(id0,id1); }\r
37 \r
38   private native long GetCell_7(int id0);\r
39   public vtkCell GetCell(int id0) {\r
40     long temp = GetCell_7(id0);\r
41 \r
42     if (temp == 0) return null;\r
43     return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
44   }\r
45 \r
46   private native void GetCell_8(int id0,vtkGenericCell id1);\r
47   public void GetCell(int id0,vtkGenericCell id1)\r
48     { GetCell_8(id0,id1); }\r
49 \r
50   private native void GetCellBounds_9(int id0,double id1[]);\r
51   public void GetCellBounds(int id0,double id1[])\r
52     { GetCellBounds_9(id0,id1); }\r
53 \r
54   private native int GetCellType_10(int id0);\r
55   public int GetCellType(int id0)\r
56     { return GetCellType_10(id0); }\r
57 \r
58   private native int GetNumberOfCells_11();\r
59   public int GetNumberOfCells()\r
60     { return GetNumberOfCells_11(); }\r
61 \r
62   private native void GetCellPoints_12(int id0,vtkIdList id1);\r
63   public void GetCellPoints(int id0,vtkIdList id1)\r
64     { GetCellPoints_12(id0,id1); }\r
65 \r
66   private native void GetPointCells_13(int id0,vtkIdList id1);\r
67   public void GetPointCells(int id0,vtkIdList id1)\r
68     { GetPointCells_13(id0,id1); }\r
69 \r
70   private native void Initialize_14();\r
71   public void Initialize()\r
72     { Initialize_14(); }\r
73 \r
74   private native int GetMaxCellSize_15();\r
75   public int GetMaxCellSize()\r
76     { return GetMaxCellSize_15(); }\r
77 \r
78   private native void GetCellNeighbors_16(int id0,vtkIdList id1,vtkIdList id2);\r
79   public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2)\r
80     { GetCellNeighbors_16(id0,id1,id2); }\r
81 \r
82   private native void GetScalarRange_17(double id0[]);\r
83   public void GetScalarRange(double id0[])\r
84     { GetScalarRange_17(id0); }\r
85 \r
86   private native double[] GetScalarRange_18();\r
87   public double[] GetScalarRange()\r
88     { return GetScalarRange_18(); }\r
89 \r
90   private native void SetDimensions_19(int id0,int id1,int id2);\r
91   public void SetDimensions(int id0,int id1,int id2)\r
92     { SetDimensions_19(id0,id1,id2); }\r
93 \r
94   private native void SetDimensions_20(int id0[]);\r
95   public void SetDimensions(int id0[])\r
96     { SetDimensions_20(id0); }\r
97 \r
98   private native int[]  GetDimensions_21();\r
99   public int[]  GetDimensions()\r
100     { return GetDimensions_21(); }\r
101 \r
102   private native void GetDimensions_22(int id0[]);\r
103   public void GetDimensions(int id0[])\r
104     { GetDimensions_22(id0); }\r
105 \r
106   private native int GetDataDimension_23();\r
107   public int GetDataDimension()\r
108     { return GetDataDimension_23(); }\r
109 \r
110   private native void SetExtent_24(int id0[]);\r
111   public void SetExtent(int id0[])\r
112     { SetExtent_24(id0); }\r
113 \r
114   private native void SetExtent_25(int id0,int id1,int id2,int id3,int id4,int id5);\r
115   public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5)\r
116     { SetExtent_25(id0,id1,id2,id3,id4,id5); }\r
117 \r
118   private native int[]  GetExtent_26();\r
119   public int[]  GetExtent()\r
120     { return GetExtent_26(); }\r
121 \r
122   private native int GetActualMemorySize_27();\r
123   public int GetActualMemorySize()\r
124     { return GetActualMemorySize_27(); }\r
125 \r
126   private native void ShallowCopy_28(vtkDataObject id0);\r
127   public void ShallowCopy(vtkDataObject id0)\r
128     { ShallowCopy_28(id0); }\r
129 \r
130   private native void DeepCopy_29(vtkDataObject id0);\r
131   public void DeepCopy(vtkDataObject id0)\r
132     { DeepCopy_29(id0); }\r
133 \r
134   private native int GetExtentType_30();\r
135   public int GetExtentType()\r
136     { return GetExtentType_30(); }\r
137 \r
138   private native void BlankPoint_31(int id0);\r
139   public void BlankPoint(int id0)\r
140     { BlankPoint_31(id0); }\r
141 \r
142   private native void UnBlankPoint_32(int id0);\r
143   public void UnBlankPoint(int id0)\r
144     { UnBlankPoint_32(id0); }\r
145 \r
146   private native void BlankCell_33(int id0);\r
147   public void BlankCell(int id0)\r
148     { BlankCell_33(id0); }\r
149 \r
150   private native void UnBlankCell_34(int id0);\r
151   public void UnBlankCell(int id0)\r
152     { UnBlankCell_34(id0); }\r
153 \r
154   private native long GetPointVisibilityArray_35();\r
155   public vtkUnsignedCharArray GetPointVisibilityArray() {\r
156     long temp = GetPointVisibilityArray_35();\r
157 \r
158     if (temp == 0) return null;\r
159     return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
160   }\r
161 \r
162   private native void SetPointVisibilityArray_36(vtkUnsignedCharArray id0);\r
163   public void SetPointVisibilityArray(vtkUnsignedCharArray id0)\r
164     { SetPointVisibilityArray_36(id0); }\r
165 \r
166   private native long GetCellVisibilityArray_37();\r
167   public vtkUnsignedCharArray GetCellVisibilityArray() {\r
168     long temp = GetCellVisibilityArray_37();\r
169 \r
170     if (temp == 0) return null;\r
171     return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
172   }\r
173 \r
174   private native void SetCellVisibilityArray_38(vtkUnsignedCharArray id0);\r
175   public void SetCellVisibilityArray(vtkUnsignedCharArray id0)\r
176     { SetCellVisibilityArray_38(id0); }\r
177 \r
178   private native int IsPointVisible_39(int id0);\r
179   public int IsPointVisible(int id0)\r
180     { return IsPointVisible_39(id0); }\r
181 \r
182   private native int IsCellVisible_40(int id0);\r
183   public int IsCellVisible(int id0)\r
184     { return IsCellVisible_40(id0); }\r
185 \r
186   private native int GetPointBlanking_41();\r
187   public int GetPointBlanking()\r
188     { return GetPointBlanking_41(); }\r
189 \r
190   private native int GetCellBlanking_42();\r
191   public int GetCellBlanking()\r
192     { return GetCellBlanking_42(); }\r
193 \r
194   private native void Crop_43();\r
195   public void Crop()\r
196     { Crop_43(); }\r
197 \r
198   private native long GetData_44(vtkInformation id0);\r
199   public vtkStructuredGrid GetData(vtkInformation id0) {\r
200     long temp = GetData_44(id0);\r
201 \r
202     if (temp == 0) return null;\r
203     return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
204   }\r
205 \r
206   private native long GetData_45(vtkInformationVector id0,int id1);\r
207   public vtkStructuredGrid GetData(vtkInformationVector id0,int id1) {\r
208     long temp = GetData_45(id0,id1);\r
209 \r
210     if (temp == 0) return null;\r
211     return (vtkStructuredGrid)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
212   }\r
213 \r
214   private native void GetPoint_46(int id0,int id1,int id2,double id3[],boolean id4);\r
215   public void GetPoint(int id0,int id1,int id2,double id3[],boolean id4)\r
216     { GetPoint_46(id0,id1,id2,id3,id4); }\r
217 \r
218   public vtkStructuredGrid() { super(); }\r
219 \r
220   public vtkStructuredGrid(long id) { super(id); }\r
221   public native long   VTKInit();\r
222 \r
223 }\r