1 // java wrapper for vtkDecimatePro object
7 public class vtkDecimatePro 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 SetTargetReduction_2(double id0);
19 public void SetTargetReduction(double id0)
20 { SetTargetReduction_2(id0); }
22 private native double GetTargetReductionMinValue_3();
23 public double GetTargetReductionMinValue()
24 { return GetTargetReductionMinValue_3(); }
26 private native double GetTargetReductionMaxValue_4();
27 public double GetTargetReductionMaxValue()
28 { return GetTargetReductionMaxValue_4(); }
30 private native double GetTargetReduction_5();
31 public double GetTargetReduction()
32 { return GetTargetReduction_5(); }
34 private native void SetPreserveTopology_6(int id0);
35 public void SetPreserveTopology(int id0)
36 { SetPreserveTopology_6(id0); }
38 private native int GetPreserveTopology_7();
39 public int GetPreserveTopology()
40 { return GetPreserveTopology_7(); }
42 private native void PreserveTopologyOn_8();
43 public void PreserveTopologyOn()
44 { PreserveTopologyOn_8(); }
46 private native void PreserveTopologyOff_9();
47 public void PreserveTopologyOff()
48 { PreserveTopologyOff_9(); }
50 private native void SetFeatureAngle_10(double id0);
51 public void SetFeatureAngle(double id0)
52 { SetFeatureAngle_10(id0); }
54 private native double GetFeatureAngleMinValue_11();
55 public double GetFeatureAngleMinValue()
56 { return GetFeatureAngleMinValue_11(); }
58 private native double GetFeatureAngleMaxValue_12();
59 public double GetFeatureAngleMaxValue()
60 { return GetFeatureAngleMaxValue_12(); }
62 private native double GetFeatureAngle_13();
63 public double GetFeatureAngle()
64 { return GetFeatureAngle_13(); }
66 private native void SetSplitting_14(int id0);
67 public void SetSplitting(int id0)
68 { SetSplitting_14(id0); }
70 private native int GetSplitting_15();
71 public int GetSplitting()
72 { return GetSplitting_15(); }
74 private native void SplittingOn_16();
75 public void SplittingOn()
78 private native void SplittingOff_17();
79 public void SplittingOff()
80 { SplittingOff_17(); }
82 private native void SetSplitAngle_18(double id0);
83 public void SetSplitAngle(double id0)
84 { SetSplitAngle_18(id0); }
86 private native double GetSplitAngleMinValue_19();
87 public double GetSplitAngleMinValue()
88 { return GetSplitAngleMinValue_19(); }
90 private native double GetSplitAngleMaxValue_20();
91 public double GetSplitAngleMaxValue()
92 { return GetSplitAngleMaxValue_20(); }
94 private native double GetSplitAngle_21();
95 public double GetSplitAngle()
96 { return GetSplitAngle_21(); }
98 private native void SetPreSplitMesh_22(int id0);
99 public void SetPreSplitMesh(int id0)
100 { SetPreSplitMesh_22(id0); }
102 private native int GetPreSplitMesh_23();
103 public int GetPreSplitMesh()
104 { return GetPreSplitMesh_23(); }
106 private native void PreSplitMeshOn_24();
107 public void PreSplitMeshOn()
108 { PreSplitMeshOn_24(); }
110 private native void PreSplitMeshOff_25();
111 public void PreSplitMeshOff()
112 { PreSplitMeshOff_25(); }
114 private native void SetMaximumError_26(double id0);
115 public void SetMaximumError(double id0)
116 { SetMaximumError_26(id0); }
118 private native double GetMaximumErrorMinValue_27();
119 public double GetMaximumErrorMinValue()
120 { return GetMaximumErrorMinValue_27(); }
122 private native double GetMaximumErrorMaxValue_28();
123 public double GetMaximumErrorMaxValue()
124 { return GetMaximumErrorMaxValue_28(); }
126 private native double GetMaximumError_29();
127 public double GetMaximumError()
128 { return GetMaximumError_29(); }
130 private native void SetAccumulateError_30(int id0);
131 public void SetAccumulateError(int id0)
132 { SetAccumulateError_30(id0); }
134 private native int GetAccumulateError_31();
135 public int GetAccumulateError()
136 { return GetAccumulateError_31(); }
138 private native void AccumulateErrorOn_32();
139 public void AccumulateErrorOn()
140 { AccumulateErrorOn_32(); }
142 private native void AccumulateErrorOff_33();
143 public void AccumulateErrorOff()
144 { AccumulateErrorOff_33(); }
146 private native void SetErrorIsAbsolute_34(int id0);
147 public void SetErrorIsAbsolute(int id0)
148 { SetErrorIsAbsolute_34(id0); }
150 private native int GetErrorIsAbsolute_35();
151 public int GetErrorIsAbsolute()
152 { return GetErrorIsAbsolute_35(); }
154 private native void SetAbsoluteError_36(double id0);
155 public void SetAbsoluteError(double id0)
156 { SetAbsoluteError_36(id0); }
158 private native double GetAbsoluteErrorMinValue_37();
159 public double GetAbsoluteErrorMinValue()
160 { return GetAbsoluteErrorMinValue_37(); }
162 private native double GetAbsoluteErrorMaxValue_38();
163 public double GetAbsoluteErrorMaxValue()
164 { return GetAbsoluteErrorMaxValue_38(); }
166 private native double GetAbsoluteError_39();
167 public double GetAbsoluteError()
168 { return GetAbsoluteError_39(); }
170 private native void SetBoundaryVertexDeletion_40(int id0);
171 public void SetBoundaryVertexDeletion(int id0)
172 { SetBoundaryVertexDeletion_40(id0); }
174 private native int GetBoundaryVertexDeletion_41();
175 public int GetBoundaryVertexDeletion()
176 { return GetBoundaryVertexDeletion_41(); }
178 private native void BoundaryVertexDeletionOn_42();
179 public void BoundaryVertexDeletionOn()
180 { BoundaryVertexDeletionOn_42(); }
182 private native void BoundaryVertexDeletionOff_43();
183 public void BoundaryVertexDeletionOff()
184 { BoundaryVertexDeletionOff_43(); }
186 private native void SetDegree_44(int id0);
187 public void SetDegree(int id0)
188 { SetDegree_44(id0); }
190 private native int GetDegreeMinValue_45();
191 public int GetDegreeMinValue()
192 { return GetDegreeMinValue_45(); }
194 private native int GetDegreeMaxValue_46();
195 public int GetDegreeMaxValue()
196 { return GetDegreeMaxValue_46(); }
198 private native int GetDegree_47();
199 public int GetDegree()
200 { return GetDegree_47(); }
202 private native void SetInflectionPointRatio_48(double id0);
203 public void SetInflectionPointRatio(double id0)
204 { SetInflectionPointRatio_48(id0); }
206 private native double GetInflectionPointRatioMinValue_49();
207 public double GetInflectionPointRatioMinValue()
208 { return GetInflectionPointRatioMinValue_49(); }
210 private native double GetInflectionPointRatioMaxValue_50();
211 public double GetInflectionPointRatioMaxValue()
212 { return GetInflectionPointRatioMaxValue_50(); }
214 private native double GetInflectionPointRatio_51();
215 public double GetInflectionPointRatio()
216 { return GetInflectionPointRatio_51(); }
218 private native int GetNumberOfInflectionPoints_52();
219 public int GetNumberOfInflectionPoints()
220 { return GetNumberOfInflectionPoints_52(); }
222 private native void SetOutputPointsPrecision_53(int id0);
223 public void SetOutputPointsPrecision(int id0)
224 { SetOutputPointsPrecision_53(id0); }
226 private native int GetOutputPointsPrecision_54();
227 public int GetOutputPointsPrecision()
228 { return GetOutputPointsPrecision_54(); }
230 public vtkDecimatePro() { super(); }
232 public vtkDecimatePro(long id) { super(id); }
233 public native long VTKInit();