1 // java wrapper for vtkQuadricDecimation object
7 public class vtkQuadricDecimation 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 SetAttributeErrorMetric_6(int id0);
35 public void SetAttributeErrorMetric(int id0)
36 { SetAttributeErrorMetric_6(id0); }
38 private native int GetAttributeErrorMetric_7();
39 public int GetAttributeErrorMetric()
40 { return GetAttributeErrorMetric_7(); }
42 private native void AttributeErrorMetricOn_8();
43 public void AttributeErrorMetricOn()
44 { AttributeErrorMetricOn_8(); }
46 private native void AttributeErrorMetricOff_9();
47 public void AttributeErrorMetricOff()
48 { AttributeErrorMetricOff_9(); }
50 private native void SetVolumePreservation_10(int id0);
51 public void SetVolumePreservation(int id0)
52 { SetVolumePreservation_10(id0); }
54 private native int GetVolumePreservation_11();
55 public int GetVolumePreservation()
56 { return GetVolumePreservation_11(); }
58 private native void VolumePreservationOn_12();
59 public void VolumePreservationOn()
60 { VolumePreservationOn_12(); }
62 private native void VolumePreservationOff_13();
63 public void VolumePreservationOff()
64 { VolumePreservationOff_13(); }
66 private native void SetScalarsAttribute_14(int id0);
67 public void SetScalarsAttribute(int id0)
68 { SetScalarsAttribute_14(id0); }
70 private native int GetScalarsAttribute_15();
71 public int GetScalarsAttribute()
72 { return GetScalarsAttribute_15(); }
74 private native void ScalarsAttributeOn_16();
75 public void ScalarsAttributeOn()
76 { ScalarsAttributeOn_16(); }
78 private native void ScalarsAttributeOff_17();
79 public void ScalarsAttributeOff()
80 { ScalarsAttributeOff_17(); }
82 private native void SetVectorsAttribute_18(int id0);
83 public void SetVectorsAttribute(int id0)
84 { SetVectorsAttribute_18(id0); }
86 private native int GetVectorsAttribute_19();
87 public int GetVectorsAttribute()
88 { return GetVectorsAttribute_19(); }
90 private native void VectorsAttributeOn_20();
91 public void VectorsAttributeOn()
92 { VectorsAttributeOn_20(); }
94 private native void VectorsAttributeOff_21();
95 public void VectorsAttributeOff()
96 { VectorsAttributeOff_21(); }
98 private native void SetNormalsAttribute_22(int id0);
99 public void SetNormalsAttribute(int id0)
100 { SetNormalsAttribute_22(id0); }
102 private native int GetNormalsAttribute_23();
103 public int GetNormalsAttribute()
104 { return GetNormalsAttribute_23(); }
106 private native void NormalsAttributeOn_24();
107 public void NormalsAttributeOn()
108 { NormalsAttributeOn_24(); }
110 private native void NormalsAttributeOff_25();
111 public void NormalsAttributeOff()
112 { NormalsAttributeOff_25(); }
114 private native void SetTCoordsAttribute_26(int id0);
115 public void SetTCoordsAttribute(int id0)
116 { SetTCoordsAttribute_26(id0); }
118 private native int GetTCoordsAttribute_27();
119 public int GetTCoordsAttribute()
120 { return GetTCoordsAttribute_27(); }
122 private native void TCoordsAttributeOn_28();
123 public void TCoordsAttributeOn()
124 { TCoordsAttributeOn_28(); }
126 private native void TCoordsAttributeOff_29();
127 public void TCoordsAttributeOff()
128 { TCoordsAttributeOff_29(); }
130 private native void SetTensorsAttribute_30(int id0);
131 public void SetTensorsAttribute(int id0)
132 { SetTensorsAttribute_30(id0); }
134 private native int GetTensorsAttribute_31();
135 public int GetTensorsAttribute()
136 { return GetTensorsAttribute_31(); }
138 private native void TensorsAttributeOn_32();
139 public void TensorsAttributeOn()
140 { TensorsAttributeOn_32(); }
142 private native void TensorsAttributeOff_33();
143 public void TensorsAttributeOff()
144 { TensorsAttributeOff_33(); }
146 private native void SetScalarsWeight_34(double id0);
147 public void SetScalarsWeight(double id0)
148 { SetScalarsWeight_34(id0); }
150 private native void SetVectorsWeight_35(double id0);
151 public void SetVectorsWeight(double id0)
152 { SetVectorsWeight_35(id0); }
154 private native void SetNormalsWeight_36(double id0);
155 public void SetNormalsWeight(double id0)
156 { SetNormalsWeight_36(id0); }
158 private native void SetTCoordsWeight_37(double id0);
159 public void SetTCoordsWeight(double id0)
160 { SetTCoordsWeight_37(id0); }
162 private native void SetTensorsWeight_38(double id0);
163 public void SetTensorsWeight(double id0)
164 { SetTensorsWeight_38(id0); }
166 private native double GetScalarsWeight_39();
167 public double GetScalarsWeight()
168 { return GetScalarsWeight_39(); }
170 private native double GetVectorsWeight_40();
171 public double GetVectorsWeight()
172 { return GetVectorsWeight_40(); }
174 private native double GetNormalsWeight_41();
175 public double GetNormalsWeight()
176 { return GetNormalsWeight_41(); }
178 private native double GetTCoordsWeight_42();
179 public double GetTCoordsWeight()
180 { return GetTCoordsWeight_42(); }
182 private native double GetTensorsWeight_43();
183 public double GetTensorsWeight()
184 { return GetTensorsWeight_43(); }
186 private native double GetActualReduction_44();
187 public double GetActualReduction()
188 { return GetActualReduction_44(); }
190 public vtkQuadricDecimation() { super(); }
192 public vtkQuadricDecimation(long id) { super(id); }
193 public native long VTKInit();