]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPointWidget.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkPointWidget.java
1 // java wrapper for vtkPointWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPointWidget extends vtk3DWidget
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 SetEnabled_2(int id0);
19   public void SetEnabled(int id0)
20     { SetEnabled_2(id0); }
21
22   private native void PlaceWidget_3(double id0[]);
23   public void PlaceWidget(double id0[])
24     { PlaceWidget_3(id0); }
25
26   private native void PlaceWidget_4();
27   public void PlaceWidget()
28     { PlaceWidget_4(); }
29
30   private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5);
31   public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5)
32     { PlaceWidget_5(id0,id1,id2,id3,id4,id5); }
33
34   private native void GetPolyData_6(vtkPolyData id0);
35   public void GetPolyData(vtkPolyData id0)
36     { GetPolyData_6(id0); }
37
38   private native void SetPosition_7(double id0,double id1,double id2);
39   public void SetPosition(double id0,double id1,double id2)
40     { SetPosition_7(id0,id1,id2); }
41
42   private native void SetPosition_8(double id0[]);
43   public void SetPosition(double id0[])
44     { SetPosition_8(id0); }
45
46   private native double[] GetPosition_9();
47   public double[] GetPosition()
48     { return GetPosition_9(); }
49
50   private native void GetPosition_10(double id0[]);
51   public void GetPosition(double id0[])
52     { GetPosition_10(id0); }
53
54   private native void SetOutline_11(int id0);
55   public void SetOutline(int id0)
56     { SetOutline_11(id0); }
57
58   private native int GetOutline_12();
59   public int GetOutline()
60     { return GetOutline_12(); }
61
62   private native void OutlineOn_13();
63   public void OutlineOn()
64     { OutlineOn_13(); }
65
66   private native void OutlineOff_14();
67   public void OutlineOff()
68     { OutlineOff_14(); }
69
70   private native void SetXShadows_15(int id0);
71   public void SetXShadows(int id0)
72     { SetXShadows_15(id0); }
73
74   private native int GetXShadows_16();
75   public int GetXShadows()
76     { return GetXShadows_16(); }
77
78   private native void XShadowsOn_17();
79   public void XShadowsOn()
80     { XShadowsOn_17(); }
81
82   private native void XShadowsOff_18();
83   public void XShadowsOff()
84     { XShadowsOff_18(); }
85
86   private native void SetYShadows_19(int id0);
87   public void SetYShadows(int id0)
88     { SetYShadows_19(id0); }
89
90   private native int GetYShadows_20();
91   public int GetYShadows()
92     { return GetYShadows_20(); }
93
94   private native void YShadowsOn_21();
95   public void YShadowsOn()
96     { YShadowsOn_21(); }
97
98   private native void YShadowsOff_22();
99   public void YShadowsOff()
100     { YShadowsOff_22(); }
101
102   private native void SetZShadows_23(int id0);
103   public void SetZShadows(int id0)
104     { SetZShadows_23(id0); }
105
106   private native int GetZShadows_24();
107   public int GetZShadows()
108     { return GetZShadows_24(); }
109
110   private native void ZShadowsOn_25();
111   public void ZShadowsOn()
112     { ZShadowsOn_25(); }
113
114   private native void ZShadowsOff_26();
115   public void ZShadowsOff()
116     { ZShadowsOff_26(); }
117
118   private native void SetTranslationMode_27(int id0);
119   public void SetTranslationMode(int id0)
120     { SetTranslationMode_27(id0); }
121
122   private native int GetTranslationMode_28();
123   public int GetTranslationMode()
124     { return GetTranslationMode_28(); }
125
126   private native void TranslationModeOn_29();
127   public void TranslationModeOn()
128     { TranslationModeOn_29(); }
129
130   private native void TranslationModeOff_30();
131   public void TranslationModeOff()
132     { TranslationModeOff_30(); }
133
134   private native void AllOn_31();
135   public void AllOn()
136     { AllOn_31(); }
137
138   private native void AllOff_32();
139   public void AllOff()
140     { AllOff_32(); }
141
142   private native long GetProperty_33();
143   public vtkProperty GetProperty() {
144     long temp = GetProperty_33();
145
146     if (temp == 0) return null;
147     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native long GetSelectedProperty_34();
151   public vtkProperty GetSelectedProperty() {
152     long temp = GetSelectedProperty_34();
153
154     if (temp == 0) return null;
155     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native void SetHotSpotSize_35(double id0);
159   public void SetHotSpotSize(double id0)
160     { SetHotSpotSize_35(id0); }
161
162   private native double GetHotSpotSizeMinValue_36();
163   public double GetHotSpotSizeMinValue()
164     { return GetHotSpotSizeMinValue_36(); }
165
166   private native double GetHotSpotSizeMaxValue_37();
167   public double GetHotSpotSizeMaxValue()
168     { return GetHotSpotSizeMaxValue_37(); }
169
170   private native double GetHotSpotSize_38();
171   public double GetHotSpotSize()
172     { return GetHotSpotSize_38(); }
173
174   public vtkPointWidget() { super(); }
175
176   public vtkPointWidget(long id) { super(id); }
177   public native long   VTKInit();
178
179 }