]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCleanPolyData.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkCleanPolyData.java
1 // java wrapper for vtkCleanPolyData object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCleanPolyData 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 SetToleranceIsAbsolute_2(int id0);
19   public void SetToleranceIsAbsolute(int id0)
20     { SetToleranceIsAbsolute_2(id0); }
21
22   private native void ToleranceIsAbsoluteOn_3();
23   public void ToleranceIsAbsoluteOn()
24     { ToleranceIsAbsoluteOn_3(); }
25
26   private native void ToleranceIsAbsoluteOff_4();
27   public void ToleranceIsAbsoluteOff()
28     { ToleranceIsAbsoluteOff_4(); }
29
30   private native int GetToleranceIsAbsolute_5();
31   public int GetToleranceIsAbsolute()
32     { return GetToleranceIsAbsolute_5(); }
33
34   private native void SetTolerance_6(double id0);
35   public void SetTolerance(double id0)
36     { SetTolerance_6(id0); }
37
38   private native double GetToleranceMinValue_7();
39   public double GetToleranceMinValue()
40     { return GetToleranceMinValue_7(); }
41
42   private native double GetToleranceMaxValue_8();
43   public double GetToleranceMaxValue()
44     { return GetToleranceMaxValue_8(); }
45
46   private native double GetTolerance_9();
47   public double GetTolerance()
48     { return GetTolerance_9(); }
49
50   private native void SetAbsoluteTolerance_10(double id0);
51   public void SetAbsoluteTolerance(double id0)
52     { SetAbsoluteTolerance_10(id0); }
53
54   private native double GetAbsoluteToleranceMinValue_11();
55   public double GetAbsoluteToleranceMinValue()
56     { return GetAbsoluteToleranceMinValue_11(); }
57
58   private native double GetAbsoluteToleranceMaxValue_12();
59   public double GetAbsoluteToleranceMaxValue()
60     { return GetAbsoluteToleranceMaxValue_12(); }
61
62   private native double GetAbsoluteTolerance_13();
63   public double GetAbsoluteTolerance()
64     { return GetAbsoluteTolerance_13(); }
65
66   private native void SetConvertLinesToPoints_14(int id0);
67   public void SetConvertLinesToPoints(int id0)
68     { SetConvertLinesToPoints_14(id0); }
69
70   private native void ConvertLinesToPointsOn_15();
71   public void ConvertLinesToPointsOn()
72     { ConvertLinesToPointsOn_15(); }
73
74   private native void ConvertLinesToPointsOff_16();
75   public void ConvertLinesToPointsOff()
76     { ConvertLinesToPointsOff_16(); }
77
78   private native int GetConvertLinesToPoints_17();
79   public int GetConvertLinesToPoints()
80     { return GetConvertLinesToPoints_17(); }
81
82   private native void SetConvertPolysToLines_18(int id0);
83   public void SetConvertPolysToLines(int id0)
84     { SetConvertPolysToLines_18(id0); }
85
86   private native void ConvertPolysToLinesOn_19();
87   public void ConvertPolysToLinesOn()
88     { ConvertPolysToLinesOn_19(); }
89
90   private native void ConvertPolysToLinesOff_20();
91   public void ConvertPolysToLinesOff()
92     { ConvertPolysToLinesOff_20(); }
93
94   private native int GetConvertPolysToLines_21();
95   public int GetConvertPolysToLines()
96     { return GetConvertPolysToLines_21(); }
97
98   private native void SetConvertStripsToPolys_22(int id0);
99   public void SetConvertStripsToPolys(int id0)
100     { SetConvertStripsToPolys_22(id0); }
101
102   private native void ConvertStripsToPolysOn_23();
103   public void ConvertStripsToPolysOn()
104     { ConvertStripsToPolysOn_23(); }
105
106   private native void ConvertStripsToPolysOff_24();
107   public void ConvertStripsToPolysOff()
108     { ConvertStripsToPolysOff_24(); }
109
110   private native int GetConvertStripsToPolys_25();
111   public int GetConvertStripsToPolys()
112     { return GetConvertStripsToPolys_25(); }
113
114   private native void SetPointMerging_26(int id0);
115   public void SetPointMerging(int id0)
116     { SetPointMerging_26(id0); }
117
118   private native int GetPointMerging_27();
119   public int GetPointMerging()
120     { return GetPointMerging_27(); }
121
122   private native void PointMergingOn_28();
123   public void PointMergingOn()
124     { PointMergingOn_28(); }
125
126   private native void PointMergingOff_29();
127   public void PointMergingOff()
128     { PointMergingOff_29(); }
129
130   private native void SetLocator_30(vtkIncrementalPointLocator id0);
131   public void SetLocator(vtkIncrementalPointLocator id0)
132     { SetLocator_30(id0); }
133
134   private native long GetLocator_31();
135   public vtkIncrementalPointLocator GetLocator() {
136     long temp = GetLocator_31();
137
138     if (temp == 0) return null;
139     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
140 }
141
142   private native void CreateDefaultLocator_32(vtkPolyData id0);
143   public void CreateDefaultLocator(vtkPolyData id0)
144     { CreateDefaultLocator_32(id0); }
145
146   private native void ReleaseLocator_33();
147   public void ReleaseLocator()
148     { ReleaseLocator_33(); }
149
150   private native int GetMTime_34();
151   public int GetMTime()
152     { return GetMTime_34(); }
153
154   private native void OperateOnPoint_35(double id0[],double id1[]);
155   public void OperateOnPoint(double id0[],double id1[])
156     { OperateOnPoint_35(id0,id1); }
157
158   private native void OperateOnBounds_36(double id0[],double id1[]);
159   public void OperateOnBounds(double id0[],double id1[])
160     { OperateOnBounds_36(id0,id1); }
161
162   private native void SetPieceInvariant_37(int id0);
163   public void SetPieceInvariant(int id0)
164     { SetPieceInvariant_37(id0); }
165
166   private native int GetPieceInvariant_38();
167   public int GetPieceInvariant()
168     { return GetPieceInvariant_38(); }
169
170   private native void PieceInvariantOn_39();
171   public void PieceInvariantOn()
172     { PieceInvariantOn_39(); }
173
174   private native void PieceInvariantOff_40();
175   public void PieceInvariantOff()
176     { PieceInvariantOff_40(); }
177
178   private native void SetOutputPointsPrecision_41(int id0);
179   public void SetOutputPointsPrecision(int id0)
180     { SetOutputPointsPrecision_41(id0); }
181
182   private native int GetOutputPointsPrecision_42();
183   public int GetOutputPointsPrecision()
184     { return GetOutputPointsPrecision_42(); }
185
186   public vtkCleanPolyData() { super(); }
187
188   public vtkCleanPolyData(long id) { super(id); }
189   public native long   VTKInit();
190
191 }