// java wrapper for vtkMaskPoints object // package vtk; import vtk.*; public class vtkMaskPoints extends vtkPolyDataAlgorithm { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetOnRatio_2(int id0); public void SetOnRatio(int id0) { SetOnRatio_2(id0); } private native int GetOnRatioMinValue_3(); public int GetOnRatioMinValue() { return GetOnRatioMinValue_3(); } private native int GetOnRatioMaxValue_4(); public int GetOnRatioMaxValue() { return GetOnRatioMaxValue_4(); } private native int GetOnRatio_5(); public int GetOnRatio() { return GetOnRatio_5(); } private native void SetMaximumNumberOfPoints_6(int id0); public void SetMaximumNumberOfPoints(int id0) { SetMaximumNumberOfPoints_6(id0); } private native int GetMaximumNumberOfPointsMinValue_7(); public int GetMaximumNumberOfPointsMinValue() { return GetMaximumNumberOfPointsMinValue_7(); } private native int GetMaximumNumberOfPointsMaxValue_8(); public int GetMaximumNumberOfPointsMaxValue() { return GetMaximumNumberOfPointsMaxValue_8(); } private native int GetMaximumNumberOfPoints_9(); public int GetMaximumNumberOfPoints() { return GetMaximumNumberOfPoints_9(); } private native void SetOffset_10(int id0); public void SetOffset(int id0) { SetOffset_10(id0); } private native int GetOffsetMinValue_11(); public int GetOffsetMinValue() { return GetOffsetMinValue_11(); } private native int GetOffsetMaxValue_12(); public int GetOffsetMaxValue() { return GetOffsetMaxValue_12(); } private native int GetOffset_13(); public int GetOffset() { return GetOffset_13(); } private native void SetRandomMode_14(int id0); public void SetRandomMode(int id0) { SetRandomMode_14(id0); } private native int GetRandomMode_15(); public int GetRandomMode() { return GetRandomMode_15(); } private native void RandomModeOn_16(); public void RandomModeOn() { RandomModeOn_16(); } private native void RandomModeOff_17(); public void RandomModeOff() { RandomModeOff_17(); } private native void SetRandomModeType_18(int id0); public void SetRandomModeType(int id0) { SetRandomModeType_18(id0); } private native int GetRandomModeTypeMinValue_19(); public int GetRandomModeTypeMinValue() { return GetRandomModeTypeMinValue_19(); } private native int GetRandomModeTypeMaxValue_20(); public int GetRandomModeTypeMaxValue() { return GetRandomModeTypeMaxValue_20(); } private native int GetRandomModeType_21(); public int GetRandomModeType() { return GetRandomModeType_21(); } private native void SetProportionalMaximumNumberOfPoints_22(int id0); public void SetProportionalMaximumNumberOfPoints(int id0) { SetProportionalMaximumNumberOfPoints_22(id0); } private native int GetProportionalMaximumNumberOfPoints_23(); public int GetProportionalMaximumNumberOfPoints() { return GetProportionalMaximumNumberOfPoints_23(); } private native void ProportionalMaximumNumberOfPointsOn_24(); public void ProportionalMaximumNumberOfPointsOn() { ProportionalMaximumNumberOfPointsOn_24(); } private native void ProportionalMaximumNumberOfPointsOff_25(); public void ProportionalMaximumNumberOfPointsOff() { ProportionalMaximumNumberOfPointsOff_25(); } private native void SetGenerateVertices_26(int id0); public void SetGenerateVertices(int id0) { SetGenerateVertices_26(id0); } private native int GetGenerateVertices_27(); public int GetGenerateVertices() { return GetGenerateVertices_27(); } private native void GenerateVerticesOn_28(); public void GenerateVerticesOn() { GenerateVerticesOn_28(); } private native void GenerateVerticesOff_29(); public void GenerateVerticesOff() { GenerateVerticesOff_29(); } private native void SetSingleVertexPerCell_30(int id0); public void SetSingleVertexPerCell(int id0) { SetSingleVertexPerCell_30(id0); } private native int GetSingleVertexPerCell_31(); public int GetSingleVertexPerCell() { return GetSingleVertexPerCell_31(); } private native void SingleVertexPerCellOn_32(); public void SingleVertexPerCellOn() { SingleVertexPerCellOn_32(); } private native void SingleVertexPerCellOff_33(); public void SingleVertexPerCellOff() { SingleVertexPerCellOff_33(); } private native void SetOutputPointsPrecision_34(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_34(id0); } private native int GetOutputPointsPrecision_35(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_35(); } public vtkMaskPoints() { super(); } public vtkMaskPoints(long id) { super(id); } public native long VTKInit(); }