// 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); } }