]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSphereSource.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSphereSource.java
1 // java wrapper for vtkSphereSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSphereSource 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 SetCenter_6(double id0,double id1,double id2);
35   public void SetCenter(double id0,double id1,double id2)
36     { SetCenter_6(id0,id1,id2); }
37
38   private native void SetCenter_7(double id0[]);
39   public void SetCenter(double id0[])
40     { SetCenter_7(id0); }
41
42   private native double[] GetCenter_8();
43   public double[] GetCenter()
44     { return GetCenter_8(); }
45
46   private native void SetThetaResolution_9(int id0);
47   public void SetThetaResolution(int id0)
48     { SetThetaResolution_9(id0); }
49
50   private native int GetThetaResolutionMinValue_10();
51   public int GetThetaResolutionMinValue()
52     { return GetThetaResolutionMinValue_10(); }
53
54   private native int GetThetaResolutionMaxValue_11();
55   public int GetThetaResolutionMaxValue()
56     { return GetThetaResolutionMaxValue_11(); }
57
58   private native int GetThetaResolution_12();
59   public int GetThetaResolution()
60     { return GetThetaResolution_12(); }
61
62   private native void SetPhiResolution_13(int id0);
63   public void SetPhiResolution(int id0)
64     { SetPhiResolution_13(id0); }
65
66   private native int GetPhiResolutionMinValue_14();
67   public int GetPhiResolutionMinValue()
68     { return GetPhiResolutionMinValue_14(); }
69
70   private native int GetPhiResolutionMaxValue_15();
71   public int GetPhiResolutionMaxValue()
72     { return GetPhiResolutionMaxValue_15(); }
73
74   private native int GetPhiResolution_16();
75   public int GetPhiResolution()
76     { return GetPhiResolution_16(); }
77
78   private native void SetStartTheta_17(double id0);
79   public void SetStartTheta(double id0)
80     { SetStartTheta_17(id0); }
81
82   private native double GetStartThetaMinValue_18();
83   public double GetStartThetaMinValue()
84     { return GetStartThetaMinValue_18(); }
85
86   private native double GetStartThetaMaxValue_19();
87   public double GetStartThetaMaxValue()
88     { return GetStartThetaMaxValue_19(); }
89
90   private native double GetStartTheta_20();
91   public double GetStartTheta()
92     { return GetStartTheta_20(); }
93
94   private native void SetEndTheta_21(double id0);
95   public void SetEndTheta(double id0)
96     { SetEndTheta_21(id0); }
97
98   private native double GetEndThetaMinValue_22();
99   public double GetEndThetaMinValue()
100     { return GetEndThetaMinValue_22(); }
101
102   private native double GetEndThetaMaxValue_23();
103   public double GetEndThetaMaxValue()
104     { return GetEndThetaMaxValue_23(); }
105
106   private native double GetEndTheta_24();
107   public double GetEndTheta()
108     { return GetEndTheta_24(); }
109
110   private native void SetStartPhi_25(double id0);
111   public void SetStartPhi(double id0)
112     { SetStartPhi_25(id0); }
113
114   private native double GetStartPhiMinValue_26();
115   public double GetStartPhiMinValue()
116     { return GetStartPhiMinValue_26(); }
117
118   private native double GetStartPhiMaxValue_27();
119   public double GetStartPhiMaxValue()
120     { return GetStartPhiMaxValue_27(); }
121
122   private native double GetStartPhi_28();
123   public double GetStartPhi()
124     { return GetStartPhi_28(); }
125
126   private native void SetEndPhi_29(double id0);
127   public void SetEndPhi(double id0)
128     { SetEndPhi_29(id0); }
129
130   private native double GetEndPhiMinValue_30();
131   public double GetEndPhiMinValue()
132     { return GetEndPhiMinValue_30(); }
133
134   private native double GetEndPhiMaxValue_31();
135   public double GetEndPhiMaxValue()
136     { return GetEndPhiMaxValue_31(); }
137
138   private native double GetEndPhi_32();
139   public double GetEndPhi()
140     { return GetEndPhi_32(); }
141
142   private native void SetLatLongTessellation_33(int id0);
143   public void SetLatLongTessellation(int id0)
144     { SetLatLongTessellation_33(id0); }
145
146   private native int GetLatLongTessellation_34();
147   public int GetLatLongTessellation()
148     { return GetLatLongTessellation_34(); }
149
150   private native void LatLongTessellationOn_35();
151   public void LatLongTessellationOn()
152     { LatLongTessellationOn_35(); }
153
154   private native void LatLongTessellationOff_36();
155   public void LatLongTessellationOff()
156     { LatLongTessellationOff_36(); }
157
158   private native void SetOutputPointsPrecision_37(int id0);
159   public void SetOutputPointsPrecision(int id0)
160     { SetOutputPointsPrecision_37(id0); }
161
162   private native int GetOutputPointsPrecision_38();
163   public int GetOutputPointsPrecision()
164     { return GetOutputPointsPrecision_38(); }
165
166   public vtkSphereSource() { super(); }
167
168   public vtkSphereSource(long id) { super(id); }
169   public native long   VTKInit();
170
171 }