1 // java wrapper for vtkExecutive object
7 public class vtkExecutive 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 long GetAlgorithm_2();
19 public vtkAlgorithm GetAlgorithm() {
20 long temp = GetAlgorithm_2();
22 if (temp == 0) return null;
23 return (vtkAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native int UpdateInformation_3();
27 public int UpdateInformation()
28 { return UpdateInformation_3(); }
30 private native int Update_4();
32 { return Update_4(); }
34 private native int Update_5(int id0);
35 public int Update(int id0)
36 { return Update_5(id0); }
38 private native int GetNumberOfInputPorts_6();
39 public int GetNumberOfInputPorts()
40 { return GetNumberOfInputPorts_6(); }
42 private native int GetNumberOfOutputPorts_7();
43 public int GetNumberOfOutputPorts()
44 { return GetNumberOfOutputPorts_7(); }
46 private native int GetNumberOfInputConnections_8(int id0);
47 public int GetNumberOfInputConnections(int id0)
48 { return GetNumberOfInputConnections_8(id0); }
50 private native long GetOutputInformation_9(int id0);
51 public vtkInformation GetOutputInformation(int id0) {
52 long temp = GetOutputInformation_9(id0);
54 if (temp == 0) return null;
55 return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
58 private native long GetOutputInformation_10();
59 public vtkInformationVector GetOutputInformation() {
60 long temp = GetOutputInformation_10();
62 if (temp == 0) return null;
63 return (vtkInformationVector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 private native long GetInputInformation_11(int id0,int id1);
67 public vtkInformation GetInputInformation(int id0,int id1) {
68 long temp = GetInputInformation_11(id0,id1);
70 if (temp == 0) return null;
71 return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
74 private native long GetInputInformation_12(int id0);
75 public vtkInformationVector GetInputInformation(int id0) {
76 long temp = GetInputInformation_12(id0);
78 if (temp == 0) return null;
79 return (vtkInformationVector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
82 private native long GetInputExecutive_13(int id0,int id1);
83 public vtkExecutive GetInputExecutive(int id0,int id1) {
84 long temp = GetInputExecutive_13(id0,id1);
86 if (temp == 0) return null;
87 return (vtkExecutive)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
90 private native long GetOutputData_14(int id0);
91 public vtkDataObject GetOutputData(int id0) {
92 long temp = GetOutputData_14(id0);
94 if (temp == 0) return null;
95 return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
98 private native void SetOutputData_15(int id0,vtkDataObject id1,vtkInformation id2);
99 public void SetOutputData(int id0,vtkDataObject id1,vtkInformation id2)
100 { SetOutputData_15(id0,id1,id2); }
102 private native void SetOutputData_16(int id0,vtkDataObject id1);
103 public void SetOutputData(int id0,vtkDataObject id1)
104 { SetOutputData_16(id0,id1); }
106 private native long GetInputData_17(int id0,int id1);
107 public vtkDataObject GetInputData(int id0,int id1) {
108 long temp = GetInputData_17(id0,id1);
110 if (temp == 0) return null;
111 return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
114 private native void SetSharedOutputInformation_18(vtkInformationVector id0);
115 public void SetSharedOutputInformation(vtkInformationVector id0)
116 { SetSharedOutputInformation_18(id0); }
118 private native void Register_19(vtkObjectBase id0);
119 public void Register(vtkObjectBase id0)
120 { Register_19(id0); }
122 private native void UnRegister_20(vtkObjectBase id0);
123 public void UnRegister(vtkObjectBase id0)
124 { UnRegister_20(id0); }
126 private native long PRODUCER_21();
127 public vtkInformationExecutivePortKey PRODUCER() {
128 long temp = PRODUCER_21();
130 if (temp == 0) return null;
131 return (vtkInformationExecutivePortKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
134 private native long CONSUMERS_22();
135 public vtkInformationExecutivePortVectorKey CONSUMERS() {
136 long temp = CONSUMERS_22();
138 if (temp == 0) return null;
139 return (vtkInformationExecutivePortVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
142 private native long FROM_OUTPUT_PORT_23();
143 public vtkInformationIntegerKey FROM_OUTPUT_PORT() {
144 long temp = FROM_OUTPUT_PORT_23();
146 if (temp == 0) return null;
147 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
150 private native long ALGORITHM_BEFORE_FORWARD_24();
151 public vtkInformationIntegerKey ALGORITHM_BEFORE_FORWARD() {
152 long temp = ALGORITHM_BEFORE_FORWARD_24();
154 if (temp == 0) return null;
155 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
158 private native long ALGORITHM_AFTER_FORWARD_25();
159 public vtkInformationIntegerKey ALGORITHM_AFTER_FORWARD() {
160 long temp = ALGORITHM_AFTER_FORWARD_25();
162 if (temp == 0) return null;
163 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
166 private native long ALGORITHM_DIRECTION_26();
167 public vtkInformationIntegerKey ALGORITHM_DIRECTION() {
168 long temp = ALGORITHM_DIRECTION_26();
170 if (temp == 0) return null;
171 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
174 private native long FORWARD_DIRECTION_27();
175 public vtkInformationIntegerKey FORWARD_DIRECTION() {
176 long temp = FORWARD_DIRECTION_27();
178 if (temp == 0) return null;
179 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
182 private native long KEYS_TO_COPY_28();
183 public vtkInformationKeyVectorKey KEYS_TO_COPY() {
184 long temp = KEYS_TO_COPY_28();
186 if (temp == 0) return null;
187 return (vtkInformationKeyVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
190 public vtkExecutive() { super(); }
192 public vtkExecutive(long id) { super(id); }