]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSelectionNode.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkSelectionNode.java
1 // java wrapper for vtkSelectionNode object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSelectionNode 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 void Initialize_2();
19   public void Initialize()
20     { Initialize_2(); }
21
22   private native void SetSelectionList_3(vtkAbstractArray id0);
23   public void SetSelectionList(vtkAbstractArray id0)
24     { SetSelectionList_3(id0); }
25
26   private native long GetSelectionList_4();
27   public vtkAbstractArray GetSelectionList() {
28     long temp = GetSelectionList_4();
29
30     if (temp == 0) return null;
31     return (vtkAbstractArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetSelectionData_5(vtkDataSetAttributes id0);
35   public void SetSelectionData(vtkDataSetAttributes id0)
36     { SetSelectionData_5(id0); }
37
38   private native long GetSelectionData_6();
39   public vtkDataSetAttributes GetSelectionData() {
40     long temp = GetSelectionData_6();
41
42     if (temp == 0) return null;
43     return (vtkDataSetAttributes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native long GetProperties_7();
47   public vtkInformation GetProperties() {
48     long temp = GetProperties_7();
49
50     if (temp == 0) return null;
51     return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void DeepCopy_8(vtkSelectionNode id0);
55   public void DeepCopy(vtkSelectionNode id0)
56     { DeepCopy_8(id0); }
57
58   private native void ShallowCopy_9(vtkSelectionNode id0);
59   public void ShallowCopy(vtkSelectionNode id0)
60     { ShallowCopy_9(id0); }
61
62   private native int GetMTime_10();
63   public int GetMTime()
64     { return GetMTime_10(); }
65
66   private native long CONTENT_TYPE_11();
67   public vtkInformationIntegerKey CONTENT_TYPE() {
68     long temp = CONTENT_TYPE_11();
69
70     if (temp == 0) return null;
71     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetContentType_12(int id0);
75   public void SetContentType(int id0)
76     { SetContentType_12(id0); }
77
78   private native int GetContentType_13();
79   public int GetContentType()
80     { return GetContentType_13(); }
81
82   private native long FIELD_TYPE_14();
83   public vtkInformationIntegerKey FIELD_TYPE() {
84     long temp = FIELD_TYPE_14();
85
86     if (temp == 0) return null;
87     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native void SetFieldType_15(int id0);
91   public void SetFieldType(int id0)
92     { SetFieldType_15(id0); }
93
94   private native int GetFieldType_16();
95   public int GetFieldType()
96     { return GetFieldType_16(); }
97
98   private native int ConvertSelectionFieldToAttributeType_17(int id0);
99   public int ConvertSelectionFieldToAttributeType(int id0)
100     { return ConvertSelectionFieldToAttributeType_17(id0); }
101
102   private native int ConvertAttributeTypeToSelectionField_18(int id0);
103   public int ConvertAttributeTypeToSelectionField(int id0)
104     { return ConvertAttributeTypeToSelectionField_18(id0); }
105
106   private native void SetQueryString_19(String id0);
107   public void SetQueryString(String id0)
108     { SetQueryString_19(id0); }
109
110   private native String GetQueryString_20();
111   public String GetQueryString()
112     { return GetQueryString_20(); }
113
114   private native long EPSILON_21();
115   public vtkInformationDoubleKey EPSILON() {
116     long temp = EPSILON_21();
117
118     if (temp == 0) return null;
119     return (vtkInformationDoubleKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native long ZBUFFER_VALUE_22();
123   public vtkInformationDoubleKey ZBUFFER_VALUE() {
124     long temp = ZBUFFER_VALUE_22();
125
126     if (temp == 0) return null;
127     return (vtkInformationDoubleKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   private native long CONTAINING_CELLS_23();
131   public vtkInformationIntegerKey CONTAINING_CELLS() {
132     long temp = CONTAINING_CELLS_23();
133
134     if (temp == 0) return null;
135     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native long COMPONENT_NUMBER_24();
139   public vtkInformationIntegerKey COMPONENT_NUMBER() {
140     long temp = COMPONENT_NUMBER_24();
141
142     if (temp == 0) return null;
143     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native long INVERSE_25();
147   public vtkInformationIntegerKey INVERSE() {
148     long temp = INVERSE_25();
149
150     if (temp == 0) return null;
151     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
152 }
153
154   private native long PIXEL_COUNT_26();
155   public vtkInformationIntegerKey PIXEL_COUNT() {
156     long temp = PIXEL_COUNT_26();
157
158     if (temp == 0) return null;
159     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native long SOURCE_27();
163   public vtkInformationObjectBaseKey SOURCE() {
164     long temp = SOURCE_27();
165
166     if (temp == 0) return null;
167     return (vtkInformationObjectBaseKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
168 }
169
170   private native long SOURCE_ID_28();
171   public vtkInformationIntegerKey SOURCE_ID() {
172     long temp = SOURCE_ID_28();
173
174     if (temp == 0) return null;
175     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
176 }
177
178   private native long PROP_29();
179   public vtkInformationObjectBaseKey PROP() {
180     long temp = PROP_29();
181
182     if (temp == 0) return null;
183     return (vtkInformationObjectBaseKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
184 }
185
186   private native long PROP_ID_30();
187   public vtkInformationIntegerKey PROP_ID() {
188     long temp = PROP_ID_30();
189
190     if (temp == 0) return null;
191     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
192 }
193
194   private native long PROCESS_ID_31();
195   public vtkInformationIntegerKey PROCESS_ID() {
196     long temp = PROCESS_ID_31();
197
198     if (temp == 0) return null;
199     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
200 }
201
202   private native long COMPOSITE_INDEX_32();
203   public vtkInformationIntegerKey COMPOSITE_INDEX() {
204     long temp = COMPOSITE_INDEX_32();
205
206     if (temp == 0) return null;
207     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
208 }
209
210   private native long HIERARCHICAL_LEVEL_33();
211   public vtkInformationIntegerKey HIERARCHICAL_LEVEL() {
212     long temp = HIERARCHICAL_LEVEL_33();
213
214     if (temp == 0) return null;
215     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
216 }
217
218   private native long HIERARCHICAL_INDEX_34();
219   public vtkInformationIntegerKey HIERARCHICAL_INDEX() {
220     long temp = HIERARCHICAL_INDEX_34();
221
222     if (temp == 0) return null;
223     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
224 }
225
226   private native long INDEXED_VERTICES_35();
227   public vtkInformationIntegerKey INDEXED_VERTICES() {
228     long temp = INDEXED_VERTICES_35();
229
230     if (temp == 0) return null;
231     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
232 }
233
234   private native void UnionSelectionList_36(vtkSelectionNode id0);
235   public void UnionSelectionList(vtkSelectionNode id0)
236     { UnionSelectionList_36(id0); }
237
238   private native void SubtractSelectionList_37(vtkSelectionNode id0);
239   public void SubtractSelectionList(vtkSelectionNode id0)
240     { SubtractSelectionList_37(id0); }
241
242   private native boolean EqualProperties_38(vtkSelectionNode id0,boolean id1);
243   public boolean EqualProperties(vtkSelectionNode id0,boolean id1)
244     { return EqualProperties_38(id0,id1); }
245
246   public vtkSelectionNode() { super(); }
247
248   public vtkSelectionNode(long id) { super(id); }
249   public native long   VTKInit();
250
251 }