// java wrapper for vtkPointSource object // package vtk; import vtk.*; public class vtkPointSource 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 SetCenter_6(double id0,double id1,double id2); public void SetCenter(double id0,double id1,double id2) { SetCenter_6(id0,id1,id2); } private native void SetCenter_7(double id0[]); public void SetCenter(double id0[]) { SetCenter_7(id0); } private native double[] GetCenter_8(); public double[] GetCenter() { return GetCenter_8(); } private native void SetRadius_9(double id0); public void SetRadius(double id0) { SetRadius_9(id0); } private native double GetRadiusMinValue_10(); public double GetRadiusMinValue() { return GetRadiusMinValue_10(); } private native double GetRadiusMaxValue_11(); public double GetRadiusMaxValue() { return GetRadiusMaxValue_11(); } private native double GetRadius_12(); public double GetRadius() { return GetRadius_12(); } private native void SetDistribution_13(int id0); public void SetDistribution(int id0) { SetDistribution_13(id0); } private native void SetDistributionToUniform_14(); public void SetDistributionToUniform() { SetDistributionToUniform_14(); } private native void SetDistributionToShell_15(); public void SetDistributionToShell() { SetDistributionToShell_15(); } private native int GetDistribution_16(); public int GetDistribution() { return GetDistribution_16(); } private native void SetOutputPointsPrecision_17(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_17(id0); } private native int GetOutputPointsPrecision_18(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_18(); } private native void SetRandomSequence_19(vtkRandomSequence id0); public void SetRandomSequence(vtkRandomSequence id0) { SetRandomSequence_19(id0); } private native long GetRandomSequence_20(); public vtkRandomSequence GetRandomSequence() { long temp = GetRandomSequence_20(); if (temp == 0) return null; return (vtkRandomSequence)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkPointSource() { super(); } public vtkPointSource(long id) { super(id); } public native long VTKInit(); }