]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkConstrainedPointHandleRepresentation.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkConstrainedPointHandleRepresentation.java
1 // java wrapper for vtkConstrainedPointHandleRepresentation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkConstrainedPointHandleRepresentation extends vtkHandleRepresentation\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 void SetCursorShape_2(vtkPolyData id0);\r
19   public void SetCursorShape(vtkPolyData id0)\r
20     { SetCursorShape_2(id0); }\r
21 \r
22   private native long GetCursorShape_3();\r
23   public vtkPolyData GetCursorShape() {\r
24     long temp = GetCursorShape_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetActiveCursorShape_4(vtkPolyData id0);\r
31   public void SetActiveCursorShape(vtkPolyData id0)\r
32     { SetActiveCursorShape_4(id0); }\r
33 \r
34   private native long GetActiveCursorShape_5();\r
35   public vtkPolyData GetActiveCursorShape() {\r
36     long temp = GetActiveCursorShape_5();\r
37 \r
38     if (temp == 0) return null;\r
39     return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
40   }\r
41 \r
42   private native void SetProjectionNormal_6(int id0);\r
43   public void SetProjectionNormal(int id0)\r
44     { SetProjectionNormal_6(id0); }\r
45 \r
46   private native int GetProjectionNormalMinValue_7();\r
47   public int GetProjectionNormalMinValue()\r
48     { return GetProjectionNormalMinValue_7(); }\r
49 \r
50   private native int GetProjectionNormalMaxValue_8();\r
51   public int GetProjectionNormalMaxValue()\r
52     { return GetProjectionNormalMaxValue_8(); }\r
53 \r
54   private native int GetProjectionNormal_9();\r
55   public int GetProjectionNormal()\r
56     { return GetProjectionNormal_9(); }\r
57 \r
58   private native void SetProjectionNormalToXAxis_10();\r
59   public void SetProjectionNormalToXAxis()\r
60     { SetProjectionNormalToXAxis_10(); }\r
61 \r
62   private native void SetProjectionNormalToYAxis_11();\r
63   public void SetProjectionNormalToYAxis()\r
64     { SetProjectionNormalToYAxis_11(); }\r
65 \r
66   private native void SetProjectionNormalToZAxis_12();\r
67   public void SetProjectionNormalToZAxis()\r
68     { SetProjectionNormalToZAxis_12(); }\r
69 \r
70   private native void SetProjectionNormalToOblique_13();\r
71   public void SetProjectionNormalToOblique()\r
72     { SetProjectionNormalToOblique_13(); }\r
73 \r
74   private native void SetObliquePlane_14(vtkPlane id0);\r
75   public void SetObliquePlane(vtkPlane id0)\r
76     { SetObliquePlane_14(id0); }\r
77 \r
78   private native long GetObliquePlane_15();\r
79   public vtkPlane GetObliquePlane() {\r
80     long temp = GetObliquePlane_15();\r
81 \r
82     if (temp == 0) return null;\r
83     return (vtkPlane)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
84   }\r
85 \r
86   private native void SetProjectionPosition_16(double id0);\r
87   public void SetProjectionPosition(double id0)\r
88     { SetProjectionPosition_16(id0); }\r
89 \r
90   private native double GetProjectionPosition_17();\r
91   public double GetProjectionPosition()\r
92     { return GetProjectionPosition_17(); }\r
93 \r
94   private native void AddBoundingPlane_18(vtkPlane id0);\r
95   public void AddBoundingPlane(vtkPlane id0)\r
96     { AddBoundingPlane_18(id0); }\r
97 \r
98   private native void RemoveBoundingPlane_19(vtkPlane id0);\r
99   public void RemoveBoundingPlane(vtkPlane id0)\r
100     { RemoveBoundingPlane_19(id0); }\r
101 \r
102   private native void RemoveAllBoundingPlanes_20();\r
103   public void RemoveAllBoundingPlanes()\r
104     { RemoveAllBoundingPlanes_20(); }\r
105 \r
106   private native void SetBoundingPlanes_21(vtkPlaneCollection id0);\r
107   public void SetBoundingPlanes(vtkPlaneCollection id0)\r
108     { SetBoundingPlanes_21(id0); }\r
109 \r
110   private native long GetBoundingPlanes_22();\r
111   public vtkPlaneCollection GetBoundingPlanes() {\r
112     long temp = GetBoundingPlanes_22();\r
113 \r
114     if (temp == 0) return null;\r
115     return (vtkPlaneCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
116   }\r
117 \r
118   private native void SetBoundingPlanes_23(vtkPlanes id0);\r
119   public void SetBoundingPlanes(vtkPlanes id0)\r
120     { SetBoundingPlanes_23(id0); }\r
121 \r
122   private native int CheckConstraint_24(vtkRenderer id0,double id1[]);\r
123   public int CheckConstraint(vtkRenderer id0,double id1[])\r
124     { return CheckConstraint_24(id0,id1); }\r
125 \r
126   private native void SetPosition_25(double id0,double id1,double id2);\r
127   public void SetPosition(double id0,double id1,double id2)\r
128     { SetPosition_25(id0,id1,id2); }\r
129 \r
130   private native void SetPosition_26(double id0[]);\r
131   public void SetPosition(double id0[])\r
132     { SetPosition_26(id0); }\r
133 \r
134   private native void GetPosition_27(double id0[]);\r
135   public void GetPosition(double id0[])\r
136     { GetPosition_27(id0); }\r
137 \r
138   private native long GetProperty_28();\r
139   public vtkProperty GetProperty() {\r
140     long temp = GetProperty_28();\r
141 \r
142     if (temp == 0) return null;\r
143     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
144   }\r
145 \r
146   private native long GetSelectedProperty_29();\r
147   public vtkProperty GetSelectedProperty() {\r
148     long temp = GetSelectedProperty_29();\r
149 \r
150     if (temp == 0) return null;\r
151     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
152   }\r
153 \r
154   private native long GetActiveProperty_30();\r
155   public vtkProperty GetActiveProperty() {\r
156     long temp = GetActiveProperty_30();\r
157 \r
158     if (temp == 0) return null;\r
159     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
160   }\r
161 \r
162   private native void SetRenderer_31(vtkRenderer id0);\r
163   public void SetRenderer(vtkRenderer id0)\r
164     { SetRenderer_31(id0); }\r
165 \r
166   private native void BuildRepresentation_32();\r
167   public void BuildRepresentation()\r
168     { BuildRepresentation_32(); }\r
169 \r
170   private native void StartWidgetInteraction_33(double id0[]);\r
171   public void StartWidgetInteraction(double id0[])\r
172     { StartWidgetInteraction_33(id0); }\r
173 \r
174   private native void WidgetInteraction_34(double id0[]);\r
175   public void WidgetInteraction(double id0[])\r
176     { WidgetInteraction_34(id0); }\r
177 \r
178   private native int ComputeInteractionState_35(int id0,int id1,int id2);\r
179   public int ComputeInteractionState(int id0,int id1,int id2)\r
180     { return ComputeInteractionState_35(id0,id1,id2); }\r
181 \r
182   private native void SetDisplayPosition_36(double id0[]);\r
183   public void SetDisplayPosition(double id0[])\r
184     { SetDisplayPosition_36(id0); }\r
185 \r
186   private native void GetActors_37(vtkPropCollection id0);\r
187   public void GetActors(vtkPropCollection id0)\r
188     { GetActors_37(id0); }\r
189 \r
190   private native void ReleaseGraphicsResources_38(vtkWindow id0);\r
191   public void ReleaseGraphicsResources(vtkWindow id0)\r
192     { ReleaseGraphicsResources_38(id0); }\r
193 \r
194   private native int RenderOverlay_39(vtkViewport id0);\r
195   public int RenderOverlay(vtkViewport id0)\r
196     { return RenderOverlay_39(id0); }\r
197 \r
198   private native int RenderOpaqueGeometry_40(vtkViewport id0);\r
199   public int RenderOpaqueGeometry(vtkViewport id0)\r
200     { return RenderOpaqueGeometry_40(id0); }\r
201 \r
202   private native int RenderTranslucentPolygonalGeometry_41(vtkViewport id0);\r
203   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
204     { return RenderTranslucentPolygonalGeometry_41(id0); }\r
205 \r
206   private native int HasTranslucentPolygonalGeometry_42();\r
207   public int HasTranslucentPolygonalGeometry()\r
208     { return HasTranslucentPolygonalGeometry_42(); }\r
209 \r
210   private native void ShallowCopy_43(vtkProp id0);\r
211   public void ShallowCopy(vtkProp id0)\r
212     { ShallowCopy_43(id0); }\r
213 \r
214   private native void Highlight_44(int id0);\r
215   public void Highlight(int id0)\r
216     { Highlight_44(id0); }\r
217 \r
218   public vtkConstrainedPointHandleRepresentation() { super(); }\r
219 \r
220   public vtkConstrainedPointHandleRepresentation(long id) { super(id); }\r
221   public native long   VTKInit();\r
222 \r
223 }\r