X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTextureMapToSphere.java;fp=vtk%2Fsrc%2Fvtk%2FvtkTextureMapToSphere.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=2d4a94a4f7eff12f72c6dccca46e363fdff81f4a;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTextureMapToSphere.java b/vtk/src/vtk/vtkTextureMapToSphere.java deleted file mode 100644 index 2d4a94a4..00000000 --- a/vtk/src/vtk/vtkTextureMapToSphere.java +++ /dev/null @@ -1,67 +0,0 @@ -// 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(); - -}