// java wrapper for vtkArcSource object // package vtk; import vtk.*; public class vtkArcSource extends vtkPolyDataAlgorithm { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } 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 SetResolution_11(int id0); public void SetResolution(int id0) { SetResolution_11(id0); } private native int GetResolutionMinValue_12(); public int GetResolutionMinValue() { return GetResolutionMinValue_12(); } private native int GetResolutionMaxValue_13(); public int GetResolutionMaxValue() { return GetResolutionMaxValue_13(); } private native int GetResolution_14(); public int GetResolution() { return GetResolution_14(); } private native void SetNegative_15(boolean id0); public void SetNegative(boolean id0) { SetNegative_15(id0); } private native boolean GetNegative_16(); public boolean GetNegative() { return GetNegative_16(); } private native void NegativeOn_17(); public void NegativeOn() { NegativeOn_17(); } private native void NegativeOff_18(); public void NegativeOff() { NegativeOff_18(); } public vtkArcSource() { super(); } public vtkArcSource(long id) { super(id); } public native long VTKInit(); }