]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLineWidget.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkLineWidget.java
1 // java wrapper for vtkLineWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLineWidget 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 SetResolution_6(int id0);
35   public void SetResolution(int id0)
36     { SetResolution_6(id0); }
37
38   private native int GetResolution_7();
39   public int GetResolution()
40     { return GetResolution_7(); }
41
42   private native void SetPoint1_8(double id0,double id1,double id2);
43   public void SetPoint1(double id0,double id1,double id2)
44     { SetPoint1_8(id0,id1,id2); }
45
46   private native void SetPoint1_9(double id0[]);
47   public void SetPoint1(double id0[])
48     { SetPoint1_9(id0); }
49
50   private native double[] GetPoint1_10();
51   public double[] GetPoint1()
52     { return GetPoint1_10(); }
53
54   private native void GetPoint1_11(double id0[]);
55   public void GetPoint1(double id0[])
56     { GetPoint1_11(id0); }
57
58   private native void SetPoint2_12(double id0,double id1,double id2);
59   public void SetPoint2(double id0,double id1,double id2)
60     { SetPoint2_12(id0,id1,id2); }
61
62   private native void SetPoint2_13(double id0[]);
63   public void SetPoint2(double id0[])
64     { SetPoint2_13(id0); }
65
66   private native double[] GetPoint2_14();
67   public double[] GetPoint2()
68     { return GetPoint2_14(); }
69
70   private native void GetPoint2_15(double id0[]);
71   public void GetPoint2(double id0[])
72     { GetPoint2_15(id0); }
73
74   private native void SetAlign_16(int id0);
75   public void SetAlign(int id0)
76     { SetAlign_16(id0); }
77
78   private native int GetAlignMinValue_17();
79   public int GetAlignMinValue()
80     { return GetAlignMinValue_17(); }
81
82   private native int GetAlignMaxValue_18();
83   public int GetAlignMaxValue()
84     { return GetAlignMaxValue_18(); }
85
86   private native int GetAlign_19();
87   public int GetAlign()
88     { return GetAlign_19(); }
89
90   private native void SetAlignToXAxis_20();
91   public void SetAlignToXAxis()
92     { SetAlignToXAxis_20(); }
93
94   private native void SetAlignToYAxis_21();
95   public void SetAlignToYAxis()
96     { SetAlignToYAxis_21(); }
97
98   private native void SetAlignToZAxis_22();
99   public void SetAlignToZAxis()
100     { SetAlignToZAxis_22(); }
101
102   private native void SetAlignToNone_23();
103   public void SetAlignToNone()
104     { SetAlignToNone_23(); }
105
106   private native void SetClampToBounds_24(int id0);
107   public void SetClampToBounds(int id0)
108     { SetClampToBounds_24(id0); }
109
110   private native int GetClampToBounds_25();
111   public int GetClampToBounds()
112     { return GetClampToBounds_25(); }
113
114   private native void ClampToBoundsOn_26();
115   public void ClampToBoundsOn()
116     { ClampToBoundsOn_26(); }
117
118   private native void ClampToBoundsOff_27();
119   public void ClampToBoundsOff()
120     { ClampToBoundsOff_27(); }
121
122   private native void GetPolyData_28(vtkPolyData id0);
123   public void GetPolyData(vtkPolyData id0)
124     { GetPolyData_28(id0); }
125
126   private native long GetHandleProperty_29();
127   public vtkProperty GetHandleProperty() {
128     long temp = GetHandleProperty_29();
129
130     if (temp == 0) return null;
131     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native long GetSelectedHandleProperty_30();
135   public vtkProperty GetSelectedHandleProperty() {
136     long temp = GetSelectedHandleProperty_30();
137
138     if (temp == 0) return null;
139     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
140 }
141
142   private native long GetLineProperty_31();
143   public vtkProperty GetLineProperty() {
144     long temp = GetLineProperty_31();
145
146     if (temp == 0) return null;
147     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native long GetSelectedLineProperty_32();
151   public vtkProperty GetSelectedLineProperty() {
152     long temp = GetSelectedLineProperty_32();
153
154     if (temp == 0) return null;
155     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   public vtkLineWidget() { super(); }
159
160   public vtkLineWidget(long id) { super(id); }
161   public native long   VTKInit();
162
163 }