]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTextureMapToSphere.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTextureMapToSphere.java
1 // java wrapper for vtkTextureMapToSphere object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTextureMapToSphere extends vtkDataSetAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetCenter_2(double id0,double id1,double id2);
19   public void SetCenter(double id0,double id1,double id2)
20     { SetCenter_2(id0,id1,id2); }
21
22   private native void SetCenter_3(double id0[]);
23   public void SetCenter(double id0[])
24     { SetCenter_3(id0); }
25
26   private native double[] GetCenter_4();
27   public double[] GetCenter()
28     { return GetCenter_4(); }
29
30   private native void SetAutomaticSphereGeneration_5(int id0);
31   public void SetAutomaticSphereGeneration(int id0)
32     { SetAutomaticSphereGeneration_5(id0); }
33
34   private native int GetAutomaticSphereGeneration_6();
35   public int GetAutomaticSphereGeneration()
36     { return GetAutomaticSphereGeneration_6(); }
37
38   private native void AutomaticSphereGenerationOn_7();
39   public void AutomaticSphereGenerationOn()
40     { AutomaticSphereGenerationOn_7(); }
41
42   private native void AutomaticSphereGenerationOff_8();
43   public void AutomaticSphereGenerationOff()
44     { AutomaticSphereGenerationOff_8(); }
45
46   private native void SetPreventSeam_9(int id0);
47   public void SetPreventSeam(int id0)
48     { SetPreventSeam_9(id0); }
49
50   private native int GetPreventSeam_10();
51   public int GetPreventSeam()
52     { return GetPreventSeam_10(); }
53
54   private native void PreventSeamOn_11();
55   public void PreventSeamOn()
56     { PreventSeamOn_11(); }
57
58   private native void PreventSeamOff_12();
59   public void PreventSeamOff()
60     { PreventSeamOff_12(); }
61
62   public vtkTextureMapToSphere() { super(); }
63
64   public vtkTextureMapToSphere(long id) { super(id); }
65   public native long   VTKInit();
66
67 }