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