]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkEllipticalButtonSource.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkEllipticalButtonSource.java
1 // java wrapper for vtkEllipticalButtonSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkEllipticalButtonSource extends vtkButtonSource
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 SetWidth_2(double id0);
19   public void SetWidth(double id0)
20     { SetWidth_2(id0); }
21
22   private native double GetWidthMinValue_3();
23   public double GetWidthMinValue()
24     { return GetWidthMinValue_3(); }
25
26   private native double GetWidthMaxValue_4();
27   public double GetWidthMaxValue()
28     { return GetWidthMaxValue_4(); }
29
30   private native double GetWidth_5();
31   public double GetWidth()
32     { return GetWidth_5(); }
33
34   private native void SetHeight_6(double id0);
35   public void SetHeight(double id0)
36     { SetHeight_6(id0); }
37
38   private native double GetHeightMinValue_7();
39   public double GetHeightMinValue()
40     { return GetHeightMinValue_7(); }
41
42   private native double GetHeightMaxValue_8();
43   public double GetHeightMaxValue()
44     { return GetHeightMaxValue_8(); }
45
46   private native double GetHeight_9();
47   public double GetHeight()
48     { return GetHeight_9(); }
49
50   private native void SetDepth_10(double id0);
51   public void SetDepth(double id0)
52     { SetDepth_10(id0); }
53
54   private native double GetDepthMinValue_11();
55   public double GetDepthMinValue()
56     { return GetDepthMinValue_11(); }
57
58   private native double GetDepthMaxValue_12();
59   public double GetDepthMaxValue()
60     { return GetDepthMaxValue_12(); }
61
62   private native double GetDepth_13();
63   public double GetDepth()
64     { return GetDepth_13(); }
65
66   private native void SetCircumferentialResolution_14(int id0);
67   public void SetCircumferentialResolution(int id0)
68     { SetCircumferentialResolution_14(id0); }
69
70   private native int GetCircumferentialResolutionMinValue_15();
71   public int GetCircumferentialResolutionMinValue()
72     { return GetCircumferentialResolutionMinValue_15(); }
73
74   private native int GetCircumferentialResolutionMaxValue_16();
75   public int GetCircumferentialResolutionMaxValue()
76     { return GetCircumferentialResolutionMaxValue_16(); }
77
78   private native int GetCircumferentialResolution_17();
79   public int GetCircumferentialResolution()
80     { return GetCircumferentialResolution_17(); }
81
82   private native void SetTextureResolution_18(int id0);
83   public void SetTextureResolution(int id0)
84     { SetTextureResolution_18(id0); }
85
86   private native int GetTextureResolutionMinValue_19();
87   public int GetTextureResolutionMinValue()
88     { return GetTextureResolutionMinValue_19(); }
89
90   private native int GetTextureResolutionMaxValue_20();
91   public int GetTextureResolutionMaxValue()
92     { return GetTextureResolutionMaxValue_20(); }
93
94   private native int GetTextureResolution_21();
95   public int GetTextureResolution()
96     { return GetTextureResolution_21(); }
97
98   private native void SetShoulderResolution_22(int id0);
99   public void SetShoulderResolution(int id0)
100     { SetShoulderResolution_22(id0); }
101
102   private native int GetShoulderResolutionMinValue_23();
103   public int GetShoulderResolutionMinValue()
104     { return GetShoulderResolutionMinValue_23(); }
105
106   private native int GetShoulderResolutionMaxValue_24();
107   public int GetShoulderResolutionMaxValue()
108     { return GetShoulderResolutionMaxValue_24(); }
109
110   private native int GetShoulderResolution_25();
111   public int GetShoulderResolution()
112     { return GetShoulderResolution_25(); }
113
114   private native void SetRadialRatio_26(double id0);
115   public void SetRadialRatio(double id0)
116     { SetRadialRatio_26(id0); }
117
118   private native double GetRadialRatioMinValue_27();
119   public double GetRadialRatioMinValue()
120     { return GetRadialRatioMinValue_27(); }
121
122   private native double GetRadialRatioMaxValue_28();
123   public double GetRadialRatioMaxValue()
124     { return GetRadialRatioMaxValue_28(); }
125
126   private native double GetRadialRatio_29();
127   public double GetRadialRatio()
128     { return GetRadialRatio_29(); }
129
130   private native void SetOutputPointsPrecision_30(int id0);
131   public void SetOutputPointsPrecision(int id0)
132     { SetOutputPointsPrecision_30(id0); }
133
134   private native int GetOutputPointsPrecision_31();
135   public int GetOutputPointsPrecision()
136     { return GetOutputPointsPrecision_31(); }
137
138   public vtkEllipticalButtonSource() { super(); }
139
140   public vtkEllipticalButtonSource(long id) { super(id); }
141   public native long   VTKInit();
142
143 }