]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageButterworthLowPass.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkImageButterworthLowPass.java
1 // java wrapper for vtkImageButterworthLowPass object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageButterworthLowPass extends vtkThreadedImageAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetCutOff_2(double id0,double id1,double id2);
19   public void SetCutOff(double id0,double id1,double id2)
20     { SetCutOff_2(id0,id1,id2); }
21
22   private native void SetCutOff_3(double id0[]);
23   public void SetCutOff(double id0[])
24     { SetCutOff_3(id0); }
25
26   private native void SetCutOff_4(double id0);
27   public void SetCutOff(double id0)
28     { SetCutOff_4(id0); }
29
30   private native void SetXCutOff_5(double id0);
31   public void SetXCutOff(double id0)
32     { SetXCutOff_5(id0); }
33
34   private native void SetYCutOff_6(double id0);
35   public void SetYCutOff(double id0)
36     { SetYCutOff_6(id0); }
37
38   private native void SetZCutOff_7(double id0);
39   public void SetZCutOff(double id0)
40     { SetZCutOff_7(id0); }
41
42   private native double[] GetCutOff_8();
43   public double[] GetCutOff()
44     { return GetCutOff_8(); }
45
46   private native double GetXCutOff_9();
47   public double GetXCutOff()
48     { return GetXCutOff_9(); }
49
50   private native double GetYCutOff_10();
51   public double GetYCutOff()
52     { return GetYCutOff_10(); }
53
54   private native double GetZCutOff_11();
55   public double GetZCutOff()
56     { return GetZCutOff_11(); }
57
58   private native void SetOrder_12(int id0);
59   public void SetOrder(int id0)
60     { SetOrder_12(id0); }
61
62   private native int GetOrder_13();
63   public int GetOrder()
64     { return GetOrder_13(); }
65
66   public vtkImageButterworthLowPass() { super(); }
67
68   public vtkImageButterworthLowPass(long id) { super(id); }
69   public native long   VTKInit();
70
71 }