// java wrapper for vtkSphereSource object // package vtk; import vtk.*; public class vtkSphereSource 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 SetRadius_2(double id0); public void SetRadius(double id0) { SetRadius_2(id0); } private native double GetRadiusMinValue_3(); public double GetRadiusMinValue() { return GetRadiusMinValue_3(); } private native double GetRadiusMaxValue_4(); public double GetRadiusMaxValue() { return GetRadiusMaxValue_4(); } private native double GetRadius_5(); public double GetRadius() { return GetRadius_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 SetThetaResolution_9(int id0); public void SetThetaResolution(int id0) { SetThetaResolution_9(id0); } private native int GetThetaResolutionMinValue_10(); public int GetThetaResolutionMinValue() { return GetThetaResolutionMinValue_10(); } private native int GetThetaResolutionMaxValue_11(); public int GetThetaResolutionMaxValue() { return GetThetaResolutionMaxValue_11(); } private native int GetThetaResolution_12(); public int GetThetaResolution() { return GetThetaResolution_12(); } private native void SetPhiResolution_13(int id0); public void SetPhiResolution(int id0) { SetPhiResolution_13(id0); } private native int GetPhiResolutionMinValue_14(); public int GetPhiResolutionMinValue() { return GetPhiResolutionMinValue_14(); } private native int GetPhiResolutionMaxValue_15(); public int GetPhiResolutionMaxValue() { return GetPhiResolutionMaxValue_15(); } private native int GetPhiResolution_16(); public int GetPhiResolution() { return GetPhiResolution_16(); } private native void SetStartTheta_17(double id0); public void SetStartTheta(double id0) { SetStartTheta_17(id0); } private native double GetStartThetaMinValue_18(); public double GetStartThetaMinValue() { return GetStartThetaMinValue_18(); } private native double GetStartThetaMaxValue_19(); public double GetStartThetaMaxValue() { return GetStartThetaMaxValue_19(); } private native double GetStartTheta_20(); public double GetStartTheta() { return GetStartTheta_20(); } private native void SetEndTheta_21(double id0); public void SetEndTheta(double id0) { SetEndTheta_21(id0); } private native double GetEndThetaMinValue_22(); public double GetEndThetaMinValue() { return GetEndThetaMinValue_22(); } private native double GetEndThetaMaxValue_23(); public double GetEndThetaMaxValue() { return GetEndThetaMaxValue_23(); } private native double GetEndTheta_24(); public double GetEndTheta() { return GetEndTheta_24(); } private native void SetStartPhi_25(double id0); public void SetStartPhi(double id0) { SetStartPhi_25(id0); } private native double GetStartPhiMinValue_26(); public double GetStartPhiMinValue() { return GetStartPhiMinValue_26(); } private native double GetStartPhiMaxValue_27(); public double GetStartPhiMaxValue() { return GetStartPhiMaxValue_27(); } private native double GetStartPhi_28(); public double GetStartPhi() { return GetStartPhi_28(); } private native void SetEndPhi_29(double id0); public void SetEndPhi(double id0) { SetEndPhi_29(id0); } private native double GetEndPhiMinValue_30(); public double GetEndPhiMinValue() { return GetEndPhiMinValue_30(); } private native double GetEndPhiMaxValue_31(); public double GetEndPhiMaxValue() { return GetEndPhiMaxValue_31(); } private native double GetEndPhi_32(); public double GetEndPhi() { return GetEndPhi_32(); } private native void SetLatLongTessellation_33(int id0); public void SetLatLongTessellation(int id0) { SetLatLongTessellation_33(id0); } private native int GetLatLongTessellation_34(); public int GetLatLongTessellation() { return GetLatLongTessellation_34(); } private native void LatLongTessellationOn_35(); public void LatLongTessellationOn() { LatLongTessellationOn_35(); } private native void LatLongTessellationOff_36(); public void LatLongTessellationOff() { LatLongTessellationOff_36(); } private native void SetOutputPointsPrecision_37(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_37(id0); } private native int GetOutputPointsPrecision_38(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_38(); } public vtkSphereSource() { super(); } public vtkSphereSource(long id) { super(id); } public native long VTKInit(); }