]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPointCloudFilter.java
Equipment/Component library customization
[simantics/3d.git] / vtk / src / vtk / vtkPointCloudFilter.java
1 // java wrapper for vtkPointCloudFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPointCloudFilter 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 int GetNumberOfPointsRemoved_2();
19   public int GetNumberOfPointsRemoved()
20     { return GetNumberOfPointsRemoved_2(); }
21
22   private native void SetGenerateOutliers_3(boolean id0);
23   public void SetGenerateOutliers(boolean id0)
24     { SetGenerateOutliers_3(id0); }
25
26   private native boolean GetGenerateOutliers_4();
27   public boolean GetGenerateOutliers()
28     { return GetGenerateOutliers_4(); }
29
30   private native void GenerateOutliersOn_5();
31   public void GenerateOutliersOn()
32     { GenerateOutliersOn_5(); }
33
34   private native void GenerateOutliersOff_6();
35   public void GenerateOutliersOff()
36     { GenerateOutliersOff_6(); }
37
38   private native void SetGenerateVertices_7(boolean id0);
39   public void SetGenerateVertices(boolean id0)
40     { SetGenerateVertices_7(id0); }
41
42   private native boolean GetGenerateVertices_8();
43   public boolean GetGenerateVertices()
44     { return GetGenerateVertices_8(); }
45
46   private native void GenerateVerticesOn_9();
47   public void GenerateVerticesOn()
48     { GenerateVerticesOn_9(); }
49
50   private native void GenerateVerticesOff_10();
51   public void GenerateVerticesOff()
52     { GenerateVerticesOff_10(); }
53
54   public vtkPointCloudFilter() { super(); }
55
56   public vtkPointCloudFilter(long id) { super(id); }
57
58 }