]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRectilinearGrid.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkRectilinearGrid.java
1 // java wrapper for vtkRectilinearGrid object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRectilinearGrid extends vtkDataSet
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 int GetDataObjectType_2();
19   public int GetDataObjectType()
20     { return GetDataObjectType_2(); }
21
22   private native void CopyStructure_3(vtkDataSet id0);
23   public void CopyStructure(vtkDataSet id0)
24     { CopyStructure_3(id0); }
25
26   private native void Initialize_4();
27   public void Initialize()
28     { Initialize_4(); }
29
30   private native int GetNumberOfCells_5();
31   public int GetNumberOfCells()
32     { return GetNumberOfCells_5(); }
33
34   private native int GetNumberOfPoints_6();
35   public int GetNumberOfPoints()
36     { return GetNumberOfPoints_6(); }
37
38   private native double[] GetPoint_7(int id0);
39   public double[] GetPoint(int id0)
40     { return GetPoint_7(id0); }
41
42   private native void GetPoint_8(int id0,double id1[]);
43   public void GetPoint(int id0,double id1[])
44     { GetPoint_8(id0,id1); }
45
46   private native long GetCell_9(int id0);
47   public vtkCell GetCell(int id0) {
48     long temp = GetCell_9(id0);
49
50     if (temp == 0) return null;
51     return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native long GetCell_10(int id0,int id1,int id2);
55   public vtkCell GetCell(int id0,int id1,int id2) {
56     long temp = GetCell_10(id0,id1,id2);
57
58     if (temp == 0) return null;
59     return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void GetCell_11(int id0,vtkGenericCell id1);
63   public void GetCell(int id0,vtkGenericCell id1)
64     { GetCell_11(id0,id1); }
65
66   private native void GetCellBounds_12(int id0,double id1[]);
67   public void GetCellBounds(int id0,double id1[])
68     { GetCellBounds_12(id0,id1); }
69
70   private native int FindPoint_13(double id0,double id1,double id2);
71   public int FindPoint(double id0,double id1,double id2)
72     { return FindPoint_13(id0,id1,id2); }
73
74   private native int FindPoint_14(double id0[]);
75   public int FindPoint(double id0[])
76     { return FindPoint_14(id0); }
77
78   private native int GetCellType_15(int id0);
79   public int GetCellType(int id0)
80     { return GetCellType_15(id0); }
81
82   private native void GetCellPoints_16(int id0,vtkIdList id1);
83   public void GetCellPoints(int id0,vtkIdList id1)
84     { GetCellPoints_16(id0,id1); }
85
86   private native void GetPointCells_17(int id0,vtkIdList id1);
87   public void GetPointCells(int id0,vtkIdList id1)
88     { GetPointCells_17(id0,id1); }
89
90   private native void ComputeBounds_18();
91   public void ComputeBounds()
92     { ComputeBounds_18(); }
93
94   private native int GetMaxCellSize_19();
95   public int GetMaxCellSize()
96     { return GetMaxCellSize_19(); }
97
98   private native void GetCellNeighbors_20(int id0,vtkIdList id1,vtkIdList id2);
99   public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2)
100     { GetCellNeighbors_20(id0,id1,id2); }
101
102   private native void GetPoints_21(vtkPoints id0);
103   public void GetPoints(vtkPoints id0)
104     { GetPoints_21(id0); }
105
106   private native void SetDimensions_22(int id0,int id1,int id2);
107   public void SetDimensions(int id0,int id1,int id2)
108     { SetDimensions_22(id0,id1,id2); }
109
110   private native void SetDimensions_23(int id0[]);
111   public void SetDimensions(int id0[])
112     { SetDimensions_23(id0); }
113
114   private native int[]  GetDimensions_24();
115   public int[]  GetDimensions()
116     { return GetDimensions_24(); }
117
118   private native int GetDataDimension_25();
119   public int GetDataDimension()
120     { return GetDataDimension_25(); }
121
122   private native int ComputeStructuredCoordinates_26(double id0[],int id1[],double id2[]);
123   public int ComputeStructuredCoordinates(double id0[],int id1[],double id2[])
124     { return ComputeStructuredCoordinates_26(id0,id1,id2); }
125
126   private native int ComputePointId_27(int id0[]);
127   public int ComputePointId(int id0[])
128     { return ComputePointId_27(id0); }
129
130   private native int ComputeCellId_28(int id0[]);
131   public int ComputeCellId(int id0[])
132     { return ComputeCellId_28(id0); }
133
134   private native void GetPoint_29(int id0,int id1,int id2,double id3[]);
135   public void GetPoint(int id0,int id1,int id2,double id3[])
136     { GetPoint_29(id0,id1,id2,id3); }
137
138   private native void SetXCoordinates_30(vtkDataArray id0);
139   public void SetXCoordinates(vtkDataArray id0)
140     { SetXCoordinates_30(id0); }
141
142   private native long GetXCoordinates_31();
143   public vtkDataArray GetXCoordinates() {
144     long temp = GetXCoordinates_31();
145
146     if (temp == 0) return null;
147     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native void SetYCoordinates_32(vtkDataArray id0);
151   public void SetYCoordinates(vtkDataArray id0)
152     { SetYCoordinates_32(id0); }
153
154   private native long GetYCoordinates_33();
155   public vtkDataArray GetYCoordinates() {
156     long temp = GetYCoordinates_33();
157
158     if (temp == 0) return null;
159     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native void SetZCoordinates_34(vtkDataArray id0);
163   public void SetZCoordinates(vtkDataArray id0)
164     { SetZCoordinates_34(id0); }
165
166   private native long GetZCoordinates_35();
167   public vtkDataArray GetZCoordinates() {
168     long temp = GetZCoordinates_35();
169
170     if (temp == 0) return null;
171     return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
172 }
173
174   private native void SetExtent_36(int id0[]);
175   public void SetExtent(int id0[])
176     { SetExtent_36(id0); }
177
178   private native void SetExtent_37(int id0,int id1,int id2,int id3,int id4,int id5);
179   public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5)
180     { SetExtent_37(id0,id1,id2,id3,id4,id5); }
181
182   private native int[]  GetExtent_38();
183   public int[]  GetExtent()
184     { return GetExtent_38(); }
185
186   private native int GetActualMemorySize_39();
187   public int GetActualMemorySize()
188     { return GetActualMemorySize_39(); }
189
190   private native void ShallowCopy_40(vtkDataObject id0);
191   public void ShallowCopy(vtkDataObject id0)
192     { ShallowCopy_40(id0); }
193
194   private native void DeepCopy_41(vtkDataObject id0);
195   public void DeepCopy(vtkDataObject id0)
196     { DeepCopy_41(id0); }
197
198   private native int GetExtentType_42();
199   public int GetExtentType()
200     { return GetExtentType_42(); }
201
202   private native long GetData_43(vtkInformation id0);
203   public vtkRectilinearGrid GetData(vtkInformation id0) {
204     long temp = GetData_43(id0);
205
206     if (temp == 0) return null;
207     return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
208 }
209
210   private native long GetData_44(vtkInformationVector id0,int id1);
211   public vtkRectilinearGrid GetData(vtkInformationVector id0,int id1) {
212     long temp = GetData_44(id0,id1);
213
214     if (temp == 0) return null;
215     return (vtkRectilinearGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
216 }
217
218   public vtkRectilinearGrid() { super(); }
219
220   public vtkRectilinearGrid(long id) { super(id); }
221   public native long   VTKInit();
222
223 }