]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAngleRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkAngleRepresentation.java
1 // java wrapper for vtkAngleRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAngleRepresentation extends vtkWidgetRepresentation
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 double GetAngle_2();
19   public double GetAngle()
20     { return GetAngle_2(); }
21
22   private native void GetPoint1WorldPosition_3(double id0[]);
23   public void GetPoint1WorldPosition(double id0[])
24     { GetPoint1WorldPosition_3(id0); }
25
26   private native void GetCenterWorldPosition_4(double id0[]);
27   public void GetCenterWorldPosition(double id0[])
28     { GetCenterWorldPosition_4(id0); }
29
30   private native void GetPoint2WorldPosition_5(double id0[]);
31   public void GetPoint2WorldPosition(double id0[])
32     { GetPoint2WorldPosition_5(id0); }
33
34   private native void SetPoint1DisplayPosition_6(double id0[]);
35   public void SetPoint1DisplayPosition(double id0[])
36     { SetPoint1DisplayPosition_6(id0); }
37
38   private native void SetCenterDisplayPosition_7(double id0[]);
39   public void SetCenterDisplayPosition(double id0[])
40     { SetCenterDisplayPosition_7(id0); }
41
42   private native void SetPoint2DisplayPosition_8(double id0[]);
43   public void SetPoint2DisplayPosition(double id0[])
44     { SetPoint2DisplayPosition_8(id0); }
45
46   private native void GetPoint1DisplayPosition_9(double id0[]);
47   public void GetPoint1DisplayPosition(double id0[])
48     { GetPoint1DisplayPosition_9(id0); }
49
50   private native void GetCenterDisplayPosition_10(double id0[]);
51   public void GetCenterDisplayPosition(double id0[])
52     { GetCenterDisplayPosition_10(id0); }
53
54   private native void GetPoint2DisplayPosition_11(double id0[]);
55   public void GetPoint2DisplayPosition(double id0[])
56     { GetPoint2DisplayPosition_11(id0); }
57
58   private native void SetHandleRepresentation_12(vtkHandleRepresentation id0);
59   public void SetHandleRepresentation(vtkHandleRepresentation id0)
60     { SetHandleRepresentation_12(id0); }
61
62   private native void InstantiateHandleRepresentation_13();
63   public void InstantiateHandleRepresentation()
64     { InstantiateHandleRepresentation_13(); }
65
66   private native long GetPoint1Representation_14();
67   public vtkHandleRepresentation GetPoint1Representation() {
68     long temp = GetPoint1Representation_14();
69
70     if (temp == 0) return null;
71     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native long GetCenterRepresentation_15();
75   public vtkHandleRepresentation GetCenterRepresentation() {
76     long temp = GetCenterRepresentation_15();
77
78     if (temp == 0) return null;
79     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native long GetPoint2Representation_16();
83   public vtkHandleRepresentation GetPoint2Representation() {
84     long temp = GetPoint2Representation_16();
85
86     if (temp == 0) return null;
87     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native void SetTolerance_17(int id0);
91   public void SetTolerance(int id0)
92     { SetTolerance_17(id0); }
93
94   private native int GetToleranceMinValue_18();
95   public int GetToleranceMinValue()
96     { return GetToleranceMinValue_18(); }
97
98   private native int GetToleranceMaxValue_19();
99   public int GetToleranceMaxValue()
100     { return GetToleranceMaxValue_19(); }
101
102   private native int GetTolerance_20();
103   public int GetTolerance()
104     { return GetTolerance_20(); }
105
106   private native void SetLabelFormat_21(String id0);
107   public void SetLabelFormat(String id0)
108     { SetLabelFormat_21(id0); }
109
110   private native String GetLabelFormat_22();
111   public String GetLabelFormat()
112     { return GetLabelFormat_22(); }
113
114   private native void SetRay1Visibility_23(int id0);
115   public void SetRay1Visibility(int id0)
116     { SetRay1Visibility_23(id0); }
117
118   private native int GetRay1Visibility_24();
119   public int GetRay1Visibility()
120     { return GetRay1Visibility_24(); }
121
122   private native void Ray1VisibilityOn_25();
123   public void Ray1VisibilityOn()
124     { Ray1VisibilityOn_25(); }
125
126   private native void Ray1VisibilityOff_26();
127   public void Ray1VisibilityOff()
128     { Ray1VisibilityOff_26(); }
129
130   private native void SetRay2Visibility_27(int id0);
131   public void SetRay2Visibility(int id0)
132     { SetRay2Visibility_27(id0); }
133
134   private native int GetRay2Visibility_28();
135   public int GetRay2Visibility()
136     { return GetRay2Visibility_28(); }
137
138   private native void Ray2VisibilityOn_29();
139   public void Ray2VisibilityOn()
140     { Ray2VisibilityOn_29(); }
141
142   private native void Ray2VisibilityOff_30();
143   public void Ray2VisibilityOff()
144     { Ray2VisibilityOff_30(); }
145
146   private native void SetArcVisibility_31(int id0);
147   public void SetArcVisibility(int id0)
148     { SetArcVisibility_31(id0); }
149
150   private native int GetArcVisibility_32();
151   public int GetArcVisibility()
152     { return GetArcVisibility_32(); }
153
154   private native void ArcVisibilityOn_33();
155   public void ArcVisibilityOn()
156     { ArcVisibilityOn_33(); }
157
158   private native void ArcVisibilityOff_34();
159   public void ArcVisibilityOff()
160     { ArcVisibilityOff_34(); }
161
162   private native void BuildRepresentation_35();
163   public void BuildRepresentation()
164     { BuildRepresentation_35(); }
165
166   private native int ComputeInteractionState_36(int id0,int id1,int id2);
167   public int ComputeInteractionState(int id0,int id1,int id2)
168     { return ComputeInteractionState_36(id0,id1,id2); }
169
170   private native void StartWidgetInteraction_37(double id0[]);
171   public void StartWidgetInteraction(double id0[])
172     { StartWidgetInteraction_37(id0); }
173
174   private native void CenterWidgetInteraction_38(double id0[]);
175   public void CenterWidgetInteraction(double id0[])
176     { CenterWidgetInteraction_38(id0); }
177
178   private native void WidgetInteraction_39(double id0[]);
179   public void WidgetInteraction(double id0[])
180     { WidgetInteraction_39(id0); }
181
182   public vtkAngleRepresentation() { super(); }
183
184   public vtkAngleRepresentation(long id) { super(id); }
185
186 }