]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDecimatePolylineFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDecimatePolylineFilter.java
1 // java wrapper for vtkDecimatePolylineFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDecimatePolylineFilter 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 SetMaximumError_6(double id0);
35   public void SetMaximumError(double id0)
36     { SetMaximumError_6(id0); }
37
38   private native double GetMaximumErrorMinValue_7();
39   public double GetMaximumErrorMinValue()
40     { return GetMaximumErrorMinValue_7(); }
41
42   private native double GetMaximumErrorMaxValue_8();
43   public double GetMaximumErrorMaxValue()
44     { return GetMaximumErrorMaxValue_8(); }
45
46   private native double GetMaximumError_9();
47   public double GetMaximumError()
48     { return GetMaximumError_9(); }
49
50   private native void SetOutputPointsPrecision_10(int id0);
51   public void SetOutputPointsPrecision(int id0)
52     { SetOutputPointsPrecision_10(id0); }
53
54   private native int GetOutputPointsPrecision_11();
55   public int GetOutputPointsPrecision()
56     { return GetOutputPointsPrecision_11(); }
57
58   public vtkDecimatePolylineFilter() { super(); }
59
60   public vtkDecimatePolylineFilter(long id) { super(id); }
61   public native long   VTKInit();
62
63 }