]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAbstractArray.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkAbstractArray.java
1 // java wrapper for vtkAbstractArray object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAbstractArray extends vtkObject
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 Allocate_2(int id0,int id1);
19   public int Allocate(int id0,int id1)
20     { return Allocate_2(id0,id1); }
21
22   private native void Initialize_3();
23   public void Initialize()
24     { Initialize_3(); }
25
26   private native int GetDataType_4();
27   public int GetDataType()
28     { return GetDataType_4(); }
29
30   private native int GetDataTypeSize_5();
31   public int GetDataTypeSize()
32     { return GetDataTypeSize_5(); }
33
34   private native int GetDataTypeSize_6(int id0);
35   public int GetDataTypeSize(int id0)
36     { return GetDataTypeSize_6(id0); }
37
38   private native int GetElementComponentSize_7();
39   public int GetElementComponentSize()
40     { return GetElementComponentSize_7(); }
41
42   private native void SetNumberOfComponents_8(int id0);
43   public void SetNumberOfComponents(int id0)
44     { SetNumberOfComponents_8(id0); }
45
46   private native int GetNumberOfComponentsMinValue_9();
47   public int GetNumberOfComponentsMinValue()
48     { return GetNumberOfComponentsMinValue_9(); }
49
50   private native int GetNumberOfComponentsMaxValue_10();
51   public int GetNumberOfComponentsMaxValue()
52     { return GetNumberOfComponentsMaxValue_10(); }
53
54   private native int GetNumberOfComponents_11();
55   public int GetNumberOfComponents()
56     { return GetNumberOfComponents_11(); }
57
58   private native void SetComponentName_12(int id0,String id1);
59   public void SetComponentName(int id0,String id1)
60     { SetComponentName_12(id0,id1); }
61
62   private native String GetComponentName_13(int id0);
63   public String GetComponentName(int id0)
64     { return GetComponentName_13(id0); }
65
66   private native boolean HasAComponentName_14();
67   public boolean HasAComponentName()
68     { return HasAComponentName_14(); }
69
70   private native int CopyComponentNames_15(vtkAbstractArray id0);
71   public int CopyComponentNames(vtkAbstractArray id0)
72     { return CopyComponentNames_15(id0); }
73
74   private native void SetNumberOfTuples_16(int id0);
75   public void SetNumberOfTuples(int id0)
76     { SetNumberOfTuples_16(id0); }
77
78   private native void SetNumberOfValues_17(int id0);
79   public void SetNumberOfValues(int id0)
80     { SetNumberOfValues_17(id0); }
81
82   private native int GetNumberOfTuples_18();
83   public int GetNumberOfTuples()
84     { return GetNumberOfTuples_18(); }
85
86   private native int GetNumberOfValues_19();
87   public int GetNumberOfValues()
88     { return GetNumberOfValues_19(); }
89
90   private native void SetTuple_20(int id0,int id1,vtkAbstractArray id2);
91   public void SetTuple(int id0,int id1,vtkAbstractArray id2)
92     { SetTuple_20(id0,id1,id2); }
93
94   private native void InsertTuple_21(int id0,int id1,vtkAbstractArray id2);
95   public void InsertTuple(int id0,int id1,vtkAbstractArray id2)
96     { InsertTuple_21(id0,id1,id2); }
97
98   private native void InsertTuples_22(vtkIdList id0,vtkIdList id1,vtkAbstractArray id2);
99   public void InsertTuples(vtkIdList id0,vtkIdList id1,vtkAbstractArray id2)
100     { InsertTuples_22(id0,id1,id2); }
101
102   private native void InsertTuples_23(int id0,int id1,int id2,vtkAbstractArray id3);
103   public void InsertTuples(int id0,int id1,int id2,vtkAbstractArray id3)
104     { InsertTuples_23(id0,id1,id2,id3); }
105
106   private native int InsertNextTuple_24(int id0,vtkAbstractArray id1);
107   public int InsertNextTuple(int id0,vtkAbstractArray id1)
108     { return InsertNextTuple_24(id0,id1); }
109
110   private native void GetTuples_25(vtkIdList id0,vtkAbstractArray id1);
111   public void GetTuples(vtkIdList id0,vtkAbstractArray id1)
112     { GetTuples_25(id0,id1); }
113
114   private native void GetTuples_26(int id0,int id1,vtkAbstractArray id2);
115   public void GetTuples(int id0,int id1,vtkAbstractArray id2)
116     { GetTuples_26(id0,id1,id2); }
117
118   private native boolean HasStandardMemoryLayout_27();
119   public boolean HasStandardMemoryLayout()
120     { return HasStandardMemoryLayout_27(); }
121
122   private native void DeepCopy_28(vtkAbstractArray id0);
123   public void DeepCopy(vtkAbstractArray id0)
124     { DeepCopy_28(id0); }
125
126   private native void InterpolateTuple_29(int id0,int id1,vtkAbstractArray id2,int id3,vtkAbstractArray id4,double id5);
127   public void InterpolateTuple(int id0,int id1,vtkAbstractArray id2,int id3,vtkAbstractArray id4,double id5)
128     { InterpolateTuple_29(id0,id1,id2,id3,id4,id5); }
129
130   private native void Squeeze_30();
131   public void Squeeze()
132     { Squeeze_30(); }
133
134   private native int Resize_31(int id0);
135   public int Resize(int id0)
136     { return Resize_31(id0); }
137
138   private native void Reset_32();
139   public void Reset()
140     { Reset_32(); }
141
142   private native int GetSize_33();
143   public int GetSize()
144     { return GetSize_33(); }
145
146   private native int GetMaxId_34();
147   public int GetMaxId()
148     { return GetMaxId_34(); }
149
150   private native int GetActualMemorySize_35();
151   public int GetActualMemorySize()
152     { return GetActualMemorySize_35(); }
153
154   private native void SetName_36(String id0);
155   public void SetName(String id0)
156     { SetName_36(id0); }
157
158   private native String GetName_37();
159   public String GetName()
160     { return GetName_37(); }
161
162   private native String GetDataTypeAsString_38();
163   public String GetDataTypeAsString()
164     { return GetDataTypeAsString_38(); }
165
166   private native long CreateArray_39(int id0);
167   public vtkAbstractArray CreateArray(int id0) {
168     long temp = CreateArray_39(id0);
169
170     if (temp == 0) return null;
171     return (vtkAbstractArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
172 }
173
174   private native int IsNumeric_40();
175   public int IsNumeric()
176     { return IsNumeric_40(); }
177
178   private native long NewIterator_41();
179   public vtkArrayIterator NewIterator() {
180     long temp = NewIterator_41();
181
182     if (temp == 0) return null;
183     return (vtkArrayIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
184 }
185
186   private native int GetDataSize_42();
187   public int GetDataSize()
188     { return GetDataSize_42(); }
189
190   private native void DataChanged_43();
191   public void DataChanged()
192     { DataChanged_43(); }
193
194   private native void ClearLookup_44();
195   public void ClearLookup()
196     { ClearLookup_44(); }
197
198   private native void GetProminentComponentValues_45(int id0,vtkVariantArray id1,double id2,double id3);
199   public void GetProminentComponentValues(int id0,vtkVariantArray id1,double id2,double id3)
200     { GetProminentComponentValues_45(id0,id1,id2,id3); }
201
202   private native long GetInformation_46();
203   public vtkInformation GetInformation() {
204     long temp = GetInformation_46();
205
206     if (temp == 0) return null;
207     return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
208 }
209
210   private native boolean HasInformation_47();
211   public boolean HasInformation()
212     { return HasInformation_47(); }
213
214   private native int CopyInformation_48(vtkInformation id0,int id1);
215   public int CopyInformation(vtkInformation id0,int id1)
216     { return CopyInformation_48(id0,id1); }
217
218   private native long GUI_HIDE_49();
219   public vtkInformationIntegerKey GUI_HIDE() {
220     long temp = GUI_HIDE_49();
221
222     if (temp == 0) return null;
223     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
224 }
225
226   private native long PER_COMPONENT_50();
227   public vtkInformationInformationVectorKey PER_COMPONENT() {
228     long temp = PER_COMPONENT_50();
229
230     if (temp == 0) return null;
231     return (vtkInformationInformationVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
232 }
233
234   private native long PER_FINITE_COMPONENT_51();
235   public vtkInformationInformationVectorKey PER_FINITE_COMPONENT() {
236     long temp = PER_FINITE_COMPONENT_51();
237
238     if (temp == 0) return null;
239     return (vtkInformationInformationVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
240 }
241
242   private native void Modified_52();
243   public void Modified()
244     { Modified_52(); }
245
246   private native long DISCRETE_VALUES_53();
247   public vtkInformationVariantVectorKey DISCRETE_VALUES() {
248     long temp = DISCRETE_VALUES_53();
249
250     if (temp == 0) return null;
251     return (vtkInformationVariantVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
252 }
253
254   private native long DISCRETE_VALUE_SAMPLE_PARAMETERS_54();
255   public vtkInformationDoubleVectorKey DISCRETE_VALUE_SAMPLE_PARAMETERS() {
256     long temp = DISCRETE_VALUE_SAMPLE_PARAMETERS_54();
257
258     if (temp == 0) return null;
259     return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
260 }
261
262   private native int GetMaxDiscreteValues_55();
263   public int GetMaxDiscreteValues()
264     { return GetMaxDiscreteValues_55(); }
265
266   private native void SetMaxDiscreteValues_56(int id0);
267   public void SetMaxDiscreteValues(int id0)
268     { SetMaxDiscreteValues_56(id0); }
269
270   private native int GetArrayType_57();
271   public int GetArrayType()
272     { return GetArrayType_57(); }
273
274   public vtkAbstractArray() { super(); }
275
276   public vtkAbstractArray(long id) { super(id); }
277
278 }