X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageToImageStencil.java;h=9152758d1c1c23406d26df3c639a3be846289226;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=303c7dfb34d08f7dab4aac3af7cc8d6b399e3f0c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageToImageStencil.java b/vtk/src/vtk/vtkImageToImageStencil.java index 303c7dfb..9152758d 100644 --- a/vtk/src/vtk/vtkImageToImageStencil.java +++ b/vtk/src/vtk/vtkImageToImageStencil.java @@ -1,63 +1,63 @@ -// java wrapper for vtkImageToImageStencil object -// - -package vtk; -import vtk.*; - -public class vtkImageToImageStencil extends vtkImageStencilAlgorithm -{ - - 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 SetInput_2(vtkImageData id0); - public void SetInput(vtkImageData id0) - { SetInput_2(id0); } - - private native long GetInput_3(); - public vtkImageData GetInput() { - long temp = GetInput_3(); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void ThresholdByUpper_4(double id0); - public void ThresholdByUpper(double id0) - { ThresholdByUpper_4(id0); } - - private native void ThresholdByLower_5(double id0); - public void ThresholdByLower(double id0) - { ThresholdByLower_5(id0); } - - private native void ThresholdBetween_6(double id0,double id1); - public void ThresholdBetween(double id0,double id1) - { ThresholdBetween_6(id0,id1); } - - private native void SetUpperThreshold_7(double id0); - public void SetUpperThreshold(double id0) - { SetUpperThreshold_7(id0); } - - private native double GetUpperThreshold_8(); - public double GetUpperThreshold() - { return GetUpperThreshold_8(); } - - private native void SetLowerThreshold_9(double id0); - public void SetLowerThreshold(double id0) - { SetLowerThreshold_9(id0); } - - private native double GetLowerThreshold_10(); - public double GetLowerThreshold() - { return GetLowerThreshold_10(); } - - public vtkImageToImageStencil() { super(); } - - public vtkImageToImageStencil(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageToImageStencil object +// + +package vtk; +import vtk.*; + +public class vtkImageToImageStencil extends vtkImageStencilAlgorithm +{ + + 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 SetInputData_2(vtkImageData id0); + public void SetInputData(vtkImageData id0) + { SetInputData_2(id0); } + + private native long GetInput_3(); + public vtkImageData GetInput() { + long temp = GetInput_3(); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void ThresholdByUpper_4(double id0); + public void ThresholdByUpper(double id0) + { ThresholdByUpper_4(id0); } + + private native void ThresholdByLower_5(double id0); + public void ThresholdByLower(double id0) + { ThresholdByLower_5(id0); } + + private native void ThresholdBetween_6(double id0,double id1); + public void ThresholdBetween(double id0,double id1) + { ThresholdBetween_6(id0,id1); } + + private native void SetUpperThreshold_7(double id0); + public void SetUpperThreshold(double id0) + { SetUpperThreshold_7(id0); } + + private native double GetUpperThreshold_8(); + public double GetUpperThreshold() + { return GetUpperThreshold_8(); } + + private native void SetLowerThreshold_9(double id0); + public void SetLowerThreshold(double id0) + { SetLowerThreshold_9(id0); } + + private native double GetLowerThreshold_10(); + public double GetLowerThreshold() + { return GetLowerThreshold_10(); } + + public vtkImageToImageStencil() { super(); } + + public vtkImageToImageStencil(long id) { super(id); } + public native long VTKInit(); + +}