]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkStreamingDemandDrivenPipeline.java
Allow setSelection from other components
[simantics/3d.git] / vtk / src / vtk / vtkStreamingDemandDrivenPipeline.java
1 // java wrapper for vtkStreamingDemandDrivenPipeline object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkStreamingDemandDrivenPipeline extends vtkDemandDrivenPipeline
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 Update_2();
19   public int Update()
20     { return Update_2(); }
21
22   private native int Update_3(int id0);
23   public int Update(int id0)
24     { return Update_3(id0); }
25
26   private native int UpdateWholeExtent_4();
27   public int UpdateWholeExtent()
28     { return UpdateWholeExtent_4(); }
29
30   private native int Update_5(int id0,vtkInformationVector id1);
31   public int Update(int id0,vtkInformationVector id1)
32     { return Update_5(id0,id1); }
33
34   private native int PropagateUpdateExtent_6(int id0);
35   public int PropagateUpdateExtent(int id0)
36     { return PropagateUpdateExtent_6(id0); }
37
38   private native int PropagateTime_7(int id0);
39   public int PropagateTime(int id0)
40     { return PropagateTime_7(id0); }
41
42   private native int UpdateTimeDependentInformation_8(int id0);
43   public int UpdateTimeDependentInformation(int id0)
44     { return UpdateTimeDependentInformation_8(id0); }
45
46   private native int SetWholeExtent_9(vtkInformation id0,int id1[]);
47   public int SetWholeExtent(vtkInformation id0,int id1[])
48     { return SetWholeExtent_9(id0,id1); }
49
50   private native void GetWholeExtent_10(vtkInformation id0,int id1[]);
51   public void GetWholeExtent(vtkInformation id0,int id1[])
52     { GetWholeExtent_10(id0,id1); }
53
54   private native int[]  GetWholeExtent_11(vtkInformation id0);
55   public int[]  GetWholeExtent(vtkInformation id0)
56     { return GetWholeExtent_11(id0); }
57
58   private native int SetRequestExactExtent_12(int id0,int id1);
59   public int SetRequestExactExtent(int id0,int id1)
60     { return SetRequestExactExtent_12(id0,id1); }
61
62   private native int GetRequestExactExtent_13(int id0);
63   public int GetRequestExactExtent(int id0)
64     { return GetRequestExactExtent_13(id0); }
65
66   private native long REQUEST_UPDATE_EXTENT_14();
67   public vtkInformationRequestKey REQUEST_UPDATE_EXTENT() {
68     long temp = REQUEST_UPDATE_EXTENT_14();
69
70     if (temp == 0) return null;
71     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native long REQUEST_UPDATE_TIME_15();
75   public vtkInformationRequestKey REQUEST_UPDATE_TIME() {
76     long temp = REQUEST_UPDATE_TIME_15();
77
78     if (temp == 0) return null;
79     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native long REQUEST_TIME_DEPENDENT_INFORMATION_16();
83   public vtkInformationRequestKey REQUEST_TIME_DEPENDENT_INFORMATION() {
84     long temp = REQUEST_TIME_DEPENDENT_INFORMATION_16();
85
86     if (temp == 0) return null;
87     return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native long CONTINUE_EXECUTING_17();
91   public vtkInformationIntegerKey CONTINUE_EXECUTING() {
92     long temp = CONTINUE_EXECUTING_17();
93
94     if (temp == 0) return null;
95     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native long UPDATE_EXTENT_INITIALIZED_18();
99   public vtkInformationIntegerKey UPDATE_EXTENT_INITIALIZED() {
100     long temp = UPDATE_EXTENT_INITIALIZED_18();
101
102     if (temp == 0) return null;
103     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native long UPDATE_EXTENT_19();
107   public vtkInformationIntegerVectorKey UPDATE_EXTENT() {
108     long temp = UPDATE_EXTENT_19();
109
110     if (temp == 0) return null;
111     return (vtkInformationIntegerVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native long UPDATE_PIECE_NUMBER_20();
115   public vtkInformationIntegerKey UPDATE_PIECE_NUMBER() {
116     long temp = UPDATE_PIECE_NUMBER_20();
117
118     if (temp == 0) return null;
119     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
120 }
121
122   private native long UPDATE_NUMBER_OF_PIECES_21();
123   public vtkInformationIntegerKey UPDATE_NUMBER_OF_PIECES() {
124     long temp = UPDATE_NUMBER_OF_PIECES_21();
125
126     if (temp == 0) return null;
127     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   private native long UPDATE_NUMBER_OF_GHOST_LEVELS_22();
131   public vtkInformationIntegerKey UPDATE_NUMBER_OF_GHOST_LEVELS() {
132     long temp = UPDATE_NUMBER_OF_GHOST_LEVELS_22();
133
134     if (temp == 0) return null;
135     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
136 }
137
138   private native long COMBINED_UPDATE_EXTENT_23();
139   public vtkInformationIntegerVectorKey COMBINED_UPDATE_EXTENT() {
140     long temp = COMBINED_UPDATE_EXTENT_23();
141
142     if (temp == 0) return null;
143     return (vtkInformationIntegerVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native long WHOLE_EXTENT_24();
147   public vtkInformationIntegerVectorKey WHOLE_EXTENT() {
148     long temp = WHOLE_EXTENT_24();
149
150     if (temp == 0) return null;
151     return (vtkInformationIntegerVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
152 }
153
154   private native long UNRESTRICTED_UPDATE_EXTENT_25();
155   public vtkInformationIntegerKey UNRESTRICTED_UPDATE_EXTENT() {
156     long temp = UNRESTRICTED_UPDATE_EXTENT_25();
157
158     if (temp == 0) return null;
159     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
160 }
161
162   private native long EXACT_EXTENT_26();
163   public vtkInformationIntegerKey EXACT_EXTENT() {
164     long temp = EXACT_EXTENT_26();
165
166     if (temp == 0) return null;
167     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
168 }
169
170   private native long TIME_STEPS_27();
171   public vtkInformationDoubleVectorKey TIME_STEPS() {
172     long temp = TIME_STEPS_27();
173
174     if (temp == 0) return null;
175     return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
176 }
177
178   private native long TIME_RANGE_28();
179   public vtkInformationDoubleVectorKey TIME_RANGE() {
180     long temp = TIME_RANGE_28();
181
182     if (temp == 0) return null;
183     return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
184 }
185
186   private native long UPDATE_TIME_STEP_29();
187   public vtkInformationDoubleKey UPDATE_TIME_STEP() {
188     long temp = UPDATE_TIME_STEP_29();
189
190     if (temp == 0) return null;
191     return (vtkInformationDoubleKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
192 }
193
194   private native long TIME_DEPENDENT_INFORMATION_30();
195   public vtkInformationIntegerKey TIME_DEPENDENT_INFORMATION() {
196     long temp = TIME_DEPENDENT_INFORMATION_30();
197
198     if (temp == 0) return null;
199     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
200 }
201
202   private native long BOUNDS_31();
203   public vtkInformationDoubleVectorKey BOUNDS() {
204     long temp = BOUNDS_31();
205
206     if (temp == 0) return null;
207     return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
208 }
209
210   private native void GetUpdateExtent_32(vtkInformation id0,int id1[]);
211   public void GetUpdateExtent(vtkInformation id0,int id1[])
212     { GetUpdateExtent_32(id0,id1); }
213
214   private native int GetUpdatePiece_33(vtkInformation id0);
215   public int GetUpdatePiece(vtkInformation id0)
216     { return GetUpdatePiece_33(id0); }
217
218   private native int GetUpdateNumberOfPieces_34(vtkInformation id0);
219   public int GetUpdateNumberOfPieces(vtkInformation id0)
220     { return GetUpdateNumberOfPieces_34(id0); }
221
222   private native int GetUpdateGhostLevel_35(vtkInformation id0);
223   public int GetUpdateGhostLevel(vtkInformation id0)
224     { return GetUpdateGhostLevel_35(id0); }
225
226   public vtkStreamingDemandDrivenPipeline() { super(); }
227
228   public vtkStreamingDemandDrivenPipeline(long id) { super(id); }
229   public native long   VTKInit();
230
231 }