// java wrapper for vtkTextureMapToCylinder object // package vtk; import vtk.*; public class vtkTextureMapToCylinder 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 SetPoint1_2(double id0,double id1,double id2); public void SetPoint1(double id0,double id1,double id2) { SetPoint1_2(id0,id1,id2); } private native void SetPoint1_3(double id0[]); public void SetPoint1(double id0[]) { SetPoint1_3(id0); } private native double[] GetPoint1_4(); public double[] GetPoint1() { return GetPoint1_4(); } private native void SetPoint2_5(double id0,double id1,double id2); public void SetPoint2(double id0,double id1,double id2) { SetPoint2_5(id0,id1,id2); } private native void SetPoint2_6(double id0[]); public void SetPoint2(double id0[]) { SetPoint2_6(id0); } private native double[] GetPoint2_7(); public double[] GetPoint2() { return GetPoint2_7(); } private native void SetAutomaticCylinderGeneration_8(int id0); public void SetAutomaticCylinderGeneration(int id0) { SetAutomaticCylinderGeneration_8(id0); } private native int GetAutomaticCylinderGeneration_9(); public int GetAutomaticCylinderGeneration() { return GetAutomaticCylinderGeneration_9(); } private native void AutomaticCylinderGenerationOn_10(); public void AutomaticCylinderGenerationOn() { AutomaticCylinderGenerationOn_10(); } private native void AutomaticCylinderGenerationOff_11(); public void AutomaticCylinderGenerationOff() { AutomaticCylinderGenerationOff_11(); } private native void SetPreventSeam_12(int id0); public void SetPreventSeam(int id0) { SetPreventSeam_12(id0); } private native int GetPreventSeam_13(); public int GetPreventSeam() { return GetPreventSeam_13(); } private native void PreventSeamOn_14(); public void PreventSeamOn() { PreventSeamOn_14(); } private native void PreventSeamOff_15(); public void PreventSeamOff() { PreventSeamOff_15(); } public vtkTextureMapToCylinder() { super(); } public vtkTextureMapToCylinder(long id) { super(id); } public native long VTKInit(); }