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