// java wrapper for vtkImageBlend object // package vtk; import vtk.*; public class vtkImageBlend extends vtkThreadedImageAlgorithm { 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 void ReplaceNthInputConnection_2(int id0,vtkAlgorithmOutput id1); public void ReplaceNthInputConnection(int id0,vtkAlgorithmOutput id1) { ReplaceNthInputConnection_2(id0,id1); } private native void SetInputData_3(int id0,vtkDataObject id1); public void SetInputData(int id0,vtkDataObject id1) { SetInputData_3(id0,id1); } private native void SetInputData_4(vtkDataObject id0); public void SetInputData(vtkDataObject id0) { SetInputData_4(id0); } private native long GetInput_5(int id0); public vtkDataObject GetInput(int id0) { long temp = GetInput_5(id0); if (temp == 0) return null; return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetInput_6(); public vtkDataObject GetInput() { long temp = GetInput_6(); if (temp == 0) return null; return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfInputs_7(); public int GetNumberOfInputs() { return GetNumberOfInputs_7(); } private native void SetOpacity_8(int id0,double id1); public void SetOpacity(int id0,double id1) { SetOpacity_8(id0,id1); } private native double GetOpacity_9(int id0); public double GetOpacity(int id0) { return GetOpacity_9(id0); } private native void SetStencilConnection_10(vtkAlgorithmOutput id0); public void SetStencilConnection(vtkAlgorithmOutput id0) { SetStencilConnection_10(id0); } private native void SetStencilData_11(vtkImageStencilData id0); public void SetStencilData(vtkImageStencilData id0) { SetStencilData_11(id0); } private native long GetStencil_12(); public vtkImageStencilData GetStencil() { long temp = GetStencil_12(); if (temp == 0) return null; return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetBlendMode_13(int id0); public void SetBlendMode(int id0) { SetBlendMode_13(id0); } private native int GetBlendModeMinValue_14(); public int GetBlendModeMinValue() { return GetBlendModeMinValue_14(); } private native int GetBlendModeMaxValue_15(); public int GetBlendModeMaxValue() { return GetBlendModeMaxValue_15(); } private native int GetBlendMode_16(); public int GetBlendMode() { return GetBlendMode_16(); } private native void SetBlendModeToNormal_17(); public void SetBlendModeToNormal() { SetBlendModeToNormal_17(); } private native void SetBlendModeToCompound_18(); public void SetBlendModeToCompound() { SetBlendModeToCompound_18(); } private native String GetBlendModeAsString_19(); public String GetBlendModeAsString() { return GetBlendModeAsString_19(); } private native void SetCompoundThreshold_20(double id0); public void SetCompoundThreshold(double id0) { SetCompoundThreshold_20(id0); } private native double GetCompoundThreshold_21(); public double GetCompoundThreshold() { return GetCompoundThreshold_21(); } public vtkImageBlend() { super(); } public vtkImageBlend(long id) { super(id); } public native long VTKInit(); }