1 // java wrapper for vtkAbstractArray object
7 public class vtkAbstractArray extends vtkObject
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native int Allocate_2(int id0,int id1);
19 public int Allocate(int id0,int id1)
20 { return Allocate_2(id0,id1); }
22 private native void Initialize_3();
23 public void Initialize()
26 private native int GetDataType_4();
27 public int GetDataType()
28 { return GetDataType_4(); }
30 private native int GetDataTypeSize_5();
31 public int GetDataTypeSize()
32 { return GetDataTypeSize_5(); }
34 private native int GetDataTypeSize_6(int id0);
35 public int GetDataTypeSize(int id0)
36 { return GetDataTypeSize_6(id0); }
38 private native int GetElementComponentSize_7();
39 public int GetElementComponentSize()
40 { return GetElementComponentSize_7(); }
42 private native void SetNumberOfComponents_8(int id0);
43 public void SetNumberOfComponents(int id0)
44 { SetNumberOfComponents_8(id0); }
46 private native int GetNumberOfComponentsMinValue_9();
47 public int GetNumberOfComponentsMinValue()
48 { return GetNumberOfComponentsMinValue_9(); }
50 private native int GetNumberOfComponentsMaxValue_10();
51 public int GetNumberOfComponentsMaxValue()
52 { return GetNumberOfComponentsMaxValue_10(); }
54 private native int GetNumberOfComponents_11();
55 public int GetNumberOfComponents()
56 { return GetNumberOfComponents_11(); }
58 private native void SetComponentName_12(int id0,String id1);
59 public void SetComponentName(int id0,String id1)
60 { SetComponentName_12(id0,id1); }
62 private native String GetComponentName_13(int id0);
63 public String GetComponentName(int id0)
64 { return GetComponentName_13(id0); }
66 private native boolean HasAComponentName_14();
67 public boolean HasAComponentName()
68 { return HasAComponentName_14(); }
70 private native int CopyComponentNames_15(vtkAbstractArray id0);
71 public int CopyComponentNames(vtkAbstractArray id0)
72 { return CopyComponentNames_15(id0); }
74 private native void SetNumberOfTuples_16(int id0);
75 public void SetNumberOfTuples(int id0)
76 { SetNumberOfTuples_16(id0); }
78 private native void SetNumberOfValues_17(int id0);
79 public void SetNumberOfValues(int id0)
80 { SetNumberOfValues_17(id0); }
82 private native int GetNumberOfTuples_18();
83 public int GetNumberOfTuples()
84 { return GetNumberOfTuples_18(); }
86 private native int GetNumberOfValues_19();
87 public int GetNumberOfValues()
88 { return GetNumberOfValues_19(); }
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); }
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); }
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); }
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); }
106 private native int InsertNextTuple_24(int id0,vtkAbstractArray id1);
107 public int InsertNextTuple(int id0,vtkAbstractArray id1)
108 { return InsertNextTuple_24(id0,id1); }
110 private native void GetTuples_25(vtkIdList id0,vtkAbstractArray id1);
111 public void GetTuples(vtkIdList id0,vtkAbstractArray id1)
112 { GetTuples_25(id0,id1); }
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); }
118 private native boolean HasStandardMemoryLayout_27();
119 public boolean HasStandardMemoryLayout()
120 { return HasStandardMemoryLayout_27(); }
122 private native void DeepCopy_28(vtkAbstractArray id0);
123 public void DeepCopy(vtkAbstractArray id0)
124 { DeepCopy_28(id0); }
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); }
130 private native void Squeeze_30();
131 public void Squeeze()
134 private native int Resize_31(int id0);
135 public int Resize(int id0)
136 { return Resize_31(id0); }
138 private native void Reset_32();
142 private native int GetSize_33();
144 { return GetSize_33(); }
146 private native int GetMaxId_34();
147 public int GetMaxId()
148 { return GetMaxId_34(); }
150 private native int GetActualMemorySize_35();
151 public int GetActualMemorySize()
152 { return GetActualMemorySize_35(); }
154 private native void SetName_36(String id0);
155 public void SetName(String id0)
158 private native String GetName_37();
159 public String GetName()
160 { return GetName_37(); }
162 private native String GetDataTypeAsString_38();
163 public String GetDataTypeAsString()
164 { return GetDataTypeAsString_38(); }
166 private native long CreateArray_39(int id0);
167 public vtkAbstractArray CreateArray(int id0) {
168 long temp = CreateArray_39(id0);
170 if (temp == 0) return null;
171 return (vtkAbstractArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
174 private native int IsNumeric_40();
175 public int IsNumeric()
176 { return IsNumeric_40(); }
178 private native long NewIterator_41();
179 public vtkArrayIterator NewIterator() {
180 long temp = NewIterator_41();
182 if (temp == 0) return null;
183 return (vtkArrayIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
186 private native int GetDataSize_42();
187 public int GetDataSize()
188 { return GetDataSize_42(); }
190 private native void DataChanged_43();
191 public void DataChanged()
192 { DataChanged_43(); }
194 private native void ClearLookup_44();
195 public void ClearLookup()
196 { ClearLookup_44(); }
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); }
202 private native long GetInformation_46();
203 public vtkInformation GetInformation() {
204 long temp = GetInformation_46();
206 if (temp == 0) return null;
207 return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
210 private native boolean HasInformation_47();
211 public boolean HasInformation()
212 { return HasInformation_47(); }
214 private native int CopyInformation_48(vtkInformation id0,int id1);
215 public int CopyInformation(vtkInformation id0,int id1)
216 { return CopyInformation_48(id0,id1); }
218 private native long GUI_HIDE_49();
219 public vtkInformationIntegerKey GUI_HIDE() {
220 long temp = GUI_HIDE_49();
222 if (temp == 0) return null;
223 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
226 private native long PER_COMPONENT_50();
227 public vtkInformationInformationVectorKey PER_COMPONENT() {
228 long temp = PER_COMPONENT_50();
230 if (temp == 0) return null;
231 return (vtkInformationInformationVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
234 private native long PER_FINITE_COMPONENT_51();
235 public vtkInformationInformationVectorKey PER_FINITE_COMPONENT() {
236 long temp = PER_FINITE_COMPONENT_51();
238 if (temp == 0) return null;
239 return (vtkInformationInformationVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
242 private native void Modified_52();
243 public void Modified()
246 private native long DISCRETE_VALUES_53();
247 public vtkInformationVariantVectorKey DISCRETE_VALUES() {
248 long temp = DISCRETE_VALUES_53();
250 if (temp == 0) return null;
251 return (vtkInformationVariantVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
254 private native long DISCRETE_VALUE_SAMPLE_PARAMETERS_54();
255 public vtkInformationDoubleVectorKey DISCRETE_VALUE_SAMPLE_PARAMETERS() {
256 long temp = DISCRETE_VALUE_SAMPLE_PARAMETERS_54();
258 if (temp == 0) return null;
259 return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
262 private native int GetMaxDiscreteValues_55();
263 public int GetMaxDiscreteValues()
264 { return GetMaxDiscreteValues_55(); }
266 private native void SetMaxDiscreteValues_56(int id0);
267 public void SetMaxDiscreteValues(int id0)
268 { SetMaxDiscreteValues_56(id0); }
270 private native int GetArrayType_57();
271 public int GetArrayType()
272 { return GetArrayType_57(); }
274 public vtkAbstractArray() { super(); }
276 public vtkAbstractArray(long id) { super(id); }