// java wrapper for vtkSuperquadricSource object // package vtk; import vtk.*; public class vtkSuperquadricSource 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 SetCenter_2(double id0,double id1,double id2); public void SetCenter(double id0,double id1,double id2) { SetCenter_2(id0,id1,id2); } private native void SetCenter_3(double id0[]); public void SetCenter(double id0[]) { SetCenter_3(id0); } private native double[] GetCenter_4(); public double[] GetCenter() { return GetCenter_4(); } private native void SetScale_5(double id0,double id1,double id2); public void SetScale(double id0,double id1,double id2) { SetScale_5(id0,id1,id2); } private native void SetScale_6(double id0[]); public void SetScale(double id0[]) { SetScale_6(id0); } private native double[] GetScale_7(); public double[] GetScale() { return GetScale_7(); } private native int GetThetaResolution_8(); public int GetThetaResolution() { return GetThetaResolution_8(); } private native void SetThetaResolution_9(int id0); public void SetThetaResolution(int id0) { SetThetaResolution_9(id0); } private native int GetPhiResolution_10(); public int GetPhiResolution() { return GetPhiResolution_10(); } private native void SetPhiResolution_11(int id0); public void SetPhiResolution(int id0) { SetPhiResolution_11(id0); } private native double GetThickness_12(); public double GetThickness() { return GetThickness_12(); } private native void SetThickness_13(double id0); public void SetThickness(double id0) { SetThickness_13(id0); } private native double GetThicknessMinValue_14(); public double GetThicknessMinValue() { return GetThicknessMinValue_14(); } private native double GetThicknessMaxValue_15(); public double GetThicknessMaxValue() { return GetThicknessMaxValue_15(); } private native double GetPhiRoundness_16(); public double GetPhiRoundness() { return GetPhiRoundness_16(); } private native void SetPhiRoundness_17(double id0); public void SetPhiRoundness(double id0) { SetPhiRoundness_17(id0); } private native double GetThetaRoundness_18(); public double GetThetaRoundness() { return GetThetaRoundness_18(); } private native void SetThetaRoundness_19(double id0); public void SetThetaRoundness(double id0) { SetThetaRoundness_19(id0); } private native void SetSize_20(double id0); public void SetSize(double id0) { SetSize_20(id0); } private native double GetSize_21(); public double GetSize() { return GetSize_21(); } private native void ToroidalOn_22(); public void ToroidalOn() { ToroidalOn_22(); } private native void ToroidalOff_23(); public void ToroidalOff() { ToroidalOff_23(); } private native int GetToroidal_24(); public int GetToroidal() { return GetToroidal_24(); } private native void SetToroidal_25(int id0); public void SetToroidal(int id0) { SetToroidal_25(id0); } public vtkSuperquadricSource() { super(); } public vtkSuperquadricSource(long id) { super(id); } public native long VTKInit(); }