1 // java wrapper for vtkImageThresholdConnectivity object
7 public class vtkImageThresholdConnectivity extends vtkImageAlgorithm
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 SetSeedPoints_2(vtkPoints id0);
19 public void SetSeedPoints(vtkPoints id0)
20 { SetSeedPoints_2(id0); }
22 private native long GetSeedPoints_3();
23 public vtkPoints GetSeedPoints() {
24 long temp = GetSeedPoints_3();
26 if (temp == 0) return null;
27 return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void ThresholdByUpper_4(double id0);
31 public void ThresholdByUpper(double id0)
32 { ThresholdByUpper_4(id0); }
34 private native void ThresholdByLower_5(double id0);
35 public void ThresholdByLower(double id0)
36 { ThresholdByLower_5(id0); }
38 private native void ThresholdBetween_6(double id0,double id1);
39 public void ThresholdBetween(double id0,double id1)
40 { ThresholdBetween_6(id0,id1); }
42 private native void SetReplaceIn_7(int id0);
43 public void SetReplaceIn(int id0)
44 { SetReplaceIn_7(id0); }
46 private native int GetReplaceIn_8();
47 public int GetReplaceIn()
48 { return GetReplaceIn_8(); }
50 private native void ReplaceInOn_9();
51 public void ReplaceInOn()
54 private native void ReplaceInOff_10();
55 public void ReplaceInOff()
56 { ReplaceInOff_10(); }
58 private native void SetInValue_11(double id0);
59 public void SetInValue(double id0)
60 { SetInValue_11(id0); }
62 private native double GetInValue_12();
63 public double GetInValue()
64 { return GetInValue_12(); }
66 private native void SetReplaceOut_13(int id0);
67 public void SetReplaceOut(int id0)
68 { SetReplaceOut_13(id0); }
70 private native int GetReplaceOut_14();
71 public int GetReplaceOut()
72 { return GetReplaceOut_14(); }
74 private native void ReplaceOutOn_15();
75 public void ReplaceOutOn()
76 { ReplaceOutOn_15(); }
78 private native void ReplaceOutOff_16();
79 public void ReplaceOutOff()
80 { ReplaceOutOff_16(); }
82 private native void SetOutValue_17(double id0);
83 public void SetOutValue(double id0)
84 { SetOutValue_17(id0); }
86 private native double GetOutValue_18();
87 public double GetOutValue()
88 { return GetOutValue_18(); }
90 private native double GetUpperThreshold_19();
91 public double GetUpperThreshold()
92 { return GetUpperThreshold_19(); }
94 private native double GetLowerThreshold_20();
95 public double GetLowerThreshold()
96 { return GetLowerThreshold_20(); }
98 private native void SetSliceRangeX_21(int id0,int id1);
99 public void SetSliceRangeX(int id0,int id1)
100 { SetSliceRangeX_21(id0,id1); }
102 private native void SetSliceRangeX_22(int id0[]);
103 public void SetSliceRangeX(int id0[])
104 { SetSliceRangeX_22(id0); }
106 private native int[] GetSliceRangeX_23();
107 public int[] GetSliceRangeX()
108 { return GetSliceRangeX_23(); }
110 private native void SetSliceRangeY_24(int id0,int id1);
111 public void SetSliceRangeY(int id0,int id1)
112 { SetSliceRangeY_24(id0,id1); }
114 private native void SetSliceRangeY_25(int id0[]);
115 public void SetSliceRangeY(int id0[])
116 { SetSliceRangeY_25(id0); }
118 private native int[] GetSliceRangeY_26();
119 public int[] GetSliceRangeY()
120 { return GetSliceRangeY_26(); }
122 private native void SetSliceRangeZ_27(int id0,int id1);
123 public void SetSliceRangeZ(int id0,int id1)
124 { SetSliceRangeZ_27(id0,id1); }
126 private native void SetSliceRangeZ_28(int id0[]);
127 public void SetSliceRangeZ(int id0[])
128 { SetSliceRangeZ_28(id0); }
130 private native int[] GetSliceRangeZ_29();
131 public int[] GetSliceRangeZ()
132 { return GetSliceRangeZ_29(); }
134 private native void SetStencilData_30(vtkImageStencilData id0);
135 public void SetStencilData(vtkImageStencilData id0)
136 { SetStencilData_30(id0); }
138 private native long GetStencil_31();
139 public vtkImageStencilData GetStencil() {
140 long temp = GetStencil_31();
142 if (temp == 0) return null;
143 return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
146 private native void SetActiveComponent_32(int id0);
147 public void SetActiveComponent(int id0)
148 { SetActiveComponent_32(id0); }
150 private native int GetActiveComponent_33();
151 public int GetActiveComponent()
152 { return GetActiveComponent_33(); }
154 private native void SetNeighborhoodRadius_34(double id0,double id1,double id2);
155 public void SetNeighborhoodRadius(double id0,double id1,double id2)
156 { SetNeighborhoodRadius_34(id0,id1,id2); }
158 private native void SetNeighborhoodRadius_35(double id0[]);
159 public void SetNeighborhoodRadius(double id0[])
160 { SetNeighborhoodRadius_35(id0); }
162 private native double[] GetNeighborhoodRadius_36();
163 public double[] GetNeighborhoodRadius()
164 { return GetNeighborhoodRadius_36(); }
166 private native void SetNeighborhoodFraction_37(double id0);
167 public void SetNeighborhoodFraction(double id0)
168 { SetNeighborhoodFraction_37(id0); }
170 private native double GetNeighborhoodFractionMinValue_38();
171 public double GetNeighborhoodFractionMinValue()
172 { return GetNeighborhoodFractionMinValue_38(); }
174 private native double GetNeighborhoodFractionMaxValue_39();
175 public double GetNeighborhoodFractionMaxValue()
176 { return GetNeighborhoodFractionMaxValue_39(); }
178 private native double GetNeighborhoodFraction_40();
179 public double GetNeighborhoodFraction()
180 { return GetNeighborhoodFraction_40(); }
182 private native int GetMTime_41();
183 public int GetMTime()
184 { return GetMTime_41(); }
186 private native int GetNumberOfInVoxels_42();
187 public int GetNumberOfInVoxels()
188 { return GetNumberOfInVoxels_42(); }
190 public vtkImageThresholdConnectivity() { super(); }
192 public vtkImageThresholdConnectivity(long id) { super(id); }
193 public native long VTKInit();