]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMaskPoints.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkMaskPoints.java
1 // java wrapper for vtkMaskPoints object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMaskPoints 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 SetOnRatio_2(int id0);
19   public void SetOnRatio(int id0)
20     { SetOnRatio_2(id0); }
21
22   private native int GetOnRatioMinValue_3();
23   public int GetOnRatioMinValue()
24     { return GetOnRatioMinValue_3(); }
25
26   private native int GetOnRatioMaxValue_4();
27   public int GetOnRatioMaxValue()
28     { return GetOnRatioMaxValue_4(); }
29
30   private native int GetOnRatio_5();
31   public int GetOnRatio()
32     { return GetOnRatio_5(); }
33
34   private native void SetMaximumNumberOfPoints_6(int id0);
35   public void SetMaximumNumberOfPoints(int id0)
36     { SetMaximumNumberOfPoints_6(id0); }
37
38   private native int GetMaximumNumberOfPointsMinValue_7();
39   public int GetMaximumNumberOfPointsMinValue()
40     { return GetMaximumNumberOfPointsMinValue_7(); }
41
42   private native int GetMaximumNumberOfPointsMaxValue_8();
43   public int GetMaximumNumberOfPointsMaxValue()
44     { return GetMaximumNumberOfPointsMaxValue_8(); }
45
46   private native int GetMaximumNumberOfPoints_9();
47   public int GetMaximumNumberOfPoints()
48     { return GetMaximumNumberOfPoints_9(); }
49
50   private native void SetOffset_10(int id0);
51   public void SetOffset(int id0)
52     { SetOffset_10(id0); }
53
54   private native int GetOffsetMinValue_11();
55   public int GetOffsetMinValue()
56     { return GetOffsetMinValue_11(); }
57
58   private native int GetOffsetMaxValue_12();
59   public int GetOffsetMaxValue()
60     { return GetOffsetMaxValue_12(); }
61
62   private native int GetOffset_13();
63   public int GetOffset()
64     { return GetOffset_13(); }
65
66   private native void SetRandomMode_14(int id0);
67   public void SetRandomMode(int id0)
68     { SetRandomMode_14(id0); }
69
70   private native int GetRandomMode_15();
71   public int GetRandomMode()
72     { return GetRandomMode_15(); }
73
74   private native void RandomModeOn_16();
75   public void RandomModeOn()
76     { RandomModeOn_16(); }
77
78   private native void RandomModeOff_17();
79   public void RandomModeOff()
80     { RandomModeOff_17(); }
81
82   private native void SetRandomModeType_18(int id0);
83   public void SetRandomModeType(int id0)
84     { SetRandomModeType_18(id0); }
85
86   private native int GetRandomModeTypeMinValue_19();
87   public int GetRandomModeTypeMinValue()
88     { return GetRandomModeTypeMinValue_19(); }
89
90   private native int GetRandomModeTypeMaxValue_20();
91   public int GetRandomModeTypeMaxValue()
92     { return GetRandomModeTypeMaxValue_20(); }
93
94   private native int GetRandomModeType_21();
95   public int GetRandomModeType()
96     { return GetRandomModeType_21(); }
97
98   private native void SetProportionalMaximumNumberOfPoints_22(int id0);
99   public void SetProportionalMaximumNumberOfPoints(int id0)
100     { SetProportionalMaximumNumberOfPoints_22(id0); }
101
102   private native int GetProportionalMaximumNumberOfPoints_23();
103   public int GetProportionalMaximumNumberOfPoints()
104     { return GetProportionalMaximumNumberOfPoints_23(); }
105
106   private native void ProportionalMaximumNumberOfPointsOn_24();
107   public void ProportionalMaximumNumberOfPointsOn()
108     { ProportionalMaximumNumberOfPointsOn_24(); }
109
110   private native void ProportionalMaximumNumberOfPointsOff_25();
111   public void ProportionalMaximumNumberOfPointsOff()
112     { ProportionalMaximumNumberOfPointsOff_25(); }
113
114   private native void SetGenerateVertices_26(int id0);
115   public void SetGenerateVertices(int id0)
116     { SetGenerateVertices_26(id0); }
117
118   private native int GetGenerateVertices_27();
119   public int GetGenerateVertices()
120     { return GetGenerateVertices_27(); }
121
122   private native void GenerateVerticesOn_28();
123   public void GenerateVerticesOn()
124     { GenerateVerticesOn_28(); }
125
126   private native void GenerateVerticesOff_29();
127   public void GenerateVerticesOff()
128     { GenerateVerticesOff_29(); }
129
130   private native void SetSingleVertexPerCell_30(int id0);
131   public void SetSingleVertexPerCell(int id0)
132     { SetSingleVertexPerCell_30(id0); }
133
134   private native int GetSingleVertexPerCell_31();
135   public int GetSingleVertexPerCell()
136     { return GetSingleVertexPerCell_31(); }
137
138   private native void SingleVertexPerCellOn_32();
139   public void SingleVertexPerCellOn()
140     { SingleVertexPerCellOn_32(); }
141
142   private native void SingleVertexPerCellOff_33();
143   public void SingleVertexPerCellOff()
144     { SingleVertexPerCellOff_33(); }
145
146   private native void SetOutputPointsPrecision_34(int id0);
147   public void SetOutputPointsPrecision(int id0)
148     { SetOutputPointsPrecision_34(id0); }
149
150   private native int GetOutputPointsPrecision_35();
151   public int GetOutputPointsPrecision()
152     { return GetOutputPointsPrecision_35(); }
153
154   public vtkMaskPoints() { super(); }
155
156   public vtkMaskPoints(long id) { super(id); }
157   public native long   VTKInit();
158
159 }