]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTexturedButtonRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTexturedButtonRepresentation.java
1 // java wrapper for vtkTexturedButtonRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTexturedButtonRepresentation 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 SetButtonGeometry_2(vtkPolyData id0);
19   public void SetButtonGeometry(vtkPolyData id0)
20     { SetButtonGeometry_2(id0); }
21
22   private native void SetButtonGeometryConnection_3(vtkAlgorithmOutput id0);
23   public void SetButtonGeometryConnection(vtkAlgorithmOutput id0)
24     { SetButtonGeometryConnection_3(id0); }
25
26   private native long GetButtonGeometry_4();
27   public vtkPolyData GetButtonGeometry() {
28     long temp = GetButtonGeometry_4();
29
30     if (temp == 0) return null;
31     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetFollowCamera_5(int id0);
35   public void SetFollowCamera(int id0)
36     { SetFollowCamera_5(id0); }
37
38   private native int GetFollowCamera_6();
39   public int GetFollowCamera()
40     { return GetFollowCamera_6(); }
41
42   private native void FollowCameraOn_7();
43   public void FollowCameraOn()
44     { FollowCameraOn_7(); }
45
46   private native void FollowCameraOff_8();
47   public void FollowCameraOff()
48     { FollowCameraOff_8(); }
49
50   private native void SetProperty_9(vtkProperty id0);
51   public void SetProperty(vtkProperty id0)
52     { SetProperty_9(id0); }
53
54   private native long GetProperty_10();
55   public vtkProperty GetProperty() {
56     long temp = GetProperty_10();
57
58     if (temp == 0) return null;
59     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void SetHoveringProperty_11(vtkProperty id0);
63   public void SetHoveringProperty(vtkProperty id0)
64     { SetHoveringProperty_11(id0); }
65
66   private native long GetHoveringProperty_12();
67   public vtkProperty GetHoveringProperty() {
68     long temp = GetHoveringProperty_12();
69
70     if (temp == 0) return null;
71     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetSelectingProperty_13(vtkProperty id0);
75   public void SetSelectingProperty(vtkProperty id0)
76     { SetSelectingProperty_13(id0); }
77
78   private native long GetSelectingProperty_14();
79   public vtkProperty GetSelectingProperty() {
80     long temp = GetSelectingProperty_14();
81
82     if (temp == 0) return null;
83     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native void SetButtonTexture_15(int id0,vtkImageData id1);
87   public void SetButtonTexture(int id0,vtkImageData id1)
88     { SetButtonTexture_15(id0,id1); }
89
90   private native long GetButtonTexture_16(int id0);
91   public vtkImageData GetButtonTexture(int id0) {
92     long temp = GetButtonTexture_16(id0);
93
94     if (temp == 0) return null;
95     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native void PlaceWidget_17(double id0,double id1[],double id2[]);
99   public void PlaceWidget(double id0,double id1[],double id2[])
100     { PlaceWidget_17(id0,id1,id2); }
101
102   private native int ComputeInteractionState_18(int id0,int id1,int id2);
103   public int ComputeInteractionState(int id0,int id1,int id2)
104     { return ComputeInteractionState_18(id0,id1,id2); }
105
106   private native void PlaceWidget_19(double id0[]);
107   public void PlaceWidget(double id0[])
108     { PlaceWidget_19(id0); }
109
110   private native void BuildRepresentation_20();
111   public void BuildRepresentation()
112     { BuildRepresentation_20(); }
113
114   private native void Highlight_21(int id0);
115   public void Highlight(int id0)
116     { Highlight_21(id0); }
117
118   private native void ShallowCopy_22(vtkProp id0);
119   public void ShallowCopy(vtkProp id0)
120     { ShallowCopy_22(id0); }
121
122   private native void GetActors_23(vtkPropCollection id0);
123   public void GetActors(vtkPropCollection id0)
124     { GetActors_23(id0); }
125
126   private native void ReleaseGraphicsResources_24(vtkWindow id0);
127   public void ReleaseGraphicsResources(vtkWindow id0)
128     { ReleaseGraphicsResources_24(id0); }
129
130   private native int RenderOpaqueGeometry_25(vtkViewport id0);
131   public int RenderOpaqueGeometry(vtkViewport id0)
132     { return RenderOpaqueGeometry_25(id0); }
133
134   private native int RenderTranslucentPolygonalGeometry_26(vtkViewport id0);
135   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
136     { return RenderTranslucentPolygonalGeometry_26(id0); }
137
138   private native int HasTranslucentPolygonalGeometry_27();
139   public int HasTranslucentPolygonalGeometry()
140     { return HasTranslucentPolygonalGeometry_27(); }
141
142   private native void RegisterPickers_28();
143   public void RegisterPickers()
144     { RegisterPickers_28(); }
145
146   public vtkTexturedButtonRepresentation() { super(); }
147
148   public vtkTexturedButtonRepresentation(long id) { super(id); }
149   public native long   VTKInit();
150
151 }