]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGreedyTerrainDecimation.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGreedyTerrainDecimation.java
1 // java wrapper for vtkGreedyTerrainDecimation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGreedyTerrainDecimation 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 SetErrorMeasure_2(int id0);
19   public void SetErrorMeasure(int id0)
20     { SetErrorMeasure_2(id0); }
21
22   private native int GetErrorMeasureMinValue_3();
23   public int GetErrorMeasureMinValue()
24     { return GetErrorMeasureMinValue_3(); }
25
26   private native int GetErrorMeasureMaxValue_4();
27   public int GetErrorMeasureMaxValue()
28     { return GetErrorMeasureMaxValue_4(); }
29
30   private native int GetErrorMeasure_5();
31   public int GetErrorMeasure()
32     { return GetErrorMeasure_5(); }
33
34   private native void SetErrorMeasureToNumberOfTriangles_6();
35   public void SetErrorMeasureToNumberOfTriangles()
36     { SetErrorMeasureToNumberOfTriangles_6(); }
37
38   private native void SetErrorMeasureToSpecifiedReduction_7();
39   public void SetErrorMeasureToSpecifiedReduction()
40     { SetErrorMeasureToSpecifiedReduction_7(); }
41
42   private native void SetErrorMeasureToAbsoluteError_8();
43   public void SetErrorMeasureToAbsoluteError()
44     { SetErrorMeasureToAbsoluteError_8(); }
45
46   private native void SetErrorMeasureToRelativeError_9();
47   public void SetErrorMeasureToRelativeError()
48     { SetErrorMeasureToRelativeError_9(); }
49
50   private native void SetNumberOfTriangles_10(int id0);
51   public void SetNumberOfTriangles(int id0)
52     { SetNumberOfTriangles_10(id0); }
53
54   private native int GetNumberOfTrianglesMinValue_11();
55   public int GetNumberOfTrianglesMinValue()
56     { return GetNumberOfTrianglesMinValue_11(); }
57
58   private native int GetNumberOfTrianglesMaxValue_12();
59   public int GetNumberOfTrianglesMaxValue()
60     { return GetNumberOfTrianglesMaxValue_12(); }
61
62   private native int GetNumberOfTriangles_13();
63   public int GetNumberOfTriangles()
64     { return GetNumberOfTriangles_13(); }
65
66   private native void SetReduction_14(double id0);
67   public void SetReduction(double id0)
68     { SetReduction_14(id0); }
69
70   private native double GetReductionMinValue_15();
71   public double GetReductionMinValue()
72     { return GetReductionMinValue_15(); }
73
74   private native double GetReductionMaxValue_16();
75   public double GetReductionMaxValue()
76     { return GetReductionMaxValue_16(); }
77
78   private native double GetReduction_17();
79   public double GetReduction()
80     { return GetReduction_17(); }
81
82   private native void SetAbsoluteError_18(double id0);
83   public void SetAbsoluteError(double id0)
84     { SetAbsoluteError_18(id0); }
85
86   private native double GetAbsoluteErrorMinValue_19();
87   public double GetAbsoluteErrorMinValue()
88     { return GetAbsoluteErrorMinValue_19(); }
89
90   private native double GetAbsoluteErrorMaxValue_20();
91   public double GetAbsoluteErrorMaxValue()
92     { return GetAbsoluteErrorMaxValue_20(); }
93
94   private native double GetAbsoluteError_21();
95   public double GetAbsoluteError()
96     { return GetAbsoluteError_21(); }
97
98   private native void SetRelativeError_22(double id0);
99   public void SetRelativeError(double id0)
100     { SetRelativeError_22(id0); }
101
102   private native double GetRelativeErrorMinValue_23();
103   public double GetRelativeErrorMinValue()
104     { return GetRelativeErrorMinValue_23(); }
105
106   private native double GetRelativeErrorMaxValue_24();
107   public double GetRelativeErrorMaxValue()
108     { return GetRelativeErrorMaxValue_24(); }
109
110   private native double GetRelativeError_25();
111   public double GetRelativeError()
112     { return GetRelativeError_25(); }
113
114   private native void SetBoundaryVertexDeletion_26(int id0);
115   public void SetBoundaryVertexDeletion(int id0)
116     { SetBoundaryVertexDeletion_26(id0); }
117
118   private native int GetBoundaryVertexDeletion_27();
119   public int GetBoundaryVertexDeletion()
120     { return GetBoundaryVertexDeletion_27(); }
121
122   private native void BoundaryVertexDeletionOn_28();
123   public void BoundaryVertexDeletionOn()
124     { BoundaryVertexDeletionOn_28(); }
125
126   private native void BoundaryVertexDeletionOff_29();
127   public void BoundaryVertexDeletionOff()
128     { BoundaryVertexDeletionOff_29(); }
129
130   private native void SetComputeNormals_30(int id0);
131   public void SetComputeNormals(int id0)
132     { SetComputeNormals_30(id0); }
133
134   private native int GetComputeNormals_31();
135   public int GetComputeNormals()
136     { return GetComputeNormals_31(); }
137
138   private native void ComputeNormalsOn_32();
139   public void ComputeNormalsOn()
140     { ComputeNormalsOn_32(); }
141
142   private native void ComputeNormalsOff_33();
143   public void ComputeNormalsOff()
144     { ComputeNormalsOff_33(); }
145
146   public vtkGreedyTerrainDecimation() { super(); }
147
148   public vtkGreedyTerrainDecimation(long id) { super(id); }
149   public native long   VTKInit();
150
151 }