1 // java wrapper for vtkImageThreshold object
7 public class vtkImageThreshold 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 ThresholdByUpper_2(double id0);
19 public void ThresholdByUpper(double id0)
20 { ThresholdByUpper_2(id0); }
22 private native void ThresholdByLower_3(double id0);
23 public void ThresholdByLower(double id0)
24 { ThresholdByLower_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 SetReplaceIn_5(int id0);
31 public void SetReplaceIn(int id0)
32 { SetReplaceIn_5(id0); }
34 private native int GetReplaceIn_6();
35 public int GetReplaceIn()
36 { return GetReplaceIn_6(); }
38 private native void ReplaceInOn_7();
39 public void ReplaceInOn()
42 private native void ReplaceInOff_8();
43 public void ReplaceInOff()
46 private native void SetInValue_9(double id0);
47 public void SetInValue(double id0)
48 { SetInValue_9(id0); }
50 private native double GetInValue_10();
51 public double GetInValue()
52 { return GetInValue_10(); }
54 private native void SetReplaceOut_11(int id0);
55 public void SetReplaceOut(int id0)
56 { SetReplaceOut_11(id0); }
58 private native int GetReplaceOut_12();
59 public int GetReplaceOut()
60 { return GetReplaceOut_12(); }
62 private native void ReplaceOutOn_13();
63 public void ReplaceOutOn()
64 { ReplaceOutOn_13(); }
66 private native void ReplaceOutOff_14();
67 public void ReplaceOutOff()
68 { ReplaceOutOff_14(); }
70 private native void SetOutValue_15(double id0);
71 public void SetOutValue(double id0)
72 { SetOutValue_15(id0); }
74 private native double GetOutValue_16();
75 public double GetOutValue()
76 { return GetOutValue_16(); }
78 private native double GetUpperThreshold_17();
79 public double GetUpperThreshold()
80 { return GetUpperThreshold_17(); }
82 private native double GetLowerThreshold_18();
83 public double GetLowerThreshold()
84 { return GetLowerThreshold_18(); }
86 private native void SetOutputScalarType_19(int id0);
87 public void SetOutputScalarType(int id0)
88 { SetOutputScalarType_19(id0); }
90 private native int GetOutputScalarType_20();
91 public int GetOutputScalarType()
92 { return GetOutputScalarType_20(); }
94 private native void SetOutputScalarTypeToDouble_21();
95 public void SetOutputScalarTypeToDouble()
96 { SetOutputScalarTypeToDouble_21(); }
98 private native void SetOutputScalarTypeToFloat_22();
99 public void SetOutputScalarTypeToFloat()
100 { SetOutputScalarTypeToFloat_22(); }
102 private native void SetOutputScalarTypeToLong_23();
103 public void SetOutputScalarTypeToLong()
104 { SetOutputScalarTypeToLong_23(); }
106 private native void SetOutputScalarTypeToUnsignedLong_24();
107 public void SetOutputScalarTypeToUnsignedLong()
108 { SetOutputScalarTypeToUnsignedLong_24(); }
110 private native void SetOutputScalarTypeToInt_25();
111 public void SetOutputScalarTypeToInt()
112 { SetOutputScalarTypeToInt_25(); }
114 private native void SetOutputScalarTypeToUnsignedInt_26();
115 public void SetOutputScalarTypeToUnsignedInt()
116 { SetOutputScalarTypeToUnsignedInt_26(); }
118 private native void SetOutputScalarTypeToShort_27();
119 public void SetOutputScalarTypeToShort()
120 { SetOutputScalarTypeToShort_27(); }
122 private native void SetOutputScalarTypeToUnsignedShort_28();
123 public void SetOutputScalarTypeToUnsignedShort()
124 { SetOutputScalarTypeToUnsignedShort_28(); }
126 private native void SetOutputScalarTypeToChar_29();
127 public void SetOutputScalarTypeToChar()
128 { SetOutputScalarTypeToChar_29(); }
130 private native void SetOutputScalarTypeToSignedChar_30();
131 public void SetOutputScalarTypeToSignedChar()
132 { SetOutputScalarTypeToSignedChar_30(); }
134 private native void SetOutputScalarTypeToUnsignedChar_31();
135 public void SetOutputScalarTypeToUnsignedChar()
136 { SetOutputScalarTypeToUnsignedChar_31(); }
138 public vtkImageThreshold() { super(); }
140 public vtkImageThreshold(long id) { super(id); }
141 public native long VTKInit();