// java wrapper for vtkRotationalExtrusionFilter object // package vtk; import vtk.*; public class vtkRotationalExtrusionFilter 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 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 SetCapping_6(int id0); public void SetCapping(int id0) { SetCapping_6(id0); } private native int GetCapping_7(); public int GetCapping() { return GetCapping_7(); } private native void CappingOn_8(); public void CappingOn() { CappingOn_8(); } private native void CappingOff_9(); public void CappingOff() { CappingOff_9(); } private native void SetAngle_10(double id0); public void SetAngle(double id0) { SetAngle_10(id0); } private native double GetAngle_11(); public double GetAngle() { return GetAngle_11(); } private native void SetTranslation_12(double id0); public void SetTranslation(double id0) { SetTranslation_12(id0); } private native double GetTranslation_13(); public double GetTranslation() { return GetTranslation_13(); } private native void SetDeltaRadius_14(double id0); public void SetDeltaRadius(double id0) { SetDeltaRadius_14(id0); } private native double GetDeltaRadius_15(); public double GetDeltaRadius() { return GetDeltaRadius_15(); } public vtkRotationalExtrusionFilter() { super(); } public vtkRotationalExtrusionFilter(long id) { super(id); } public native long VTKInit(); }