// java wrapper for vtkProjectSphereFilter object // package vtk; import vtk.*; public class vtkProjectSphereFilter extends vtkPointSetAlgorithm { 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 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 boolean GetKeepPolePoints_5(); public boolean GetKeepPolePoints() { return GetKeepPolePoints_5(); } private native void SetKeepPolePoints_6(boolean id0); public void SetKeepPolePoints(boolean id0) { SetKeepPolePoints_6(id0); } private native void KeepPolePointsOn_7(); public void KeepPolePointsOn() { KeepPolePointsOn_7(); } private native void KeepPolePointsOff_8(); public void KeepPolePointsOff() { KeepPolePointsOff_8(); } private native boolean GetTranslateZ_9(); public boolean GetTranslateZ() { return GetTranslateZ_9(); } private native void SetTranslateZ_10(boolean id0); public void SetTranslateZ(boolean id0) { SetTranslateZ_10(id0); } private native void TranslateZOn_11(); public void TranslateZOn() { TranslateZOn_11(); } private native void TranslateZOff_12(); public void TranslateZOff() { TranslateZOff_12(); } public vtkProjectSphereFilter() { super(); } public vtkProjectSphereFilter(long id) { super(id); } public native long VTKInit(); }