]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTexturedSphereSource.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkTexturedSphereSource.java
1 // java wrapper for vtkTexturedSphereSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTexturedSphereSource extends vtkPolyDataAlgorithm
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 SetRadius_2(double id0);
19   public void SetRadius(double id0)
20     { SetRadius_2(id0); }
21
22   private native double GetRadiusMinValue_3();
23   public double GetRadiusMinValue()
24     { return GetRadiusMinValue_3(); }
25
26   private native double GetRadiusMaxValue_4();
27   public double GetRadiusMaxValue()
28     { return GetRadiusMaxValue_4(); }
29
30   private native double GetRadius_5();
31   public double GetRadius()
32     { return GetRadius_5(); }
33
34   private native void SetThetaResolution_6(int id0);
35   public void SetThetaResolution(int id0)
36     { SetThetaResolution_6(id0); }
37
38   private native int GetThetaResolutionMinValue_7();
39   public int GetThetaResolutionMinValue()
40     { return GetThetaResolutionMinValue_7(); }
41
42   private native int GetThetaResolutionMaxValue_8();
43   public int GetThetaResolutionMaxValue()
44     { return GetThetaResolutionMaxValue_8(); }
45
46   private native int GetThetaResolution_9();
47   public int GetThetaResolution()
48     { return GetThetaResolution_9(); }
49
50   private native void SetPhiResolution_10(int id0);
51   public void SetPhiResolution(int id0)
52     { SetPhiResolution_10(id0); }
53
54   private native int GetPhiResolutionMinValue_11();
55   public int GetPhiResolutionMinValue()
56     { return GetPhiResolutionMinValue_11(); }
57
58   private native int GetPhiResolutionMaxValue_12();
59   public int GetPhiResolutionMaxValue()
60     { return GetPhiResolutionMaxValue_12(); }
61
62   private native int GetPhiResolution_13();
63   public int GetPhiResolution()
64     { return GetPhiResolution_13(); }
65
66   private native void SetTheta_14(double id0);
67   public void SetTheta(double id0)
68     { SetTheta_14(id0); }
69
70   private native double GetThetaMinValue_15();
71   public double GetThetaMinValue()
72     { return GetThetaMinValue_15(); }
73
74   private native double GetThetaMaxValue_16();
75   public double GetThetaMaxValue()
76     { return GetThetaMaxValue_16(); }
77
78   private native double GetTheta_17();
79   public double GetTheta()
80     { return GetTheta_17(); }
81
82   private native void SetPhi_18(double id0);
83   public void SetPhi(double id0)
84     { SetPhi_18(id0); }
85
86   private native double GetPhiMinValue_19();
87   public double GetPhiMinValue()
88     { return GetPhiMinValue_19(); }
89
90   private native double GetPhiMaxValue_20();
91   public double GetPhiMaxValue()
92     { return GetPhiMaxValue_20(); }
93
94   private native double GetPhi_21();
95   public double GetPhi()
96     { return GetPhi_21(); }
97
98   private native void SetOutputPointsPrecision_22(int id0);
99   public void SetOutputPointsPrecision(int id0)
100     { SetOutputPointsPrecision_22(id0); }
101
102   private native int GetOutputPointsPrecision_23();
103   public int GetOutputPointsPrecision()
104     { return GetOutputPointsPrecision_23(); }
105
106   public vtkTexturedSphereSource() { super(); }
107
108   public vtkTexturedSphereSource(long id) { super(id); }
109   public native long   VTKInit();
110
111 }