]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTexturedButtonRepresentation2D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTexturedButtonRepresentation2D.java
1 // java wrapper for vtkTexturedButtonRepresentation2D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTexturedButtonRepresentation2D extends vtkButtonRepresentation
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 SetProperty_2(vtkProperty2D id0);
19   public void SetProperty(vtkProperty2D id0)
20     { SetProperty_2(id0); }
21
22   private native long GetProperty_3();
23   public vtkProperty2D GetProperty() {
24     long temp = GetProperty_3();
25
26     if (temp == 0) return null;
27     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetHoveringProperty_4(vtkProperty2D id0);
31   public void SetHoveringProperty(vtkProperty2D id0)
32     { SetHoveringProperty_4(id0); }
33
34   private native long GetHoveringProperty_5();
35   public vtkProperty2D GetHoveringProperty() {
36     long temp = GetHoveringProperty_5();
37
38     if (temp == 0) return null;
39     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void SetSelectingProperty_6(vtkProperty2D id0);
43   public void SetSelectingProperty(vtkProperty2D id0)
44     { SetSelectingProperty_6(id0); }
45
46   private native long GetSelectingProperty_7();
47   public vtkProperty2D GetSelectingProperty() {
48     long temp = GetSelectingProperty_7();
49
50     if (temp == 0) return null;
51     return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native void SetButtonTexture_8(int id0,vtkImageData id1);
55   public void SetButtonTexture(int id0,vtkImageData id1)
56     { SetButtonTexture_8(id0,id1); }
57
58   private native long GetButtonTexture_9(int id0);
59   public vtkImageData GetButtonTexture(int id0) {
60     long temp = GetButtonTexture_9(id0);
61
62     if (temp == 0) return null;
63     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native long GetBalloon_10();
67   public vtkBalloonRepresentation GetBalloon() {
68     long temp = GetBalloon_10();
69
70     if (temp == 0) return null;
71     return (vtkBalloonRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native int ComputeInteractionState_11(int id0,int id1,int id2);
75   public int ComputeInteractionState(int id0,int id1,int id2)
76     { return ComputeInteractionState_11(id0,id1,id2); }
77
78   private native void BuildRepresentation_12();
79   public void BuildRepresentation()
80     { BuildRepresentation_12(); }
81
82   private native void Highlight_13(int id0);
83   public void Highlight(int id0)
84     { Highlight_13(id0); }
85
86   private native void PlaceWidget_14(double id0[]);
87   public void PlaceWidget(double id0[])
88     { PlaceWidget_14(id0); }
89
90   private native void PlaceWidget_15(double id0[],int id1[]);
91   public void PlaceWidget(double id0[],int id1[])
92     { PlaceWidget_15(id0,id1); }
93
94   private native void ShallowCopy_16(vtkProp id0);
95   public void ShallowCopy(vtkProp id0)
96     { ShallowCopy_16(id0); }
97
98   private native void GetActors_17(vtkPropCollection id0);
99   public void GetActors(vtkPropCollection id0)
100     { GetActors_17(id0); }
101
102   private native void ReleaseGraphicsResources_18(vtkWindow id0);
103   public void ReleaseGraphicsResources(vtkWindow id0)
104     { ReleaseGraphicsResources_18(id0); }
105
106   private native int RenderOverlay_19(vtkViewport id0);
107   public int RenderOverlay(vtkViewport id0)
108     { return RenderOverlay_19(id0); }
109
110   private native int HasTranslucentPolygonalGeometry_20();
111   public int HasTranslucentPolygonalGeometry()
112     { return HasTranslucentPolygonalGeometry_20(); }
113
114   public vtkTexturedButtonRepresentation2D() { super(); }
115
116   public vtkTexturedButtonRepresentation2D(long id) { super(id); }
117   public native long   VTKInit();
118
119 }