// java wrapper for vtkVolumeOfRevolutionFilter object // package vtk; import vtk.*; public class vtkVolumeOfRevolutionFilter extends vtkUnstructuredGridAlgorithm { 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 SetResolution_2(int id0); public void SetResolution(int id0) { SetResolution_2(id0); } private native int GetResolutionMinValue_3(); public int GetResolutionMinValue() { return GetResolutionMinValue_3(); } private native int GetResolutionMaxValue_4(); public int GetResolutionMaxValue() { return GetResolutionMaxValue_4(); } private native int GetResolution_5(); public int GetResolution() { return GetResolution_5(); } private native void SetSweepAngle_6(double id0); public void SetSweepAngle(double id0) { SetSweepAngle_6(id0); } private native double GetSweepAngleMinValue_7(); public double GetSweepAngleMinValue() { return GetSweepAngleMinValue_7(); } private native double GetSweepAngleMaxValue_8(); public double GetSweepAngleMaxValue() { return GetSweepAngleMaxValue_8(); } private native double GetSweepAngle_9(); public double GetSweepAngle() { return GetSweepAngle_9(); } private native void SetAxisPosition_10(double id0,double id1,double id2); public void SetAxisPosition(double id0,double id1,double id2) { SetAxisPosition_10(id0,id1,id2); } private native void SetAxisPosition_11(double id0[]); public void SetAxisPosition(double id0[]) { SetAxisPosition_11(id0); } private native double[] GetAxisPosition_12(); public double[] GetAxisPosition() { return GetAxisPosition_12(); } private native void SetAxisDirection_13(double id0,double id1,double id2); public void SetAxisDirection(double id0,double id1,double id2) { SetAxisDirection_13(id0,id1,id2); } private native void SetAxisDirection_14(double id0[]); public void SetAxisDirection(double id0[]) { SetAxisDirection_14(id0); } private native double[] GetAxisDirection_15(); public double[] GetAxisDirection() { return GetAxisDirection_15(); } private native void SetOutputPointsPrecision_16(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_16(id0); } private native int GetOutputPointsPrecisionMinValue_17(); public int GetOutputPointsPrecisionMinValue() { return GetOutputPointsPrecisionMinValue_17(); } private native int GetOutputPointsPrecisionMaxValue_18(); public int GetOutputPointsPrecisionMaxValue() { return GetOutputPointsPrecisionMaxValue_18(); } private native int GetOutputPointsPrecision_19(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_19(); } public vtkVolumeOfRevolutionFilter() { super(); } public vtkVolumeOfRevolutionFilter(long id) { super(id); } public native long VTKInit(); }