X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageButterworthLowPass.java;h=bac958ca93f98fb7033854af60418c074f39335f;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=06890f57d966ab28df3929da8cdb4a1b018f5a63;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageButterworthLowPass.java b/vtk/src/vtk/vtkImageButterworthLowPass.java index 06890f57..bac958ca 100644 --- a/vtk/src/vtk/vtkImageButterworthLowPass.java +++ b/vtk/src/vtk/vtkImageButterworthLowPass.java @@ -1,71 +1,71 @@ -// java wrapper for vtkImageButterworthLowPass object -// - -package vtk; -import vtk.*; - -public class vtkImageButterworthLowPass 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 SetCutOff_2(double id0,double id1,double id2); - public void SetCutOff(double id0,double id1,double id2) - { SetCutOff_2(id0,id1,id2); } - - private native void SetCutOff_3(double id0[]); - public void SetCutOff(double id0[]) - { SetCutOff_3(id0); } - - private native void SetCutOff_4(double id0); - public void SetCutOff(double id0) - { SetCutOff_4(id0); } - - private native void SetXCutOff_5(double id0); - public void SetXCutOff(double id0) - { SetXCutOff_5(id0); } - - private native void SetYCutOff_6(double id0); - public void SetYCutOff(double id0) - { SetYCutOff_6(id0); } - - private native void SetZCutOff_7(double id0); - public void SetZCutOff(double id0) - { SetZCutOff_7(id0); } - - private native double[] GetCutOff_8(); - public double[] GetCutOff() - { return GetCutOff_8(); } - - private native double GetXCutOff_9(); - public double GetXCutOff() - { return GetXCutOff_9(); } - - private native double GetYCutOff_10(); - public double GetYCutOff() - { return GetYCutOff_10(); } - - private native double GetZCutOff_11(); - public double GetZCutOff() - { return GetZCutOff_11(); } - - private native void SetOrder_12(int id0); - public void SetOrder(int id0) - { SetOrder_12(id0); } - - private native int GetOrder_13(); - public int GetOrder() - { return GetOrder_13(); } - - public vtkImageButterworthLowPass() { super(); } - - public vtkImageButterworthLowPass(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageButterworthLowPass object +// + +package vtk; +import vtk.*; + +public class vtkImageButterworthLowPass 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 SetCutOff_2(double id0,double id1,double id2); + public void SetCutOff(double id0,double id1,double id2) + { SetCutOff_2(id0,id1,id2); } + + private native void SetCutOff_3(double id0[]); + public void SetCutOff(double id0[]) + { SetCutOff_3(id0); } + + private native void SetCutOff_4(double id0); + public void SetCutOff(double id0) + { SetCutOff_4(id0); } + + private native void SetXCutOff_5(double id0); + public void SetXCutOff(double id0) + { SetXCutOff_5(id0); } + + private native void SetYCutOff_6(double id0); + public void SetYCutOff(double id0) + { SetYCutOff_6(id0); } + + private native void SetZCutOff_7(double id0); + public void SetZCutOff(double id0) + { SetZCutOff_7(id0); } + + private native double[] GetCutOff_8(); + public double[] GetCutOff() + { return GetCutOff_8(); } + + private native double GetXCutOff_9(); + public double GetXCutOff() + { return GetXCutOff_9(); } + + private native double GetYCutOff_10(); + public double GetYCutOff() + { return GetYCutOff_10(); } + + private native double GetZCutOff_11(); + public double GetZCutOff() + { return GetZCutOff_11(); } + + private native void SetOrder_12(int id0); + public void SetOrder(int id0) + { SetOrder_12(id0); } + + private native int GetOrder_13(); + public int GetOrder() + { return GetOrder_13(); } + + public vtkImageButterworthLowPass() { super(); } + + public vtkImageButterworthLowPass(long id) { super(id); } + public native long VTKInit(); + +}