X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageBlend.java;h=c0a62e4600a5ecaaac7f5a6962330ab955f7c135;hb=34cb7e694463fb4463a9bde610a1fd3bfd330644;hp=4bb4f0f7be2c79004254ea0afbed69ada2bcd926;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageBlend.java b/vtk/src/vtk/vtkImageBlend.java index 4bb4f0f7..c0a62e46 100644 --- a/vtk/src/vtk/vtkImageBlend.java +++ b/vtk/src/vtk/vtkImageBlend.java @@ -1,111 +1,115 @@ -// 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(); - -} +// 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(); + +}