1 // java wrapper for vtkParallelopipedRepresentation object
7 public class vtkParallelopipedRepresentation extends vtkWidgetRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void GetActors_2(vtkPropCollection id0);
19 public void GetActors(vtkPropCollection id0)
22 private native void PlaceWidget_3(double id0[]);
23 public void PlaceWidget(double id0[])
24 { PlaceWidget_3(id0); }
26 private native void SetInteractionState_4(int id0);
27 public void SetInteractionState(int id0)
28 { SetInteractionState_4(id0); }
30 private native void GetBoundingPlanes_5(vtkPlaneCollection id0);
31 public void GetBoundingPlanes(vtkPlaneCollection id0)
32 { GetBoundingPlanes_5(id0); }
34 private native void GetPolyData_6(vtkPolyData id0);
35 public void GetPolyData(vtkPolyData id0)
36 { GetPolyData_6(id0); }
38 private native double[] GetBounds_7();
39 public double[] GetBounds()
40 { return GetBounds_7(); }
42 private native void SetHandleProperty_8(vtkProperty id0);
43 public void SetHandleProperty(vtkProperty id0)
44 { SetHandleProperty_8(id0); }
46 private native void SetHoveredHandleProperty_9(vtkProperty id0);
47 public void SetHoveredHandleProperty(vtkProperty id0)
48 { SetHoveredHandleProperty_9(id0); }
50 private native void SetSelectedHandleProperty_10(vtkProperty id0);
51 public void SetSelectedHandleProperty(vtkProperty id0)
52 { SetSelectedHandleProperty_10(id0); }
54 private native long GetHandleProperty_11();
55 public vtkProperty GetHandleProperty() {
56 long temp = GetHandleProperty_11();
58 if (temp == 0) return null;
59 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
62 private native long GetHoveredHandleProperty_12();
63 public vtkProperty GetHoveredHandleProperty() {
64 long temp = GetHoveredHandleProperty_12();
66 if (temp == 0) return null;
67 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
70 private native long GetSelectedHandleProperty_13();
71 public vtkProperty GetSelectedHandleProperty() {
72 long temp = GetSelectedHandleProperty_13();
74 if (temp == 0) return null;
75 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
78 private native void SetHandleRepresentation_14(vtkHandleRepresentation id0);
79 public void SetHandleRepresentation(vtkHandleRepresentation id0)
80 { SetHandleRepresentation_14(id0); }
82 private native long GetHandleRepresentation_15(int id0);
83 public vtkHandleRepresentation GetHandleRepresentation(int id0) {
84 long temp = GetHandleRepresentation_15(id0);
86 if (temp == 0) return null;
87 return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
90 private native void HandlesOn_16();
91 public void HandlesOn()
94 private native void HandlesOff_17();
95 public void HandlesOff()
98 private native long GetFaceProperty_18();
99 public vtkProperty GetFaceProperty() {
100 long temp = GetFaceProperty_18();
102 if (temp == 0) return null;
103 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
106 private native long GetSelectedFaceProperty_19();
107 public vtkProperty GetSelectedFaceProperty() {
108 long temp = GetSelectedFaceProperty_19();
110 if (temp == 0) return null;
111 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
114 private native long GetOutlineProperty_20();
115 public vtkProperty GetOutlineProperty() {
116 long temp = GetOutlineProperty_20();
118 if (temp == 0) return null;
119 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
122 private native long GetSelectedOutlineProperty_21();
123 public vtkProperty GetSelectedOutlineProperty() {
124 long temp = GetSelectedOutlineProperty_21();
126 if (temp == 0) return null;
127 return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
130 private native void BuildRepresentation_22();
131 public void BuildRepresentation()
132 { BuildRepresentation_22(); }
134 private native void ReleaseGraphicsResources_23(vtkWindow id0);
135 public void ReleaseGraphicsResources(vtkWindow id0)
136 { ReleaseGraphicsResources_23(id0); }
138 private native int RenderOverlay_24(vtkViewport id0);
139 public int RenderOverlay(vtkViewport id0)
140 { return RenderOverlay_24(id0); }
142 private native int RenderOpaqueGeometry_25(vtkViewport id0);
143 public int RenderOpaqueGeometry(vtkViewport id0)
144 { return RenderOpaqueGeometry_25(id0); }
146 private native int ComputeInteractionState_26(int id0,int id1,int id2);
147 public int ComputeInteractionState(int id0,int id1,int id2)
148 { return ComputeInteractionState_26(id0,id1,id2); }
150 private native void Translate_27(double id0[]);
151 public void Translate(double id0[])
152 { Translate_27(id0); }
154 private native void Translate_28(int id0,int id1);
155 public void Translate(int id0,int id1)
156 { Translate_28(id0,id1); }
158 private native void Scale_29(int id0,int id1);
159 public void Scale(int id0,int id1)
160 { Scale_29(id0,id1); }
162 private native void PositionHandles_30();
163 public void PositionHandles()
164 { PositionHandles_30(); }
166 private native void SetMinimumThickness_31(double id0);
167 public void SetMinimumThickness(double id0)
168 { SetMinimumThickness_31(id0); }
170 private native double GetMinimumThickness_32();
171 public double GetMinimumThickness()
172 { return GetMinimumThickness_32(); }
174 public vtkParallelopipedRepresentation() { super(); }
176 public vtkParallelopipedRepresentation(long id) { super(id); }
177 public native long VTKInit();