// java wrapper for vtkImageBlend object // package vtk; import vtk.*; public class vtkImageBlend extends vtkThreadedImageAlgorithm { 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 void ReplaceNthInputConnection_2(int id0,vtkAlgorithmOutput id1); public void ReplaceNthInputConnection(int id0,vtkAlgorithmOutput id1) { ReplaceNthInputConnection_2(id0,id1); } private native void SetInput_3(int id0,vtkDataObject id1); public void SetInput(int id0,vtkDataObject id1) { SetInput_3(id0,id1); } private native void SetInput_4(vtkDataObject id0); public void SetInput(vtkDataObject id0) { SetInput_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)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetInput_6(); public vtkDataObject GetInput() { long temp = GetInput_6(); if (temp == 0) return null; return (vtkDataObject)vtkObject.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 SetStencil_10(vtkImageStencilData id0); public void SetStencil(vtkImageStencilData id0) { SetStencil_10(id0); } private native long GetStencil_11(); public vtkImageStencilData GetStencil() { long temp = GetStencil_11(); if (temp == 0) return null; return (vtkImageStencilData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetBlendMode_12(int id0); public void SetBlendMode(int id0) { SetBlendMode_12(id0); } private native int GetBlendModeMinValue_13(); public int GetBlendModeMinValue() { return GetBlendModeMinValue_13(); } private native int GetBlendModeMaxValue_14(); public int GetBlendModeMaxValue() { return GetBlendModeMaxValue_14(); } private native int GetBlendMode_15(); public int GetBlendMode() { return GetBlendMode_15(); } private native void SetBlendModeToNormal_16(); public void SetBlendModeToNormal() { SetBlendModeToNormal_16(); } private native void SetBlendModeToCompound_17(); public void SetBlendModeToCompound() { SetBlendModeToCompound_17(); } private native String GetBlendModeAsString_18(); public String GetBlendModeAsString() { return GetBlendModeAsString_18(); } private native void SetCompoundThreshold_19(double id0); public void SetCompoundThreshold(double id0) { SetCompoundThreshold_19(id0); } private native double GetCompoundThreshold_20(); public double GetCompoundThreshold() { return GetCompoundThreshold_20(); } public vtkImageBlend() { super(); } public vtkImageBlend(long id) { super(id); } public native long VTKInit(); }