X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTextureMapToCylinder.java;h=bac3a1fe536dae1bd8f2fdbcf3ef3f51411c2a83;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=7969b2dac5d6427f773788af29aaa18228301052;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTextureMapToCylinder.java b/vtk/src/vtk/vtkTextureMapToCylinder.java index 7969b2da..bac3a1fe 100644 --- a/vtk/src/vtk/vtkTextureMapToCylinder.java +++ b/vtk/src/vtk/vtkTextureMapToCylinder.java @@ -1,79 +1,79 @@ -// java wrapper for vtkTextureMapToCylinder object -// - -package vtk; -import vtk.*; - -public class vtkTextureMapToCylinder extends vtkDataSetAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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(); - -} +// 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(); + +}