]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkParallelopipedRepresentation.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkParallelopipedRepresentation.java
1 // java wrapper for vtkParallelopipedRepresentation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkParallelopipedRepresentation 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 void GetActors_2(vtkPropCollection id0);\r
19   public void GetActors(vtkPropCollection id0)\r
20     { GetActors_2(id0); }\r
21 \r
22   private native void PlaceWidget_3(double id0[]);\r
23   public void PlaceWidget(double id0[])\r
24     { PlaceWidget_3(id0); }\r
25 \r
26   private native void SetInteractionState_4(int id0);\r
27   public void SetInteractionState(int id0)\r
28     { SetInteractionState_4(id0); }\r
29 \r
30   private native void GetBoundingPlanes_5(vtkPlaneCollection id0);\r
31   public void GetBoundingPlanes(vtkPlaneCollection id0)\r
32     { GetBoundingPlanes_5(id0); }\r
33 \r
34   private native void GetPolyData_6(vtkPolyData id0);\r
35   public void GetPolyData(vtkPolyData id0)\r
36     { GetPolyData_6(id0); }\r
37 \r
38   private native double[] GetBounds_7();\r
39   public double[] GetBounds()\r
40     { return GetBounds_7(); }\r
41 \r
42   private native void SetHandleProperty_8(vtkProperty id0);\r
43   public void SetHandleProperty(vtkProperty id0)\r
44     { SetHandleProperty_8(id0); }\r
45 \r
46   private native void SetHoveredHandleProperty_9(vtkProperty id0);\r
47   public void SetHoveredHandleProperty(vtkProperty id0)\r
48     { SetHoveredHandleProperty_9(id0); }\r
49 \r
50   private native void SetSelectedHandleProperty_10(vtkProperty id0);\r
51   public void SetSelectedHandleProperty(vtkProperty id0)\r
52     { SetSelectedHandleProperty_10(id0); }\r
53 \r
54   private native long GetHandleProperty_11();\r
55   public vtkProperty GetHandleProperty() {\r
56     long temp = GetHandleProperty_11();\r
57 \r
58     if (temp == 0) return null;\r
59     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
60   }\r
61 \r
62   private native long GetHoveredHandleProperty_12();\r
63   public vtkProperty GetHoveredHandleProperty() {\r
64     long temp = GetHoveredHandleProperty_12();\r
65 \r
66     if (temp == 0) return null;\r
67     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
68   }\r
69 \r
70   private native long GetSelectedHandleProperty_13();\r
71   public vtkProperty GetSelectedHandleProperty() {\r
72     long temp = GetSelectedHandleProperty_13();\r
73 \r
74     if (temp == 0) return null;\r
75     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
76   }\r
77 \r
78   private native void SetHandleRepresentation_14(vtkHandleRepresentation id0);\r
79   public void SetHandleRepresentation(vtkHandleRepresentation id0)\r
80     { SetHandleRepresentation_14(id0); }\r
81 \r
82   private native long GetHandleRepresentation_15(int id0);\r
83   public vtkHandleRepresentation GetHandleRepresentation(int id0) {\r
84     long temp = GetHandleRepresentation_15(id0);\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 HandlesOn_16();\r
91   public void HandlesOn()\r
92     { HandlesOn_16(); }\r
93 \r
94   private native void HandlesOff_17();\r
95   public void HandlesOff()\r
96     { HandlesOff_17(); }\r
97 \r
98   private native long GetFaceProperty_18();\r
99   public vtkProperty GetFaceProperty() {\r
100     long temp = GetFaceProperty_18();\r
101 \r
102     if (temp == 0) return null;\r
103     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
104   }\r
105 \r
106   private native long GetSelectedFaceProperty_19();\r
107   public vtkProperty GetSelectedFaceProperty() {\r
108     long temp = GetSelectedFaceProperty_19();\r
109 \r
110     if (temp == 0) return null;\r
111     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
112   }\r
113 \r
114   private native long GetOutlineProperty_20();\r
115   public vtkProperty GetOutlineProperty() {\r
116     long temp = GetOutlineProperty_20();\r
117 \r
118     if (temp == 0) return null;\r
119     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
120   }\r
121 \r
122   private native long GetSelectedOutlineProperty_21();\r
123   public vtkProperty GetSelectedOutlineProperty() {\r
124     long temp = GetSelectedOutlineProperty_21();\r
125 \r
126     if (temp == 0) return null;\r
127     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
128   }\r
129 \r
130   private native void BuildRepresentation_22();\r
131   public void BuildRepresentation()\r
132     { BuildRepresentation_22(); }\r
133 \r
134   private native void ReleaseGraphicsResources_23(vtkWindow id0);\r
135   public void ReleaseGraphicsResources(vtkWindow id0)\r
136     { ReleaseGraphicsResources_23(id0); }\r
137 \r
138   private native int RenderOverlay_24(vtkViewport id0);\r
139   public int RenderOverlay(vtkViewport id0)\r
140     { return RenderOverlay_24(id0); }\r
141 \r
142   private native int RenderOpaqueGeometry_25(vtkViewport id0);\r
143   public int RenderOpaqueGeometry(vtkViewport id0)\r
144     { return RenderOpaqueGeometry_25(id0); }\r
145 \r
146   private native int ComputeInteractionState_26(int id0,int id1,int id2);\r
147   public int ComputeInteractionState(int id0,int id1,int id2)\r
148     { return ComputeInteractionState_26(id0,id1,id2); }\r
149 \r
150   private native void Translate_27(double id0[]);\r
151   public void Translate(double id0[])\r
152     { Translate_27(id0); }\r
153 \r
154   private native void Translate_28(int id0,int id1);\r
155   public void Translate(int id0,int id1)\r
156     { Translate_28(id0,id1); }\r
157 \r
158   private native void Scale_29(int id0,int id1);\r
159   public void Scale(int id0,int id1)\r
160     { Scale_29(id0,id1); }\r
161 \r
162   private native void PositionHandles_30();\r
163   public void PositionHandles()\r
164     { PositionHandles_30(); }\r
165 \r
166   private native void SetMinimumThickness_31(double id0);\r
167   public void SetMinimumThickness(double id0)\r
168     { SetMinimumThickness_31(id0); }\r
169 \r
170   private native double GetMinimumThickness_32();\r
171   public double GetMinimumThickness()\r
172     { return GetMinimumThickness_32(); }\r
173 \r
174   public vtkParallelopipedRepresentation() { super(); }\r
175 \r
176   public vtkParallelopipedRepresentation(long id) { super(id); }\r
177   public native long   VTKInit();\r
178 \r
179 }\r