// java wrapper for vtkArcSource object // package vtk; import vtk.*; public class vtkArcSource 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 SetPoint1_2(double id0,double id1,double id2); public void SetPoint1(double id0,double id1,double id2) { SetPoint1_2(id0,id1,id2); } private native void SetPoint1_3(double id0[]); public void SetPoint1(double id0[]) { SetPoint1_3(id0); } private native double[] GetPoint1_4(); public double[] GetPoint1() { return GetPoint1_4(); } private native void SetPoint2_5(double id0,double id1,double id2); public void SetPoint2(double id0,double id1,double id2) { SetPoint2_5(id0,id1,id2); } private native void SetPoint2_6(double id0[]); public void SetPoint2(double id0[]) { SetPoint2_6(id0); } private native double[] GetPoint2_7(); public double[] GetPoint2() { return GetPoint2_7(); } private native void SetCenter_8(double id0,double id1,double id2); public void SetCenter(double id0,double id1,double id2) { SetCenter_8(id0,id1,id2); } private native void SetCenter_9(double id0[]); public void SetCenter(double id0[]) { SetCenter_9(id0); } private native double[] GetCenter_10(); public double[] GetCenter() { return GetCenter_10(); } private native void SetNormal_11(double id0,double id1,double id2); public void SetNormal(double id0,double id1,double id2) { SetNormal_11(id0,id1,id2); } private native void SetNormal_12(double id0[]); public void SetNormal(double id0[]) { SetNormal_12(id0); } private native double[] GetNormal_13(); public double[] GetNormal() { return GetNormal_13(); } private native void SetPolarVector_14(double id0,double id1,double id2); public void SetPolarVector(double id0,double id1,double id2) { SetPolarVector_14(id0,id1,id2); } private native void SetPolarVector_15(double id0[]); public void SetPolarVector(double id0[]) { SetPolarVector_15(id0); } private native double[] GetPolarVector_16(); public double[] GetPolarVector() { return GetPolarVector_16(); } private native void SetAngle_17(double id0); public void SetAngle(double id0) { SetAngle_17(id0); } private native double GetAngleMinValue_18(); public double GetAngleMinValue() { return GetAngleMinValue_18(); } private native double GetAngleMaxValue_19(); public double GetAngleMaxValue() { return GetAngleMaxValue_19(); } private native double GetAngle_20(); public double GetAngle() { return GetAngle_20(); } private native void SetResolution_21(int id0); public void SetResolution(int id0) { SetResolution_21(id0); } private native int GetResolutionMinValue_22(); public int GetResolutionMinValue() { return GetResolutionMinValue_22(); } private native int GetResolutionMaxValue_23(); public int GetResolutionMaxValue() { return GetResolutionMaxValue_23(); } private native int GetResolution_24(); public int GetResolution() { return GetResolution_24(); } private native void SetNegative_25(boolean id0); public void SetNegative(boolean id0) { SetNegative_25(id0); } private native boolean GetNegative_26(); public boolean GetNegative() { return GetNegative_26(); } private native void NegativeOn_27(); public void NegativeOn() { NegativeOn_27(); } private native void NegativeOff_28(); public void NegativeOff() { NegativeOff_28(); } private native void SetUseNormalAndAngle_29(boolean id0); public void SetUseNormalAndAngle(boolean id0) { SetUseNormalAndAngle_29(id0); } private native boolean GetUseNormalAndAngle_30(); public boolean GetUseNormalAndAngle() { return GetUseNormalAndAngle_30(); } private native void UseNormalAndAngleOn_31(); public void UseNormalAndAngleOn() { UseNormalAndAngleOn_31(); } private native void UseNormalAndAngleOff_32(); public void UseNormalAndAngleOff() { UseNormalAndAngleOff_32(); } private native void SetOutputPointsPrecision_33(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_33(id0); } private native int GetOutputPointsPrecision_34(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_34(); } public vtkArcSource() { super(); } public vtkArcSource(long id) { super(id); } public native long VTKInit(); }