]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkExecutive.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkExecutive.java
1 // java wrapper for vtkExecutive object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkExecutive 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 long GetAlgorithm_2();
19   public vtkAlgorithm GetAlgorithm() {
20     long temp = GetAlgorithm_2();
21
22     if (temp == 0) return null;
23     return (vtkAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native int UpdateInformation_3();
27   public int UpdateInformation()
28     { return UpdateInformation_3(); }
29
30   private native int Update_4();
31   public int Update()
32     { return Update_4(); }
33
34   private native int Update_5(int id0);
35   public int Update(int id0)
36     { return Update_5(id0); }
37
38   private native int GetNumberOfInputPorts_6();
39   public int GetNumberOfInputPorts()
40     { return GetNumberOfInputPorts_6(); }
41
42   private native int GetNumberOfOutputPorts_7();
43   public int GetNumberOfOutputPorts()
44     { return GetNumberOfOutputPorts_7(); }
45
46   private native int GetNumberOfInputConnections_8(int id0);
47   public int GetNumberOfInputConnections(int id0)
48     { return GetNumberOfInputConnections_8(id0); }
49
50   private native long GetOutputInformation_9(int id0);
51   public vtkInformation GetOutputInformation(int id0) {
52     long temp = GetOutputInformation_9(id0);
53
54     if (temp == 0) return null;
55     return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetOutputInformation_10();
59   public vtkInformationVector GetOutputInformation() {
60     long temp = GetOutputInformation_10();
61
62     if (temp == 0) return null;
63     return (vtkInformationVector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
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);
69
70     if (temp == 0) return null;
71     return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native long GetInputInformation_12(int id0);
75   public vtkInformationVector GetInputInformation(int id0) {
76     long temp = GetInputInformation_12(id0);
77
78     if (temp == 0) return null;
79     return (vtkInformationVector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
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);
85
86     if (temp == 0) return null;
87     return (vtkExecutive)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native long GetOutputData_14(int id0);
91   public vtkDataObject GetOutputData(int id0) {
92     long temp = GetOutputData_14(id0);
93
94     if (temp == 0) return null;
95     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
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); }
101
102   private native void SetOutputData_16(int id0,vtkDataObject id1);
103   public void SetOutputData(int id0,vtkDataObject id1)
104     { SetOutputData_16(id0,id1); }
105
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);
109
110     if (temp == 0) return null;
111     return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
112 }
113
114   private native void SetSharedOutputInformation_18(vtkInformationVector id0);
115   public void SetSharedOutputInformation(vtkInformationVector id0)
116     { SetSharedOutputInformation_18(id0); }
117
118   private native void Register_19(vtkObjectBase id0);
119   public void Register(vtkObjectBase id0)
120     { Register_19(id0); }
121
122   private native void UnRegister_20(vtkObjectBase id0);
123   public void UnRegister(vtkObjectBase id0)
124     { UnRegister_20(id0); }
125
126   private native long PRODUCER_21();
127   public vtkInformationExecutivePortKey PRODUCER() {
128     long temp = PRODUCER_21();
129
130     if (temp == 0) return null;
131     return (vtkInformationExecutivePortKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native long CONSUMERS_22();
135   public vtkInformationExecutivePortVectorKey CONSUMERS() {
136     long temp = CONSUMERS_22();
137
138     if (temp == 0) return null;
139     return (vtkInformationExecutivePortVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
140 }
141
142   private native long FROM_OUTPUT_PORT_23();
143   public vtkInformationIntegerKey FROM_OUTPUT_PORT() {
144     long temp = FROM_OUTPUT_PORT_23();
145
146     if (temp == 0) return null;
147     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native long ALGORITHM_BEFORE_FORWARD_24();
151   public vtkInformationIntegerKey ALGORITHM_BEFORE_FORWARD() {
152     long temp = ALGORITHM_BEFORE_FORWARD_24();
153
154     if (temp == 0) return null;
155     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native long ALGORITHM_AFTER_FORWARD_25();
159   public vtkInformationIntegerKey ALGORITHM_AFTER_FORWARD() {
160     long temp = ALGORITHM_AFTER_FORWARD_25();
161
162     if (temp == 0) return null;
163     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
164 }
165
166   private native long ALGORITHM_DIRECTION_26();
167   public vtkInformationIntegerKey ALGORITHM_DIRECTION() {
168     long temp = ALGORITHM_DIRECTION_26();
169
170     if (temp == 0) return null;
171     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
172 }
173
174   private native long FORWARD_DIRECTION_27();
175   public vtkInformationIntegerKey FORWARD_DIRECTION() {
176     long temp = FORWARD_DIRECTION_27();
177
178     if (temp == 0) return null;
179     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
180 }
181
182   private native long KEYS_TO_COPY_28();
183   public vtkInformationKeyVectorKey KEYS_TO_COPY() {
184     long temp = KEYS_TO_COPY_28();
185
186     if (temp == 0) return null;
187     return (vtkInformationKeyVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
188 }
189
190   public vtkExecutive() { super(); }
191
192   public vtkExecutive(long id) { super(id); }
193
194 }