1 // java wrapper for vtkImageIdealHighPass object
7 public class vtkImageIdealHighPass extends vtkThreadedImageAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
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); }
22 private native void SetCutOff_3(double id0[]);
23 public void SetCutOff(double id0[])
26 private native void SetCutOff_4(double id0);
27 public void SetCutOff(double id0)
30 private native void SetXCutOff_5(double id0);
31 public void SetXCutOff(double id0)
32 { SetXCutOff_5(id0); }
34 private native void SetYCutOff_6(double id0);
35 public void SetYCutOff(double id0)
36 { SetYCutOff_6(id0); }
38 private native void SetZCutOff_7(double id0);
39 public void SetZCutOff(double id0)
40 { SetZCutOff_7(id0); }
42 private native double[] GetCutOff_8();
43 public double[] GetCutOff()
44 { return GetCutOff_8(); }
46 private native double GetXCutOff_9();
47 public double GetXCutOff()
48 { return GetXCutOff_9(); }
50 private native double GetYCutOff_10();
51 public double GetYCutOff()
52 { return GetYCutOff_10(); }
54 private native double GetZCutOff_11();
55 public double GetZCutOff()
56 { return GetZCutOff_11(); }
58 public vtkImageIdealHighPass() { super(); }
60 public vtkImageIdealHighPass(long id) { super(id); }
61 public native long VTKInit();