]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDensifyPointCloudFilter.java
Equipment/Component library customization
[simantics/3d.git] / vtk / src / vtk / vtkDensifyPointCloudFilter.java
1 // java wrapper for vtkDensifyPointCloudFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDensifyPointCloudFilter 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 SetNeighborhoodType_2(int id0);
19   public void SetNeighborhoodType(int id0)
20     { SetNeighborhoodType_2(id0); }
21
22   private native int GetNeighborhoodType_3();
23   public int GetNeighborhoodType()
24     { return GetNeighborhoodType_3(); }
25
26   private native void SetNeighborhoodTypeToRadius_4();
27   public void SetNeighborhoodTypeToRadius()
28     { SetNeighborhoodTypeToRadius_4(); }
29
30   private native void SetNeighborhoodTypeToNClosest_5();
31   public void SetNeighborhoodTypeToNClosest()
32     { SetNeighborhoodTypeToNClosest_5(); }
33
34   private native void SetRadius_6(double id0);
35   public void SetRadius(double id0)
36     { SetRadius_6(id0); }
37
38   private native double GetRadiusMinValue_7();
39   public double GetRadiusMinValue()
40     { return GetRadiusMinValue_7(); }
41
42   private native double GetRadiusMaxValue_8();
43   public double GetRadiusMaxValue()
44     { return GetRadiusMaxValue_8(); }
45
46   private native double GetRadius_9();
47   public double GetRadius()
48     { return GetRadius_9(); }
49
50   private native void SetNumberOfClosestPoints_10(int id0);
51   public void SetNumberOfClosestPoints(int id0)
52     { SetNumberOfClosestPoints_10(id0); }
53
54   private native int GetNumberOfClosestPointsMinValue_11();
55   public int GetNumberOfClosestPointsMinValue()
56     { return GetNumberOfClosestPointsMinValue_11(); }
57
58   private native int GetNumberOfClosestPointsMaxValue_12();
59   public int GetNumberOfClosestPointsMaxValue()
60     { return GetNumberOfClosestPointsMaxValue_12(); }
61
62   private native int GetNumberOfClosestPoints_13();
63   public int GetNumberOfClosestPoints()
64     { return GetNumberOfClosestPoints_13(); }
65
66   private native void SetTargetDistance_14(double id0);
67   public void SetTargetDistance(double id0)
68     { SetTargetDistance_14(id0); }
69
70   private native double GetTargetDistanceMinValue_15();
71   public double GetTargetDistanceMinValue()
72     { return GetTargetDistanceMinValue_15(); }
73
74   private native double GetTargetDistanceMaxValue_16();
75   public double GetTargetDistanceMaxValue()
76     { return GetTargetDistanceMaxValue_16(); }
77
78   private native double GetTargetDistance_17();
79   public double GetTargetDistance()
80     { return GetTargetDistance_17(); }
81
82   private native void SetMaximumNumberOfIterations_18(int id0);
83   public void SetMaximumNumberOfIterations(int id0)
84     { SetMaximumNumberOfIterations_18(id0); }
85
86   private native int GetMaximumNumberOfIterationsMinValue_19();
87   public int GetMaximumNumberOfIterationsMinValue()
88     { return GetMaximumNumberOfIterationsMinValue_19(); }
89
90   private native int GetMaximumNumberOfIterationsMaxValue_20();
91   public int GetMaximumNumberOfIterationsMaxValue()
92     { return GetMaximumNumberOfIterationsMaxValue_20(); }
93
94   private native int GetMaximumNumberOfIterations_21();
95   public int GetMaximumNumberOfIterations()
96     { return GetMaximumNumberOfIterations_21(); }
97
98   private native void SetMaximumNumberOfPoints_22(int id0);
99   public void SetMaximumNumberOfPoints(int id0)
100     { SetMaximumNumberOfPoints_22(id0); }
101
102   private native int GetMaximumNumberOfPointsMinValue_23();
103   public int GetMaximumNumberOfPointsMinValue()
104     { return GetMaximumNumberOfPointsMinValue_23(); }
105
106   private native int GetMaximumNumberOfPointsMaxValue_24();
107   public int GetMaximumNumberOfPointsMaxValue()
108     { return GetMaximumNumberOfPointsMaxValue_24(); }
109
110   private native int GetMaximumNumberOfPoints_25();
111   public int GetMaximumNumberOfPoints()
112     { return GetMaximumNumberOfPoints_25(); }
113
114   private native void SetInterpolateAttributeData_26(boolean id0);
115   public void SetInterpolateAttributeData(boolean id0)
116     { SetInterpolateAttributeData_26(id0); }
117
118   private native boolean GetInterpolateAttributeData_27();
119   public boolean GetInterpolateAttributeData()
120     { return GetInterpolateAttributeData_27(); }
121
122   private native void InterpolateAttributeDataOn_28();
123   public void InterpolateAttributeDataOn()
124     { InterpolateAttributeDataOn_28(); }
125
126   private native void InterpolateAttributeDataOff_29();
127   public void InterpolateAttributeDataOff()
128     { InterpolateAttributeDataOff_29(); }
129
130   public vtkDensifyPointCloudFilter() { super(); }
131
132   public vtkDensifyPointCloudFilter(long id) { super(id); }
133   public native long   VTKInit();
134
135 }