X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTextureMapToSphere.java;h=c1a9ee0d77c83859316a32d75e8096ceab32cb49;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=2d4a94a4f7eff12f72c6dccca46e363fdff81f4a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTextureMapToSphere.java b/vtk/src/vtk/vtkTextureMapToSphere.java index 2d4a94a4..c1a9ee0d 100644 --- a/vtk/src/vtk/vtkTextureMapToSphere.java +++ b/vtk/src/vtk/vtkTextureMapToSphere.java @@ -1,67 +1,67 @@ -// java wrapper for vtkTextureMapToSphere object -// - -package vtk; -import vtk.*; - -public class vtkTextureMapToSphere 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 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(); - -} +// 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(); + +}