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