1 // java wrapper for vtkThresholdPoints object
7 public class vtkThresholdPoints extends vtkPolyDataAlgorithm
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 ThresholdByLower_2(double id0);
19 public void ThresholdByLower(double id0)
20 { ThresholdByLower_2(id0); }
22 private native void ThresholdByUpper_3(double id0);
23 public void ThresholdByUpper(double id0)
24 { ThresholdByUpper_3(id0); }
26 private native void ThresholdBetween_4(double id0,double id1);
27 public void ThresholdBetween(double id0,double id1)
28 { ThresholdBetween_4(id0,id1); }
30 private native void SetUpperThreshold_5(double id0);
31 public void SetUpperThreshold(double id0)
32 { SetUpperThreshold_5(id0); }
34 private native double GetUpperThreshold_6();
35 public double GetUpperThreshold()
36 { return GetUpperThreshold_6(); }
38 private native void SetLowerThreshold_7(double id0);
39 public void SetLowerThreshold(double id0)
40 { SetLowerThreshold_7(id0); }
42 private native double GetLowerThreshold_8();
43 public double GetLowerThreshold()
44 { return GetLowerThreshold_8(); }
46 private native void SetOutputPointsPrecision_9(int id0);
47 public void SetOutputPointsPrecision(int id0)
48 { SetOutputPointsPrecision_9(id0); }
50 private native int GetOutputPointsPrecision_10();
51 public int GetOutputPointsPrecision()
52 { return GetOutputPointsPrecision_10(); }
54 public vtkThresholdPoints() { super(); }
56 public vtkThresholdPoints(long id) { super(id); }
57 public native long VTKInit();