]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDecimatePro.java
bf12b6a1fdcacaf562de41697407f283fefc7872
[simantics/3d.git] / vtk / src / vtk / vtkDecimatePro.java
1 // java wrapper for vtkDecimatePro object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDecimatePro extends vtkPolyDataAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetTargetReduction_2(double id0);
19   public void SetTargetReduction(double id0)
20     { SetTargetReduction_2(id0); }
21
22   private native double GetTargetReductionMinValue_3();
23   public double GetTargetReductionMinValue()
24     { return GetTargetReductionMinValue_3(); }
25
26   private native double GetTargetReductionMaxValue_4();
27   public double GetTargetReductionMaxValue()
28     { return GetTargetReductionMaxValue_4(); }
29
30   private native double GetTargetReduction_5();
31   public double GetTargetReduction()
32     { return GetTargetReduction_5(); }
33
34   private native void SetPreserveTopology_6(int id0);
35   public void SetPreserveTopology(int id0)
36     { SetPreserveTopology_6(id0); }
37
38   private native int GetPreserveTopology_7();
39   public int GetPreserveTopology()
40     { return GetPreserveTopology_7(); }
41
42   private native void PreserveTopologyOn_8();
43   public void PreserveTopologyOn()
44     { PreserveTopologyOn_8(); }
45
46   private native void PreserveTopologyOff_9();
47   public void PreserveTopologyOff()
48     { PreserveTopologyOff_9(); }
49
50   private native void SetFeatureAngle_10(double id0);
51   public void SetFeatureAngle(double id0)
52     { SetFeatureAngle_10(id0); }
53
54   private native double GetFeatureAngleMinValue_11();
55   public double GetFeatureAngleMinValue()
56     { return GetFeatureAngleMinValue_11(); }
57
58   private native double GetFeatureAngleMaxValue_12();
59   public double GetFeatureAngleMaxValue()
60     { return GetFeatureAngleMaxValue_12(); }
61
62   private native double GetFeatureAngle_13();
63   public double GetFeatureAngle()
64     { return GetFeatureAngle_13(); }
65
66   private native void SetSplitting_14(int id0);
67   public void SetSplitting(int id0)
68     { SetSplitting_14(id0); }
69
70   private native int GetSplitting_15();
71   public int GetSplitting()
72     { return GetSplitting_15(); }
73
74   private native void SplittingOn_16();
75   public void SplittingOn()
76     { SplittingOn_16(); }
77
78   private native void SplittingOff_17();
79   public void SplittingOff()
80     { SplittingOff_17(); }
81
82   private native void SetSplitAngle_18(double id0);
83   public void SetSplitAngle(double id0)
84     { SetSplitAngle_18(id0); }
85
86   private native double GetSplitAngleMinValue_19();
87   public double GetSplitAngleMinValue()
88     { return GetSplitAngleMinValue_19(); }
89
90   private native double GetSplitAngleMaxValue_20();
91   public double GetSplitAngleMaxValue()
92     { return GetSplitAngleMaxValue_20(); }
93
94   private native double GetSplitAngle_21();
95   public double GetSplitAngle()
96     { return GetSplitAngle_21(); }
97
98   private native void SetPreSplitMesh_22(int id0);
99   public void SetPreSplitMesh(int id0)
100     { SetPreSplitMesh_22(id0); }
101
102   private native int GetPreSplitMesh_23();
103   public int GetPreSplitMesh()
104     { return GetPreSplitMesh_23(); }
105
106   private native void PreSplitMeshOn_24();
107   public void PreSplitMeshOn()
108     { PreSplitMeshOn_24(); }
109
110   private native void PreSplitMeshOff_25();
111   public void PreSplitMeshOff()
112     { PreSplitMeshOff_25(); }
113
114   private native void SetMaximumError_26(double id0);
115   public void SetMaximumError(double id0)
116     { SetMaximumError_26(id0); }
117
118   private native double GetMaximumErrorMinValue_27();
119   public double GetMaximumErrorMinValue()
120     { return GetMaximumErrorMinValue_27(); }
121
122   private native double GetMaximumErrorMaxValue_28();
123   public double GetMaximumErrorMaxValue()
124     { return GetMaximumErrorMaxValue_28(); }
125
126   private native double GetMaximumError_29();
127   public double GetMaximumError()
128     { return GetMaximumError_29(); }
129
130   private native void SetAccumulateError_30(int id0);
131   public void SetAccumulateError(int id0)
132     { SetAccumulateError_30(id0); }
133
134   private native int GetAccumulateError_31();
135   public int GetAccumulateError()
136     { return GetAccumulateError_31(); }
137
138   private native void AccumulateErrorOn_32();
139   public void AccumulateErrorOn()
140     { AccumulateErrorOn_32(); }
141
142   private native void AccumulateErrorOff_33();
143   public void AccumulateErrorOff()
144     { AccumulateErrorOff_33(); }
145
146   private native void SetErrorIsAbsolute_34(int id0);
147   public void SetErrorIsAbsolute(int id0)
148     { SetErrorIsAbsolute_34(id0); }
149
150   private native int GetErrorIsAbsolute_35();
151   public int GetErrorIsAbsolute()
152     { return GetErrorIsAbsolute_35(); }
153
154   private native void SetAbsoluteError_36(double id0);
155   public void SetAbsoluteError(double id0)
156     { SetAbsoluteError_36(id0); }
157
158   private native double GetAbsoluteErrorMinValue_37();
159   public double GetAbsoluteErrorMinValue()
160     { return GetAbsoluteErrorMinValue_37(); }
161
162   private native double GetAbsoluteErrorMaxValue_38();
163   public double GetAbsoluteErrorMaxValue()
164     { return GetAbsoluteErrorMaxValue_38(); }
165
166   private native double GetAbsoluteError_39();
167   public double GetAbsoluteError()
168     { return GetAbsoluteError_39(); }
169
170   private native void SetBoundaryVertexDeletion_40(int id0);
171   public void SetBoundaryVertexDeletion(int id0)
172     { SetBoundaryVertexDeletion_40(id0); }
173
174   private native int GetBoundaryVertexDeletion_41();
175   public int GetBoundaryVertexDeletion()
176     { return GetBoundaryVertexDeletion_41(); }
177
178   private native void BoundaryVertexDeletionOn_42();
179   public void BoundaryVertexDeletionOn()
180     { BoundaryVertexDeletionOn_42(); }
181
182   private native void BoundaryVertexDeletionOff_43();
183   public void BoundaryVertexDeletionOff()
184     { BoundaryVertexDeletionOff_43(); }
185
186   private native void SetDegree_44(int id0);
187   public void SetDegree(int id0)
188     { SetDegree_44(id0); }
189
190   private native int GetDegreeMinValue_45();
191   public int GetDegreeMinValue()
192     { return GetDegreeMinValue_45(); }
193
194   private native int GetDegreeMaxValue_46();
195   public int GetDegreeMaxValue()
196     { return GetDegreeMaxValue_46(); }
197
198   private native int GetDegree_47();
199   public int GetDegree()
200     { return GetDegree_47(); }
201
202   private native void SetInflectionPointRatio_48(double id0);
203   public void SetInflectionPointRatio(double id0)
204     { SetInflectionPointRatio_48(id0); }
205
206   private native double GetInflectionPointRatioMinValue_49();
207   public double GetInflectionPointRatioMinValue()
208     { return GetInflectionPointRatioMinValue_49(); }
209
210   private native double GetInflectionPointRatioMaxValue_50();
211   public double GetInflectionPointRatioMaxValue()
212     { return GetInflectionPointRatioMaxValue_50(); }
213
214   private native double GetInflectionPointRatio_51();
215   public double GetInflectionPointRatio()
216     { return GetInflectionPointRatio_51(); }
217
218   private native int GetNumberOfInflectionPoints_52();
219   public int GetNumberOfInflectionPoints()
220     { return GetNumberOfInflectionPoints_52(); }
221
222   private native void SetOutputPointsPrecision_53(int id0);
223   public void SetOutputPointsPrecision(int id0)
224     { SetOutputPointsPrecision_53(id0); }
225
226   private native int GetOutputPointsPrecision_54();
227   public int GetOutputPointsPrecision()
228     { return GetOutputPointsPrecision_54(); }
229
230   public vtkDecimatePro() { super(); }
231
232   public vtkDecimatePro(long id) { super(id); }
233   public native long   VTKInit();
234
235 }