// java wrapper for vtkTextureMapToSphere object // package vtk; import vtk.*; public class vtkTextureMapToSphere extends vtkDataSetAlgorithm { 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 void SetAutomaticSphereGeneration_5(int id0); public void SetAutomaticSphereGeneration(int id0) { SetAutomaticSphereGeneration_5(id0); } private native int GetAutomaticSphereGeneration_6(); public int GetAutomaticSphereGeneration() { return GetAutomaticSphereGeneration_6(); } private native void AutomaticSphereGenerationOn_7(); public void AutomaticSphereGenerationOn() { AutomaticSphereGenerationOn_7(); } private native void AutomaticSphereGenerationOff_8(); public void AutomaticSphereGenerationOff() { AutomaticSphereGenerationOff_8(); } private native void SetPreventSeam_9(int id0); public void SetPreventSeam(int id0) { SetPreventSeam_9(id0); } private native int GetPreventSeam_10(); public int GetPreventSeam() { return GetPreventSeam_10(); } private native void PreventSeamOn_11(); public void PreventSeamOn() { PreventSeamOn_11(); } private native void PreventSeamOff_12(); public void PreventSeamOff() { PreventSeamOff_12(); } public vtkTextureMapToSphere() { super(); } public vtkTextureMapToSphere(long id) { super(id); } public native long VTKInit(); }