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