1 // java wrapper for vtkMaskPoints object
7 public class vtkMaskPoints extends vtkPolyDataAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetOnRatio_2(int id0);
19 public void SetOnRatio(int id0)
20 { SetOnRatio_2(id0); }
22 private native int GetOnRatioMinValue_3();
23 public int GetOnRatioMinValue()
24 { return GetOnRatioMinValue_3(); }
26 private native int GetOnRatioMaxValue_4();
27 public int GetOnRatioMaxValue()
28 { return GetOnRatioMaxValue_4(); }
30 private native int GetOnRatio_5();
31 public int GetOnRatio()
32 { return GetOnRatio_5(); }
34 private native void SetMaximumNumberOfPoints_6(int id0);
35 public void SetMaximumNumberOfPoints(int id0)
36 { SetMaximumNumberOfPoints_6(id0); }
38 private native int GetMaximumNumberOfPointsMinValue_7();
39 public int GetMaximumNumberOfPointsMinValue()
40 { return GetMaximumNumberOfPointsMinValue_7(); }
42 private native int GetMaximumNumberOfPointsMaxValue_8();
43 public int GetMaximumNumberOfPointsMaxValue()
44 { return GetMaximumNumberOfPointsMaxValue_8(); }
46 private native int GetMaximumNumberOfPoints_9();
47 public int GetMaximumNumberOfPoints()
48 { return GetMaximumNumberOfPoints_9(); }
50 private native void SetOffset_10(int id0);
51 public void SetOffset(int id0)
52 { SetOffset_10(id0); }
54 private native int GetOffsetMinValue_11();
55 public int GetOffsetMinValue()
56 { return GetOffsetMinValue_11(); }
58 private native int GetOffsetMaxValue_12();
59 public int GetOffsetMaxValue()
60 { return GetOffsetMaxValue_12(); }
62 private native int GetOffset_13();
63 public int GetOffset()
64 { return GetOffset_13(); }
66 private native void SetRandomMode_14(int id0);
67 public void SetRandomMode(int id0)
68 { SetRandomMode_14(id0); }
70 private native int GetRandomMode_15();
71 public int GetRandomMode()
72 { return GetRandomMode_15(); }
74 private native void RandomModeOn_16();
75 public void RandomModeOn()
76 { RandomModeOn_16(); }
78 private native void RandomModeOff_17();
79 public void RandomModeOff()
80 { RandomModeOff_17(); }
82 private native void SetRandomModeType_18(int id0);
83 public void SetRandomModeType(int id0)
84 { SetRandomModeType_18(id0); }
86 private native int GetRandomModeTypeMinValue_19();
87 public int GetRandomModeTypeMinValue()
88 { return GetRandomModeTypeMinValue_19(); }
90 private native int GetRandomModeTypeMaxValue_20();
91 public int GetRandomModeTypeMaxValue()
92 { return GetRandomModeTypeMaxValue_20(); }
94 private native int GetRandomModeType_21();
95 public int GetRandomModeType()
96 { return GetRandomModeType_21(); }
98 private native void SetProportionalMaximumNumberOfPoints_22(int id0);
99 public void SetProportionalMaximumNumberOfPoints(int id0)
100 { SetProportionalMaximumNumberOfPoints_22(id0); }
102 private native int GetProportionalMaximumNumberOfPoints_23();
103 public int GetProportionalMaximumNumberOfPoints()
104 { return GetProportionalMaximumNumberOfPoints_23(); }
106 private native void ProportionalMaximumNumberOfPointsOn_24();
107 public void ProportionalMaximumNumberOfPointsOn()
108 { ProportionalMaximumNumberOfPointsOn_24(); }
110 private native void ProportionalMaximumNumberOfPointsOff_25();
111 public void ProportionalMaximumNumberOfPointsOff()
112 { ProportionalMaximumNumberOfPointsOff_25(); }
114 private native void SetGenerateVertices_26(int id0);
115 public void SetGenerateVertices(int id0)
116 { SetGenerateVertices_26(id0); }
118 private native int GetGenerateVertices_27();
119 public int GetGenerateVertices()
120 { return GetGenerateVertices_27(); }
122 private native void GenerateVerticesOn_28();
123 public void GenerateVerticesOn()
124 { GenerateVerticesOn_28(); }
126 private native void GenerateVerticesOff_29();
127 public void GenerateVerticesOff()
128 { GenerateVerticesOff_29(); }
130 private native void SetSingleVertexPerCell_30(int id0);
131 public void SetSingleVertexPerCell(int id0)
132 { SetSingleVertexPerCell_30(id0); }
134 private native int GetSingleVertexPerCell_31();
135 public int GetSingleVertexPerCell()
136 { return GetSingleVertexPerCell_31(); }
138 private native void SingleVertexPerCellOn_32();
139 public void SingleVertexPerCellOn()
140 { SingleVertexPerCellOn_32(); }
142 private native void SingleVertexPerCellOff_33();
143 public void SingleVertexPerCellOff()
144 { SingleVertexPerCellOff_33(); }
146 private native void SetOutputPointsPrecision_34(int id0);
147 public void SetOutputPointsPrecision(int id0)
148 { SetOutputPointsPrecision_34(id0); }
150 private native int GetOutputPointsPrecision_35();
151 public int GetOutputPointsPrecision()
152 { return GetOutputPointsPrecision_35(); }
154 public vtkMaskPoints() { super(); }
156 public vtkMaskPoints(long id) { super(id); }
157 public native long VTKInit();