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