X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkExecutive.java;h=a0fe1d53cc8c257324ac045929498b8885f80158;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=f4b7e05d993bb9ff284359f0ec3f2028f850c376;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkExecutive.java b/vtk/src/vtk/vtkExecutive.java index f4b7e05d..a0fe1d53 100644 --- a/vtk/src/vtk/vtkExecutive.java +++ b/vtk/src/vtk/vtkExecutive.java @@ -1,198 +1,194 @@ -// java wrapper for vtkExecutive object -// - -package vtk; -import vtk.*; - -public class vtkExecutive extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native long GetAlgorithm_2(); - public vtkAlgorithm GetAlgorithm() { - long temp = GetAlgorithm_2(); - - if (temp == 0) return null; - return (vtkAlgorithm)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int Update_3(); - public int Update() - { return Update_3(); } - - private native int Update_4(int id0); - public int Update(int id0) - { return Update_4(id0); } - - private native int GetNumberOfInputPorts_5(); - public int GetNumberOfInputPorts() - { return GetNumberOfInputPorts_5(); } - - private native int GetNumberOfOutputPorts_6(); - public int GetNumberOfOutputPorts() - { return GetNumberOfOutputPorts_6(); } - - private native int GetNumberOfInputConnections_7(int id0); - public int GetNumberOfInputConnections(int id0) - { return GetNumberOfInputConnections_7(id0); } - - private native long GetOutputInformation_8(int id0); - public vtkInformation GetOutputInformation(int id0) { - long temp = GetOutputInformation_8(id0); - - if (temp == 0) return null; - return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutputInformation_9(); - public vtkInformationVector GetOutputInformation() { - long temp = GetOutputInformation_9(); - - if (temp == 0) return null; - return (vtkInformationVector)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetInputInformation_10(int id0,int id1); - public vtkInformation GetInputInformation(int id0,int id1) { - long temp = GetInputInformation_10(id0,id1); - - if (temp == 0) return null; - return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetInputInformation_11(int id0); - public vtkInformationVector GetInputInformation(int id0) { - long temp = GetInputInformation_11(id0); - - if (temp == 0) return null; - return (vtkInformationVector)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetInputExecutive_12(int id0,int id1); - public vtkExecutive GetInputExecutive(int id0,int id1) { - long temp = GetInputExecutive_12(id0,id1); - - if (temp == 0) return null; - return (vtkExecutive)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutputData_13(int id0); - public vtkDataObject GetOutputData(int id0) { - long temp = GetOutputData_13(id0); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetOutputData_14(int id0,vtkDataObject id1,vtkInformation id2); - public void SetOutputData(int id0,vtkDataObject id1,vtkInformation id2) - { SetOutputData_14(id0,id1,id2); } - - private native void SetOutputData_15(int id0,vtkDataObject id1); - public void SetOutputData(int id0,vtkDataObject id1) - { SetOutputData_15(id0,id1); } - - private native long GetInputData_16(int id0,int id1); - public vtkDataObject GetInputData(int id0,int id1) { - long temp = GetInputData_16(id0,id1); - - if (temp == 0) return null; - return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetProducerPort_17(vtkDataObject id0); - public vtkAlgorithmOutput GetProducerPort(vtkDataObject id0) { - long temp = GetProducerPort_17(id0); - - if (temp == 0) return null; - return (vtkAlgorithmOutput)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetSharedOutputInformation_18(vtkInformationVector id0); - public void SetSharedOutputInformation(vtkInformationVector id0) - { SetSharedOutputInformation_18(id0); } - - private native void Register_19(vtkObjectBase id0); - public void Register(vtkObjectBase id0) - { Register_19(id0); } - - private native void UnRegister_20(vtkObjectBase id0); - public void UnRegister(vtkObjectBase id0) - { UnRegister_20(id0); } - - private native long PRODUCER_21(); - public vtkInformationExecutivePortKey PRODUCER() { - long temp = PRODUCER_21(); - - if (temp == 0) return null; - return (vtkInformationExecutivePortKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long CONSUMERS_22(); - public vtkInformationExecutivePortVectorKey CONSUMERS() { - long temp = CONSUMERS_22(); - - if (temp == 0) return null; - return (vtkInformationExecutivePortVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long FROM_OUTPUT_PORT_23(); - public vtkInformationIntegerKey FROM_OUTPUT_PORT() { - long temp = FROM_OUTPUT_PORT_23(); - - if (temp == 0) return null; - return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long ALGORITHM_BEFORE_FORWARD_24(); - public vtkInformationIntegerKey ALGORITHM_BEFORE_FORWARD() { - long temp = ALGORITHM_BEFORE_FORWARD_24(); - - if (temp == 0) return null; - return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long ALGORITHM_AFTER_FORWARD_25(); - public vtkInformationIntegerKey ALGORITHM_AFTER_FORWARD() { - long temp = ALGORITHM_AFTER_FORWARD_25(); - - if (temp == 0) return null; - return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long ALGORITHM_DIRECTION_26(); - public vtkInformationIntegerKey ALGORITHM_DIRECTION() { - long temp = ALGORITHM_DIRECTION_26(); - - if (temp == 0) return null; - return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long FORWARD_DIRECTION_27(); - public vtkInformationIntegerKey FORWARD_DIRECTION() { - long temp = FORWARD_DIRECTION_27(); - - if (temp == 0) return null; - return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long KEYS_TO_COPY_28(); - public vtkInformationKeyVectorKey KEYS_TO_COPY() { - long temp = KEYS_TO_COPY_28(); - - if (temp == 0) return null; - return (vtkInformationKeyVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkExecutive() { super(); } - - public vtkExecutive(long id) { super(id); } - -} +// java wrapper for vtkExecutive object +// + +package vtk; +import vtk.*; + +public class vtkExecutive extends vtkObject +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native long GetAlgorithm_2(); + public vtkAlgorithm GetAlgorithm() { + long temp = GetAlgorithm_2(); + + if (temp == 0) return null; + return (vtkAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int UpdateInformation_3(); + public int UpdateInformation() + { return UpdateInformation_3(); } + + private native int Update_4(); + public int Update() + { return Update_4(); } + + private native int Update_5(int id0); + public int Update(int id0) + { return Update_5(id0); } + + private native int GetNumberOfInputPorts_6(); + public int GetNumberOfInputPorts() + { return GetNumberOfInputPorts_6(); } + + private native int GetNumberOfOutputPorts_7(); + public int GetNumberOfOutputPorts() + { return GetNumberOfOutputPorts_7(); } + + private native int GetNumberOfInputConnections_8(int id0); + public int GetNumberOfInputConnections(int id0) + { return GetNumberOfInputConnections_8(id0); } + + private native long GetOutputInformation_9(int id0); + public vtkInformation GetOutputInformation(int id0) { + long temp = GetOutputInformation_9(id0); + + if (temp == 0) return null; + return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutputInformation_10(); + public vtkInformationVector GetOutputInformation() { + long temp = GetOutputInformation_10(); + + if (temp == 0) return null; + return (vtkInformationVector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetInputInformation_11(int id0,int id1); + public vtkInformation GetInputInformation(int id0,int id1) { + long temp = GetInputInformation_11(id0,id1); + + if (temp == 0) return null; + return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetInputInformation_12(int id0); + public vtkInformationVector GetInputInformation(int id0) { + long temp = GetInputInformation_12(id0); + + if (temp == 0) return null; + return (vtkInformationVector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetInputExecutive_13(int id0,int id1); + public vtkExecutive GetInputExecutive(int id0,int id1) { + long temp = GetInputExecutive_13(id0,id1); + + if (temp == 0) return null; + return (vtkExecutive)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetOutputData_14(int id0); + public vtkDataObject GetOutputData(int id0) { + long temp = GetOutputData_14(id0); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetOutputData_15(int id0,vtkDataObject id1,vtkInformation id2); + public void SetOutputData(int id0,vtkDataObject id1,vtkInformation id2) + { SetOutputData_15(id0,id1,id2); } + + private native void SetOutputData_16(int id0,vtkDataObject id1); + public void SetOutputData(int id0,vtkDataObject id1) + { SetOutputData_16(id0,id1); } + + private native long GetInputData_17(int id0,int id1); + public vtkDataObject GetInputData(int id0,int id1) { + long temp = GetInputData_17(id0,id1); + + if (temp == 0) return null; + return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSharedOutputInformation_18(vtkInformationVector id0); + public void SetSharedOutputInformation(vtkInformationVector id0) + { SetSharedOutputInformation_18(id0); } + + private native void Register_19(vtkObjectBase id0); + public void Register(vtkObjectBase id0) + { Register_19(id0); } + + private native void UnRegister_20(vtkObjectBase id0); + public void UnRegister(vtkObjectBase id0) + { UnRegister_20(id0); } + + private native long PRODUCER_21(); + public vtkInformationExecutivePortKey PRODUCER() { + long temp = PRODUCER_21(); + + if (temp == 0) return null; + return (vtkInformationExecutivePortKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long CONSUMERS_22(); + public vtkInformationExecutivePortVectorKey CONSUMERS() { + long temp = CONSUMERS_22(); + + if (temp == 0) return null; + return (vtkInformationExecutivePortVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long FROM_OUTPUT_PORT_23(); + public vtkInformationIntegerKey FROM_OUTPUT_PORT() { + long temp = FROM_OUTPUT_PORT_23(); + + if (temp == 0) return null; + return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long ALGORITHM_BEFORE_FORWARD_24(); + public vtkInformationIntegerKey ALGORITHM_BEFORE_FORWARD() { + long temp = ALGORITHM_BEFORE_FORWARD_24(); + + if (temp == 0) return null; + return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long ALGORITHM_AFTER_FORWARD_25(); + public vtkInformationIntegerKey ALGORITHM_AFTER_FORWARD() { + long temp = ALGORITHM_AFTER_FORWARD_25(); + + if (temp == 0) return null; + return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long ALGORITHM_DIRECTION_26(); + public vtkInformationIntegerKey ALGORITHM_DIRECTION() { + long temp = ALGORITHM_DIRECTION_26(); + + if (temp == 0) return null; + return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long FORWARD_DIRECTION_27(); + public vtkInformationIntegerKey FORWARD_DIRECTION() { + long temp = FORWARD_DIRECTION_27(); + + if (temp == 0) return null; + return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long KEYS_TO_COPY_28(); + public vtkInformationKeyVectorKey KEYS_TO_COPY() { + long temp = KEYS_TO_COPY_28(); + + if (temp == 0) return null; + return (vtkInformationKeyVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkExecutive() { super(); } + + public vtkExecutive(long id) { super(id); } + +}