]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkQuadricDecimation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkQuadricDecimation.java
1 // java wrapper for vtkQuadricDecimation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkQuadricDecimation 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 SetAttributeErrorMetric_6(int id0);
35   public void SetAttributeErrorMetric(int id0)
36     { SetAttributeErrorMetric_6(id0); }
37
38   private native int GetAttributeErrorMetric_7();
39   public int GetAttributeErrorMetric()
40     { return GetAttributeErrorMetric_7(); }
41
42   private native void AttributeErrorMetricOn_8();
43   public void AttributeErrorMetricOn()
44     { AttributeErrorMetricOn_8(); }
45
46   private native void AttributeErrorMetricOff_9();
47   public void AttributeErrorMetricOff()
48     { AttributeErrorMetricOff_9(); }
49
50   private native void SetVolumePreservation_10(int id0);
51   public void SetVolumePreservation(int id0)
52     { SetVolumePreservation_10(id0); }
53
54   private native int GetVolumePreservation_11();
55   public int GetVolumePreservation()
56     { return GetVolumePreservation_11(); }
57
58   private native void VolumePreservationOn_12();
59   public void VolumePreservationOn()
60     { VolumePreservationOn_12(); }
61
62   private native void VolumePreservationOff_13();
63   public void VolumePreservationOff()
64     { VolumePreservationOff_13(); }
65
66   private native void SetScalarsAttribute_14(int id0);
67   public void SetScalarsAttribute(int id0)
68     { SetScalarsAttribute_14(id0); }
69
70   private native int GetScalarsAttribute_15();
71   public int GetScalarsAttribute()
72     { return GetScalarsAttribute_15(); }
73
74   private native void ScalarsAttributeOn_16();
75   public void ScalarsAttributeOn()
76     { ScalarsAttributeOn_16(); }
77
78   private native void ScalarsAttributeOff_17();
79   public void ScalarsAttributeOff()
80     { ScalarsAttributeOff_17(); }
81
82   private native void SetVectorsAttribute_18(int id0);
83   public void SetVectorsAttribute(int id0)
84     { SetVectorsAttribute_18(id0); }
85
86   private native int GetVectorsAttribute_19();
87   public int GetVectorsAttribute()
88     { return GetVectorsAttribute_19(); }
89
90   private native void VectorsAttributeOn_20();
91   public void VectorsAttributeOn()
92     { VectorsAttributeOn_20(); }
93
94   private native void VectorsAttributeOff_21();
95   public void VectorsAttributeOff()
96     { VectorsAttributeOff_21(); }
97
98   private native void SetNormalsAttribute_22(int id0);
99   public void SetNormalsAttribute(int id0)
100     { SetNormalsAttribute_22(id0); }
101
102   private native int GetNormalsAttribute_23();
103   public int GetNormalsAttribute()
104     { return GetNormalsAttribute_23(); }
105
106   private native void NormalsAttributeOn_24();
107   public void NormalsAttributeOn()
108     { NormalsAttributeOn_24(); }
109
110   private native void NormalsAttributeOff_25();
111   public void NormalsAttributeOff()
112     { NormalsAttributeOff_25(); }
113
114   private native void SetTCoordsAttribute_26(int id0);
115   public void SetTCoordsAttribute(int id0)
116     { SetTCoordsAttribute_26(id0); }
117
118   private native int GetTCoordsAttribute_27();
119   public int GetTCoordsAttribute()
120     { return GetTCoordsAttribute_27(); }
121
122   private native void TCoordsAttributeOn_28();
123   public void TCoordsAttributeOn()
124     { TCoordsAttributeOn_28(); }
125
126   private native void TCoordsAttributeOff_29();
127   public void TCoordsAttributeOff()
128     { TCoordsAttributeOff_29(); }
129
130   private native void SetTensorsAttribute_30(int id0);
131   public void SetTensorsAttribute(int id0)
132     { SetTensorsAttribute_30(id0); }
133
134   private native int GetTensorsAttribute_31();
135   public int GetTensorsAttribute()
136     { return GetTensorsAttribute_31(); }
137
138   private native void TensorsAttributeOn_32();
139   public void TensorsAttributeOn()
140     { TensorsAttributeOn_32(); }
141
142   private native void TensorsAttributeOff_33();
143   public void TensorsAttributeOff()
144     { TensorsAttributeOff_33(); }
145
146   private native void SetScalarsWeight_34(double id0);
147   public void SetScalarsWeight(double id0)
148     { SetScalarsWeight_34(id0); }
149
150   private native void SetVectorsWeight_35(double id0);
151   public void SetVectorsWeight(double id0)
152     { SetVectorsWeight_35(id0); }
153
154   private native void SetNormalsWeight_36(double id0);
155   public void SetNormalsWeight(double id0)
156     { SetNormalsWeight_36(id0); }
157
158   private native void SetTCoordsWeight_37(double id0);
159   public void SetTCoordsWeight(double id0)
160     { SetTCoordsWeight_37(id0); }
161
162   private native void SetTensorsWeight_38(double id0);
163   public void SetTensorsWeight(double id0)
164     { SetTensorsWeight_38(id0); }
165
166   private native double GetScalarsWeight_39();
167   public double GetScalarsWeight()
168     { return GetScalarsWeight_39(); }
169
170   private native double GetVectorsWeight_40();
171   public double GetVectorsWeight()
172     { return GetVectorsWeight_40(); }
173
174   private native double GetNormalsWeight_41();
175   public double GetNormalsWeight()
176     { return GetNormalsWeight_41(); }
177
178   private native double GetTCoordsWeight_42();
179   public double GetTCoordsWeight()
180     { return GetTCoordsWeight_42(); }
181
182   private native double GetTensorsWeight_43();
183   public double GetTensorsWeight()
184     { return GetTensorsWeight_43(); }
185
186   private native double GetActualReduction_44();
187   public double GetActualReduction()
188     { return GetActualReduction_44(); }
189
190   public vtkQuadricDecimation() { super(); }
191
192   public vtkQuadricDecimation(long id) { super(id); }
193   public native long   VTKInit();
194
195 }