// java wrapper for vtkBoundedPointSource object // package vtk; import vtk.*; public class vtkBoundedPointSource 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 SetNumberOfPoints_2(int id0); public void SetNumberOfPoints(int id0) { SetNumberOfPoints_2(id0); } private native int GetNumberOfPointsMinValue_3(); public int GetNumberOfPointsMinValue() { return GetNumberOfPointsMinValue_3(); } private native int GetNumberOfPointsMaxValue_4(); public int GetNumberOfPointsMaxValue() { return GetNumberOfPointsMaxValue_4(); } private native int GetNumberOfPoints_5(); public int GetNumberOfPoints() { return GetNumberOfPoints_5(); } private native void SetBounds_6(double id0,double id1,double id2,double id3,double id4,double id5); public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5) { SetBounds_6(id0,id1,id2,id3,id4,id5); } private native void SetBounds_7(double id0[]); public void SetBounds(double id0[]) { SetBounds_7(id0); } private native double[] GetBounds_8(); public double[] GetBounds() { return GetBounds_8(); } private native void SetOutputPointsPrecision_9(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_9(id0); } private native int GetOutputPointsPrecision_10(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_10(); } private native void SetProduceCellOutput_11(boolean id0); public void SetProduceCellOutput(boolean id0) { SetProduceCellOutput_11(id0); } private native boolean GetProduceCellOutput_12(); public boolean GetProduceCellOutput() { return GetProduceCellOutput_12(); } private native void ProduceCellOutputOn_13(); public void ProduceCellOutputOn() { ProduceCellOutputOn_13(); } private native void ProduceCellOutputOff_14(); public void ProduceCellOutputOff() { ProduceCellOutputOff_14(); } private native void SetProduceRandomScalars_15(boolean id0); public void SetProduceRandomScalars(boolean id0) { SetProduceRandomScalars_15(id0); } private native boolean GetProduceRandomScalars_16(); public boolean GetProduceRandomScalars() { return GetProduceRandomScalars_16(); } private native void ProduceRandomScalarsOn_17(); public void ProduceRandomScalarsOn() { ProduceRandomScalarsOn_17(); } private native void ProduceRandomScalarsOff_18(); public void ProduceRandomScalarsOff() { ProduceRandomScalarsOff_18(); } private native void SetScalarRange_19(double id0,double id1); public void SetScalarRange(double id0,double id1) { SetScalarRange_19(id0,id1); } private native void SetScalarRange_20(double id0[]); public void SetScalarRange(double id0[]) { SetScalarRange_20(id0); } private native double[] GetScalarRange_21(); public double[] GetScalarRange() { return GetScalarRange_21(); } public vtkBoundedPointSource() { super(); } public vtkBoundedPointSource(long id) { super(id); } public native long VTKInit(); }