1 // java wrapper for vtkSelectionNode object
7 public class vtkSelectionNode 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 void Initialize_2();
19 public void Initialize()
22 private native void SetSelectionList_3(vtkAbstractArray id0);
23 public void SetSelectionList(vtkAbstractArray id0)
24 { SetSelectionList_3(id0); }
26 private native long GetSelectionList_4();
27 public vtkAbstractArray GetSelectionList() {
28 long temp = GetSelectionList_4();
30 if (temp == 0) return null;
31 return (vtkAbstractArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native void SetSelectionData_5(vtkDataSetAttributes id0);
35 public void SetSelectionData(vtkDataSetAttributes id0)
36 { SetSelectionData_5(id0); }
38 private native long GetSelectionData_6();
39 public vtkDataSetAttributes GetSelectionData() {
40 long temp = GetSelectionData_6();
42 if (temp == 0) return null;
43 return (vtkDataSetAttributes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
46 private native long GetProperties_7();
47 public vtkInformation GetProperties() {
48 long temp = GetProperties_7();
50 if (temp == 0) return null;
51 return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
54 private native void DeepCopy_8(vtkSelectionNode id0);
55 public void DeepCopy(vtkSelectionNode id0)
58 private native void ShallowCopy_9(vtkSelectionNode id0);
59 public void ShallowCopy(vtkSelectionNode id0)
60 { ShallowCopy_9(id0); }
62 private native int GetMTime_10();
64 { return GetMTime_10(); }
66 private native long CONTENT_TYPE_11();
67 public vtkInformationIntegerKey CONTENT_TYPE() {
68 long temp = CONTENT_TYPE_11();
70 if (temp == 0) return null;
71 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
74 private native void SetContentType_12(int id0);
75 public void SetContentType(int id0)
76 { SetContentType_12(id0); }
78 private native int GetContentType_13();
79 public int GetContentType()
80 { return GetContentType_13(); }
82 private native long FIELD_TYPE_14();
83 public vtkInformationIntegerKey FIELD_TYPE() {
84 long temp = FIELD_TYPE_14();
86 if (temp == 0) return null;
87 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
90 private native void SetFieldType_15(int id0);
91 public void SetFieldType(int id0)
92 { SetFieldType_15(id0); }
94 private native int GetFieldType_16();
95 public int GetFieldType()
96 { return GetFieldType_16(); }
98 private native int ConvertSelectionFieldToAttributeType_17(int id0);
99 public int ConvertSelectionFieldToAttributeType(int id0)
100 { return ConvertSelectionFieldToAttributeType_17(id0); }
102 private native int ConvertAttributeTypeToSelectionField_18(int id0);
103 public int ConvertAttributeTypeToSelectionField(int id0)
104 { return ConvertAttributeTypeToSelectionField_18(id0); }
106 private native void SetQueryString_19(String id0);
107 public void SetQueryString(String id0)
108 { SetQueryString_19(id0); }
110 private native String GetQueryString_20();
111 public String GetQueryString()
112 { return GetQueryString_20(); }
114 private native long EPSILON_21();
115 public vtkInformationDoubleKey EPSILON() {
116 long temp = EPSILON_21();
118 if (temp == 0) return null;
119 return (vtkInformationDoubleKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
122 private native long ZBUFFER_VALUE_22();
123 public vtkInformationDoubleKey ZBUFFER_VALUE() {
124 long temp = ZBUFFER_VALUE_22();
126 if (temp == 0) return null;
127 return (vtkInformationDoubleKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
130 private native long CONTAINING_CELLS_23();
131 public vtkInformationIntegerKey CONTAINING_CELLS() {
132 long temp = CONTAINING_CELLS_23();
134 if (temp == 0) return null;
135 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
138 private native long COMPONENT_NUMBER_24();
139 public vtkInformationIntegerKey COMPONENT_NUMBER() {
140 long temp = COMPONENT_NUMBER_24();
142 if (temp == 0) return null;
143 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
146 private native long INVERSE_25();
147 public vtkInformationIntegerKey INVERSE() {
148 long temp = INVERSE_25();
150 if (temp == 0) return null;
151 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
154 private native long PIXEL_COUNT_26();
155 public vtkInformationIntegerKey PIXEL_COUNT() {
156 long temp = PIXEL_COUNT_26();
158 if (temp == 0) return null;
159 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
162 private native long SOURCE_27();
163 public vtkInformationObjectBaseKey SOURCE() {
164 long temp = SOURCE_27();
166 if (temp == 0) return null;
167 return (vtkInformationObjectBaseKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
170 private native long SOURCE_ID_28();
171 public vtkInformationIntegerKey SOURCE_ID() {
172 long temp = SOURCE_ID_28();
174 if (temp == 0) return null;
175 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
178 private native long PROP_29();
179 public vtkInformationObjectBaseKey PROP() {
180 long temp = PROP_29();
182 if (temp == 0) return null;
183 return (vtkInformationObjectBaseKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
186 private native long PROP_ID_30();
187 public vtkInformationIntegerKey PROP_ID() {
188 long temp = PROP_ID_30();
190 if (temp == 0) return null;
191 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
194 private native long PROCESS_ID_31();
195 public vtkInformationIntegerKey PROCESS_ID() {
196 long temp = PROCESS_ID_31();
198 if (temp == 0) return null;
199 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
202 private native long COMPOSITE_INDEX_32();
203 public vtkInformationIntegerKey COMPOSITE_INDEX() {
204 long temp = COMPOSITE_INDEX_32();
206 if (temp == 0) return null;
207 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
210 private native long HIERARCHICAL_LEVEL_33();
211 public vtkInformationIntegerKey HIERARCHICAL_LEVEL() {
212 long temp = HIERARCHICAL_LEVEL_33();
214 if (temp == 0) return null;
215 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
218 private native long HIERARCHICAL_INDEX_34();
219 public vtkInformationIntegerKey HIERARCHICAL_INDEX() {
220 long temp = HIERARCHICAL_INDEX_34();
222 if (temp == 0) return null;
223 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
226 private native long INDEXED_VERTICES_35();
227 public vtkInformationIntegerKey INDEXED_VERTICES() {
228 long temp = INDEXED_VERTICES_35();
230 if (temp == 0) return null;
231 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
234 private native void UnionSelectionList_36(vtkSelectionNode id0);
235 public void UnionSelectionList(vtkSelectionNode id0)
236 { UnionSelectionList_36(id0); }
238 private native void SubtractSelectionList_37(vtkSelectionNode id0);
239 public void SubtractSelectionList(vtkSelectionNode id0)
240 { SubtractSelectionList_37(id0); }
242 private native boolean EqualProperties_38(vtkSelectionNode id0,boolean id1);
243 public boolean EqualProperties(vtkSelectionNode id0,boolean id1)
244 { return EqualProperties_38(id0,id1); }
246 public vtkSelectionNode() { super(); }
248 public vtkSelectionNode(long id) { super(id); }
249 public native long VTKInit();